From 8fa5cb42ad316ad3fa8e141151bba6ee59e63bcb Mon Sep 17 00:00:00 2001 From: jani270 Date: Mon, 17 Apr 2023 06:33:32 +0200 Subject: Adding garden values to the repo instead of hardcoding --- constants/Garden.json | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) (limited to 'constants') diff --git a/constants/Garden.json b/constants/Garden.json index 375146b..590cfc8 100644 --- a/constants/Garden.json +++ b/constants/Garden.json @@ -1,4 +1,69 @@ { + "garden_exp": [ + 0, + 70, + 100, + 140, + 240, + 600, + 1500, + 2000, + 2500, + 3000, + 10000, + 10000, + 10000, + 10000, + 10000 + ], + "crop_milestones": [ + 100, + 150, + 250, + 500, + 1500, + 2500, + 5000, + 5000, + 10000, + 25000, + 25000, + 25000, + 30000, + 70000, + 100000, + 200000, + 250000, + 250000, + 500000, + 1000000, + 1500000, + 2000000, + 3000000, + 4000000, + 7000000, + 10000000, + 20000000, + 25000000, + 25000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 50000000, + 100000000 + ], "visitors": { "Adventurer": { "rarity": "uncommon", @@ -425,5 +490,26 @@ "Cactus" ] } + }, + "organic_matter": { + "CROPIE": 2500.0, + "SQUASH": 10000.0, + "FERMENTO": 20000.0, + "WHEAT": 1.0, + "CARROT_ITEM": 0.29, + "POTATO_ITEM": 0.33, + "PUMPKIN": 1.0, + "MELON": 0.2, + "RED_MUSHROOM": 1.0, + "INK_SACK-3": 0.4, + "CACTUS_GREEN": 0.5, + "SUGAR_CANE": 0.5, + "NETHER_STALK": 0.33, + "SEEDS": 1.0, + "BROWN_MUSHROOM": 1.0, + "CACTUS": 0.5, + "POISONOUS_POTATO": 0.33, + "INK_SACK-2": 0.5, + "MELON_BLOCK": 1.8 } } \ No newline at end of file -- cgit From 40bbfc34fe782d8be713b6501d5656bd1680bd5c Mon Sep 17 00:00:00 2001 From: jani270 Date: Mon, 17 Apr 2023 06:43:38 +0200 Subject: Added fuel --- constants/Garden.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants') diff --git a/constants/Garden.json b/constants/Garden.json index 590cfc8..56fd8d9 100644 --- a/constants/Garden.json +++ b/constants/Garden.json @@ -511,5 +511,10 @@ "POISONOUS_POTATO": 0.33, "INK_SACK-2": 0.5, "MELON_BLOCK": 1.8 + }, + "fuel": { + "BIOFUEL": 3000, + "VOLTA": 10000, + "OIL_BARREL": 10000 } } \ No newline at end of file -- cgit