diff --git a/Delves/Trash/Kobyss.lua b/Delves/Trash/Kobyss.lua index 50b0a3ca8..351b580a5 100644 --- a/Delves/Trash/Kobyss.lua +++ b/Delves/Trash/Kobyss.lua @@ -9,13 +9,14 @@ mod:RegisterEnableMob( 228903, -- Brann Bronzebeard 220565, -- Raen Dawncavalyr (The Sinkhole gossip NPC) 214628, -- Partially-Chewed Goblin (Tek-Rethan Abyss gossip NPC) - 215178, -- Vetiverian + 215178, -- Vetiverian (Tek-Rethan Abyss gossip NPC) 214625, -- Kobyss Necromancer 220710, -- Leviathan Manipulator 214338, -- Kobyss Spearfisher 214251, -- Kobyss Witherer 214551, -- Wandering Gutter - 216325 -- Crazed Predator + 216325, -- Crazed Predator + 220643 -- Deepwater Makura ) -------------------------------------------------------------------------------- @@ -31,6 +32,7 @@ if L then L.kobyss_witherer = "Kobyss Witherer" L.wandering_gutter = "Wandering Gutter" L.crazed_predator = "Crazed Predator" + L.deepwater_makura = "Deepwater Makura" end -------------------------------------------------------------------------------- @@ -63,12 +65,15 @@ function mod:GetOptions() -- Crazed Predator 445774, -- Thrashing Frenzy 374898, -- Enrage + -- Deepwater Makura + 445771, -- Bubble Surge },{ [455932] = L.kobyss_necromancer, [430037] = L.kobyss_spearfisher, [440622] = L.kobyss_witherer, [445492] = L.wandering_gutter, [445774] = L.crazed_predator, + [445771] = L.deepwater_makura, },{ [455932] = CL.frontal_cone, -- Defiling Breath (Frontal Cone) [445252] = CL.explosion, -- Necrotic End (Explosion) @@ -98,6 +103,9 @@ function mod:OnBossEnable() -- Crazed Predator self:Log("SPELL_CAST_START", "ThrashingFrenzy", 445774) self:Log("SPELL_AURA_APPLIED", "EnrageApplied", 374898) + + -- Deepwater Makura + self:Log("SPELL_CAST_START", "BubbleSurge", 445771) end function mod:VerifyEnable(_, mobId) @@ -196,3 +204,10 @@ function mod:EnrageApplied(args) self:Message(args.spellId, "red", CL.on:format(args.spellName, args.destName)) self:PlaySound(args.spellId, "info") end + +-- Deepwater Makura + +function mod:BubbleSurge(args) + self:Message(args.spellId, "orange") + self:PlaySound(args.spellId, "alarm") +end diff --git a/Delves/Trash/Locales/deDE.lua b/Delves/Trash/Locales/deDE.lua index c01a95aae..f63e5de92 100644 --- a/Delves/Trash/Locales/deDE.lua +++ b/Delves/Trash/Locales/deDE.lua @@ -30,6 +30,7 @@ if L then L.kobyss_witherer = "Siecherer der Kobyss" L.wandering_gutter = "Wandernder Ausweider" L.crazed_predator = "Rasendes Raubtier" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "deDE") diff --git a/Delves/Trash/Locales/esES.lua b/Delves/Trash/Locales/esES.lua index ef2aa91cc..37eac5905 100644 --- a/Delves/Trash/Locales/esES.lua +++ b/Delves/Trash/Locales/esES.lua @@ -30,6 +30,7 @@ if L then --L.kobyss_witherer = "Kobyss Witherer" --L.wandering_gutter = "Wandering Gutter" --L.crazed_predator = "Crazed Predator" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "esES") or BigWigs:NewBossLocale("Nerubian Delve Trash", "esMX") diff --git a/Delves/Trash/Locales/frFR.lua b/Delves/Trash/Locales/frFR.lua index ebe5fafcb..b06f575ed 100644 --- a/Delves/Trash/Locales/frFR.lua +++ b/Delves/Trash/Locales/frFR.lua @@ -30,6 +30,7 @@ if L then L.kobyss_witherer = "Flétrisseur kobyss" L.wandering_gutter = "Éventreur errant" L.crazed_predator = "Prédateur fou" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "frFR") diff --git a/Delves/Trash/Locales/itIT.lua b/Delves/Trash/Locales/itIT.lua index 526cd9654..05dcb8240 100644 --- a/Delves/Trash/Locales/itIT.lua +++ b/Delves/Trash/Locales/itIT.lua @@ -30,6 +30,7 @@ if L then --L.kobyss_witherer = "Kobyss Witherer" --L.wandering_gutter = "Wandering Gutter" --L.crazed_predator = "Crazed Predator" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "itIT") diff --git a/Delves/Trash/Locales/koKR.lua b/Delves/Trash/Locales/koKR.lua index 70f676503..e98a4c495 100644 --- a/Delves/Trash/Locales/koKR.lua +++ b/Delves/Trash/Locales/koKR.lua @@ -30,6 +30,7 @@ if L then --L.kobyss_witherer = "Kobyss Witherer" --L.wandering_gutter = "Wandering Gutter" --L.crazed_predator = "Crazed Predator" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "koKR") diff --git a/Delves/Trash/Locales/ptBR.lua b/Delves/Trash/Locales/ptBR.lua index 77f2b5cb1..34eccaf1c 100644 --- a/Delves/Trash/Locales/ptBR.lua +++ b/Delves/Trash/Locales/ptBR.lua @@ -30,6 +30,7 @@ if L then --L.kobyss_witherer = "Kobyss Witherer" --L.wandering_gutter = "Wandering Gutter" --L.crazed_predator = "Crazed Predator" + L.deepwater_makura = "Makura de Águas Profundas" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "ptBR") diff --git a/Delves/Trash/Locales/ruRU.lua b/Delves/Trash/Locales/ruRU.lua index c14ab25a7..43760a5ed 100644 --- a/Delves/Trash/Locales/ruRU.lua +++ b/Delves/Trash/Locales/ruRU.lua @@ -30,6 +30,7 @@ if L then --L.kobyss_witherer = "Kobyss Witherer" --L.wandering_gutter = "Wandering Gutter" --L.crazed_predator = "Crazed Predator" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "ruRU") diff --git a/Delves/Trash/Locales/zhCN.lua b/Delves/Trash/Locales/zhCN.lua index 610964f14..eee0188b6 100644 --- a/Delves/Trash/Locales/zhCN.lua +++ b/Delves/Trash/Locales/zhCN.lua @@ -30,6 +30,7 @@ if L then L.kobyss_witherer = "唇鱼人枯败者" L.wandering_gutter = "游荡的开膛者" L.crazed_predator = "狂乱掠食者" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "zhCN") diff --git a/Delves/Trash/Locales/zhTW.lua b/Delves/Trash/Locales/zhTW.lua index bc01de46a..c54c93547 100644 --- a/Delves/Trash/Locales/zhTW.lua +++ b/Delves/Trash/Locales/zhTW.lua @@ -30,6 +30,7 @@ if L then --L.kobyss_witherer = "Kobyss Witherer" --L.wandering_gutter = "Wandering Gutter" --L.crazed_predator = "Crazed Predator" + --L.deepwater_makura = "Deepwater Makura" end L = BigWigs:NewBossLocale("Nerubian Delve Trash", "zhTW") diff --git a/Delves/Trash/Options/Colors.lua b/Delves/Trash/Options/Colors.lua index b39ecbbed..ce8d68fe6 100644 --- a/Delves/Trash/Options/Colors.lua +++ b/Delves/Trash/Options/Colors.lua @@ -26,6 +26,7 @@ BigWigs:AddColors("Kobyss Delve Trash", { [445252] = "red", [445407] = {"blue","red"}, [445492] = "orange", + [445771] = "orange", [445774] = "red", [455932] = "orange", }) diff --git a/Delves/Trash/Options/Sounds.lua b/Delves/Trash/Options/Sounds.lua index f65950d57..06500b3ad 100644 --- a/Delves/Trash/Options/Sounds.lua +++ b/Delves/Trash/Options/Sounds.lua @@ -26,6 +26,7 @@ BigWigs:AddSounds("Kobyss Delve Trash", { [445252] = "alarm", [445407] = {"info","warning"}, [445492] = "alarm", + [445771] = "alarm", [445774] = "alert", [455932] = "alarm", })