From 3498ceac1b1f4b4f95a24f9670e4f045e1a2f682 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:37:52 +1000 Subject: i forgor (#38) --- constants/ArmorDrops.json | 54 ++++++++++++++++++++++++----------------------- 1 file 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 -- cgit