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/LORD_JAWBUS_SC.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'items/LORD_JAWBUS_SC.json') diff --git a/items/LORD_JAWBUS_SC.json b/items/LORD_JAWBUS_SC.json index b9dc0626..dd509ed5 100644 --- a/items/LORD_JAWBUS_SC.json +++ b/items/LORD_JAWBUS_SC.json @@ -56,6 +56,10 @@ { "id": "BOBBIN_SCRIPTURES", "chance": "4%" + }, + { + "id": "DYE_CARMINE", + "chance": "0.002%" } ] } -- cgit