diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-09-02 17:08:53 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 09:08:53 +0200 |
commit | f203490b9467f0e63e8def47b2f063e2ac88fc6f (patch) | |
tree | da069c039c385e02236c69a76446da5716cd7fc0 | |
parent | 7b57ac56faa69f6ad49614b3744a5fe357694fa8 (diff) | |
download | SkyHanni-REPO-f203490b9467f0e63e8def47b2f063e2ac88fc6f.tar.gz SkyHanni-REPO-f203490b9467f0e63e8def47b2f063e2ac88fc6f.tar.bz2 SkyHanni-REPO-f203490b9467f0e63e8def47b2f063e2ac88fc6f.zip |
add armor drops values (#27)
-rw-r--r-- | constants/ArmorDrops.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/constants/ArmorDrops.json b/constants/ArmorDrops.json new file mode 100644 index 0000000..aadacb8 --- /dev/null +++ b/constants/ArmorDrops.json @@ -0,0 +1,29 @@ +{ + "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_types": "SQUASH", + "chance": [ + 0.0, + 0.005, + 0.006, + 0.007 + ] + } +}
\ No newline at end of file |