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_EMPEROR_SC.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'items/SEA_EMPEROR_SC.json') diff --git a/items/SEA_EMPEROR_SC.json b/items/SEA_EMPEROR_SC.json index e8242c98..97c7afbb 100644 --- a/items/SEA_EMPEROR_SC.json +++ b/items/SEA_EMPEROR_SC.json @@ -91,6 +91,11 @@ { "id": "BLESSING;6", "chance": "2%" + }, + { + "id": "DYE_AQUAMARINE", + "extra": [], + "chance": "0.001%" } ] } -- cgit