Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
increased carrot sell price to 125 per crop

Reduced carrot grow duration (set to 12hrs)

Increased daily reward to 10000

increased default bank size to 500k

increased default max gamble amount to 500k
  • Loading branch information
DanielOrourke02 committed Apr 20, 2024
1 parent 2ce4a08 commit 690f001
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@

"show_guilds": "true",

"daily_reward": 2500,
"daily_reward": 1000,

"carrot_plant_price": 100,

"carrot_sell_price": 115,
"carrot_sell_price": 125,

"max_carrots_planted": 350,
"max_carrots_planted": 1000,

"carrot_growth_duration": 24,
"carrot_growth_duration": 12,

"bank_size": 300000,
"bank_size": 500000,

"max_gamble_amount": 25000,
"max_gamble_amount": 500000,

"lottery_cooldown": 30,

Expand Down

0 comments on commit 690f001

Please sign in to comment.