aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2023-04-17 06:33:32 +0200
committerjani270 <jani270@gmx.de>2023-04-17 06:33:32 +0200
commit8fa5cb42ad316ad3fa8e141151bba6ee59e63bcb (patch)
tree98254ed9882f604f6dac1e309712e67ee2404bac /constants
parent405f25e9db1cc3415a3a07cfe6e0b4bceda7c77e (diff)
downloadSkyHanni-REPO-8fa5cb42ad316ad3fa8e141151bba6ee59e63bcb.tar.gz
SkyHanni-REPO-8fa5cb42ad316ad3fa8e141151bba6ee59e63bcb.tar.bz2
SkyHanni-REPO-8fa5cb42ad316ad3fa8e141151bba6ee59e63bcb.zip
Adding garden values to the repo instead of hardcoding
Diffstat (limited to 'constants')
-rw-r--r--constants/Garden.json86
1 files changed, 86 insertions, 0 deletions
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