Brandon209-Red-bot-Cogs/planttycoon/data/defaults.json

23 lines
335 B
JSON
Raw Normal View History

2021-11-16 21:54:04 +13:00
{
"points": {
"buy": 5,
"add_health": 5,
"fertilize": 10,
"pruning": 20,
"pesticide": 25,
"growing": 5,
"damage": 25
},
"timers": {
"degradation": 1,
"completion": 1,
"notification": 5
},
"degradation": {
"base_degradation": 1.5
},
"notification": {
"max_health": 50
}
}