From 2fcb228a38eea890dc461d6154f9afa25d4e9871 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:15:31 +0200 Subject: feat: Frostbitten Dye, Dung Dye in Pest Drops, Jar of Sand (#1338) * feat: Frostbitten Dye, Dung Dye in Pest Drops, Jar of Sand and misc stuff * feat: Mini Fush Bowl --- items/PEST_FLY_MONSTER.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'items/PEST_FLY_MONSTER.json') diff --git a/items/PEST_FLY_MONSTER.json b/items/PEST_FLY_MONSTER.json index bde588b3..93cce488 100644 --- a/items/PEST_FLY_MONSTER.json +++ b/items/PEST_FLY_MONSTER.json @@ -73,6 +73,11 @@ "id": "TIGHTLY_TIED_HAY_BALE:1", "extra": [], "chance": "1%" + }, + { + "id": "DYE_DUNG:1", + "extra": [], + "chance": "0.0002%" } ] } -- cgit