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/YETI_SC.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'items/YETI_SC.json') diff --git a/items/YETI_SC.json b/items/YETI_SC.json index d7b8f203..74108163 100644 --- a/items/YETI_SC.json +++ b/items/YETI_SC.json @@ -85,6 +85,11 @@ { "id": "BOBBIN_SCRIPTURES", "chance": "1.8%" + }, + { + "id": "DYE_ICEBERG", + "extra": [], + "chance": "0.002%" } ] } -- cgit