From 84c6756c667aece1fdfddd3d6777276ff8f0428b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:25:57 +0200 Subject: feat: Dye chances on 110 mobs (#1381) * feat: Dye chances on 110 mobs * fix: Double % --- items/SEA_WITCH_SC.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'items/SEA_WITCH_SC.json') diff --git a/items/SEA_WITCH_SC.json b/items/SEA_WITCH_SC.json index b4b3b667..5c8315cb 100644 --- a/items/SEA_WITCH_SC.json +++ b/items/SEA_WITCH_SC.json @@ -62,6 +62,11 @@ { "id": "FAIRY_BOOTS", "chance": "5%" + }, + { + "id": "DYE_AQUAMARINE", + "extra": [], + "chance": "0.00002%" } ] } -- cgit