diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-18 09:42:27 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-18 09:42:27 +0200 |
commit | a324e21c3d25b99701f5ceafa7a1d34afa6143f0 (patch) | |
tree | aaaeeb480a12f39d9dc39758df26ad41c6360bd0 /constants | |
parent | 8d2c513bf862f9d84e7b58aed16c70f947783bce (diff) | |
parent | 40bbfc34fe782d8be713b6501d5656bd1680bd5c (diff) | |
download | SkyHanni-REPO-a324e21c3d25b99701f5ceafa7a1d34afa6143f0.tar.gz SkyHanni-REPO-a324e21c3d25b99701f5ceafa7a1d34afa6143f0.tar.bz2 SkyHanni-REPO-a324e21c3d25b99701f5ceafa7a1d34afa6143f0.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'constants')
-rw-r--r-- | constants/Garden.json | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/constants/Garden.json b/constants/Garden.json index 375146b..56fd8d9 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,31 @@ "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 + }, + "fuel": { + "BIOFUEL": 3000, + "VOLTA": 10000, + "OIL_BARREL": 10000 } }
\ No newline at end of file |