From 1c566e8cac45443ce698295a90f7f2e2482909b6 Mon Sep 17 00:00:00 2001 From: "Mr.Nightmare" <44095205+MrNightmare03@users.noreply.github.com> Date: Tue, 31 Jan 2023 09:20:16 +0100 Subject: Added Blessing 6 to Sea emperors droptable (#889) Co-authored-by: jani270 --- items/SEA_EMPEROR_SC.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/items/SEA_EMPEROR_SC.json b/items/SEA_EMPEROR_SC.json index 41c74d44..e8242c98 100644 --- a/items/SEA_EMPEROR_SC.json +++ b/items/SEA_EMPEROR_SC.json @@ -87,6 +87,10 @@ { "id": "BOBBIN_SCRIPTURES", "chance": "1.85%" + }, + { + "id": "BLESSING;6", + "chance": "2%" } ] } -- cgit