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/THUNDER_SC.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'items/THUNDER_SC.json') diff --git a/items/THUNDER_SC.json b/items/THUNDER_SC.json index 81f9a43c..c4c52af5 100644 --- a/items/THUNDER_SC.json +++ b/items/THUNDER_SC.json @@ -51,6 +51,10 @@ { "id": "ULTIMATE_FLASH;1", "chance": "1.5%" + }, + { + "id": "DYE_CARMINE", + "chance": "0.002%" } ] } -- cgit