Additional list and tts descriptions
This commit is contained in:
parent
c0b888535d
commit
d017ef5336
@ -89,9 +89,6 @@ class PlantTycoon(Cog):
|
|||||||
|
|
||||||
def __init__(self, bot: Red):
|
def __init__(self, bot: Red):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
#
|
|
||||||
# Loading all data
|
|
||||||
#
|
|
||||||
self.config = Config.get_conf(self, identifier=80108971101168412199111111110)
|
self.config = Config.get_conf(self, identifier=80108971101168412199111111110)
|
||||||
|
|
||||||
default_user = {
|
default_user = {
|
||||||
@ -574,7 +571,7 @@ class PlantTycoon(Cog):
|
|||||||
"reward": 3600
|
"reward": 3600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Pirahna Plant",
|
"name": "Piranha Plant",
|
||||||
"article": "a",
|
"article": "a",
|
||||||
"time": 9000,
|
"time": 9000,
|
||||||
"rarity": "super-rare",
|
"rarity": "super-rare",
|
||||||
@ -610,11 +607,11 @@ class PlantTycoon(Cog):
|
|||||||
"reward": 3600
|
"reward": 3600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tba",
|
"name": "Eldergleam Tree",
|
||||||
"article": "a",
|
"article": "a",
|
||||||
"time": 10800,
|
"time": 10800,
|
||||||
"rarity": "epic",
|
"rarity": "epic",
|
||||||
"image": "tba",
|
"image": "https://i.imgur.com/pnZYKZc.jpg",
|
||||||
"health": 100,
|
"health": 100,
|
||||||
"degradation": 2,
|
"degradation": 2,
|
||||||
"threshold": 110,
|
"threshold": 110,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user