aboutsummaryrefslogtreecommitdiff
path: root/constants/ArmorDrops.json
diff options
context:
space:
mode:
Diffstat (limited to 'constants/ArmorDrops.json')
-rw-r--r--constants/ArmorDrops.json29
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