diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-09-27 19:37:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 11:37:52 +0200 |
commit | 3498ceac1b1f4b4f95a24f9670e4f045e1a2f682 (patch) | |
tree | cb1e53b8280b239b4d3c99e57727caf66e55f986 | |
parent | f9e0455553a3b8461f561e40d1466344ade76f91 (diff) | |
download | SkyHanni-REPO-3498ceac1b1f4b4f95a24f9670e4f045e1a2f682.tar.gz SkyHanni-REPO-3498ceac1b1f4b4f95a24f9670e4f045e1a2f682.tar.bz2 SkyHanni-REPO-3498ceac1b1f4b4f95a24f9670e4f045e1a2f682.zip |
i forgor (#38)
-rw-r--r-- | constants/ArmorDrops.json | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/constants/ArmorDrops.json b/constants/ArmorDrops.json index c5a4dd6..9f69f9b 100644 --- a/constants/ArmorDrops.json +++ b/constants/ArmorDrops.json @@ -1,29 +1,31 @@ { - "CROPIE": { - "armor_type": "MELON", - "chance": [ - 0.0, - 0.03, - 0.04, - 0.05 - ] - }, - "SQUASH": { - "armor_type": "CROPIE", - "chance": [ - 0.0, - 0.01, - 0.02, - 0.03 - ] - }, - "FERMENTO": { - "armor_type": "SQUASH", - "chance": [ - 0.0, - 0.005, - 0.006, - 0.007 - ] + "special_crops": { + "CROPIE": { + "armor_type": "MELON", + "chance": [ + 0.0, + 0.03, + 0.04, + 0.05 + ] + }, + "SQUASH": { + "armor_type": "CROPIE", + "chance": [ + 0.0, + 0.01, + 0.02, + 0.03 + ] + }, + "FERMENTO": { + "armor_type": "SQUASH", + "chance": [ + 0.0, + 0.005, + 0.006, + 0.007 + ] + } } }
\ No newline at end of file |