From 215f2929b6e75c3b7f74bb4f1d2c9fff85cbcb88 Mon Sep 17 00:00:00 2001 From: Gescht Date: Fri, 19 May 2023 02:20:37 +0200 Subject: [PATCH] fix akumai item dropchances Akumai (endboss) in bfd adjusted the dropchances for the drops --- Instances/instances.en.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Instances/instances.en.lua b/Instances/instances.en.lua index f099164..7a4d977 100644 --- a/Instances/instances.en.lua +++ b/Instances/instances.en.lua @@ -2661,9 +2661,9 @@ AtlasLoot_Data["AtlasLootItems"] = { { 6902, "INV_Bracer_08", "=q2=Bands of Serra'kis", "=ds=#s8#, #a2#", "3%" }, }; BFDAkumai = { - { 6911, "INV_Belt_25", "=q3=Moss Cinch", "=ds=#s10#, #a2#", "29.01%" }, - { 6910, "INV_Pants_14", "=q3=Leech Pants", "=ds=#s11#, #a1#", "29.72%" }, - { 6909, "INV_Sword_42", "=q3=Strike of the Hydra", "=ds=#h2#, #w10#", "14.46%" }, + { 6911, "INV_Belt_25", "=q3=Moss Cinch", "=ds=#s10#, #a2#", "33%" }, + { 6910, "INV_Pants_14", "=q3=Leech Pants", "=ds=#s11#, #a1#", "33%" }, + { 6909, "INV_Sword_42", "=q3=Strike of the Hydra", "=ds=#h2#, #w10#", "33%" }, { 0, "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" }, };