From 105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:06:43 +0100 Subject: fix: Pest Drops, Forge Times and Glacite Golem craft chance (#1447) --- items/PEST_LOCUST_MONSTER.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'items/PEST_LOCUST_MONSTER.json') diff --git a/items/PEST_LOCUST_MONSTER.json b/items/PEST_LOCUST_MONSTER.json index 2c64645e..cff7bcff 100644 --- a/items/PEST_LOCUST_MONSTER.json +++ b/items/PEST_LOCUST_MONSTER.json @@ -30,15 +30,10 @@ "type": "drops", "drops": [ { - "id": "ENCHANTED_POTATO:1", + "id": "ENCHANTED_POTATO:3", "extra": [], "chance": "100%" }, - { - "id": "ENCHANTED_POISONOUS_POTATO:1", - "extra": [], - "chance": "5%" - }, { "id": "COMPOST:1", "extra": [], @@ -70,19 +65,19 @@ "chance": "2%" }, { - "id": "ENCHANTED_BAKED_POTATO:1", + "id": "ENCHANTED_BAKED_POTATO:10", "extra": [], - "chance": "3%" + "chance": "0.5%" }, { "id": "SUNDER;6:1", "extra": [], - "chance": "1%" + "chance": "0.5%" }, { "id": "DYE_DUNG:1", "extra": [], - "chance": "0.0002%" + "chance": "0.0004%" } ] } -- cgit