Skip to content

Commit

Permalink
Delves/Trash/Kobyss: Bubble Surge
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Sep 11, 2024
1 parent 878df7b commit c1dbf30
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Delves/Trash/Kobyss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

--------------------------------------------------------------------------------
Expand All @@ -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

--------------------------------------------------------------------------------
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions Delves/Trash/Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Options/Colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ BigWigs:AddColors("Kobyss Delve Trash", {
[445252] = "red",
[445407] = {"blue","red"},
[445492] = "orange",
[445771] = "orange",
[445774] = "red",
[455932] = "orange",
})
Expand Down
1 change: 1 addition & 0 deletions Delves/Trash/Options/Sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ BigWigs:AddSounds("Kobyss Delve Trash", {
[445252] = "alarm",
[445407] = {"info","warning"},
[445492] = "alarm",
[445771] = "alarm",
[445774] = "alert",
[455932] = "alarm",
})
Expand Down

0 comments on commit c1dbf30

Please sign in to comment.