Skip to content

Commit

Permalink
Raid Debuffs module: Added missing trash debuffs for M+ dungeons (GH …
Browse files Browse the repository at this point in the history
…issue #269)
  • Loading branch information
michaelnpsp committed Sep 15, 2024
1 parent 8ec6155 commit a5c2cbe
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RaidDebuffsOptions/RaidDebuffsBfA.lua
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,21 @@ RDDB["Battle for Azeroth"] = {
269416, --Blast
269484, --Eradication
},
["Trash"] = {
order = 5, ejid = nil,
454437, -- Azerite Charge
454439, -- Azerite Charge
268230, -- Crimson Swipe
257168, -- Cursed Slash
257459, -- On the Hook
272588, -- Rotting Wounds
272421, -- Slighted Artillery
256709, -- Singing Steel
275836, -- Stinging Venom
454440, -- Stinky Vomit
256616, -- Tooth Breaker
257069, -- Watertight Shell
},
},
[1041] = {
{ id = 1041, name = "Kings' Rest" },
Expand Down
17 changes: 17 additions & 0 deletions RaidDebuffsOptions/RaidDebuffsCataclysm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,23 @@ RDDB["Cataclysm"] = {
456719, --Shadow Wound
450100, --Crush
},
["Trash"] = {
order = 5, ejid = nil,
76711, -- Sear Mind
317898, -- Blinding Sleet
451224, -- Enveloping Shadowflame
451241, -- Shadowflame Slash
451378, -- Rive
451394, -- Mind Peircer
451965, -- Molten Wake
456719, -- Shadow Wound
451613, -- Twilight Flame
451614, -- Twilight Ember
451395, -- Corrupt
456712, -- Dark Eruption
462220, -- Blazing Shadowflame
451871, -- Mass Tremor
},
},
[70] = {
{ id = 70, name = "Halls of Origination" },
Expand Down
5 changes: 5 additions & 0 deletions RaidDebuffsOptions/RaidDebuffsShadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ RDDB["Shadowlands"] = {
340160, -- Aliento radiante
325418, -- Ácido volátil
326092, -- Veneno debilitador
324859, -- Bramblethorn Entanglement
325224, -- Anima Injection
340300, -- Tongue Lashing
},
},
[1183] = {
Expand Down Expand Up @@ -309,6 +312,8 @@ RDDB["Shadowlands"] = {
334610, -- Fijación descerebrada
333477, -- Rebanar tripas
323471, -- Lanzar cuchilla
320717, -- Blood Hunger
320462, -- Necrotic Bolt
},
},
[1187] = {
Expand Down
59 changes: 59 additions & 0 deletions RaidDebuffsOptions/RaidDebuffsTheWarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ RDDB["The War Within"] = {
432227, --Venom Volley
432130, --Erupting Webs
},
["Trash"] = {
order = 4, ejid = nil,
433843, -- Erupting Webs
434252, -- Massive Slam
448248, -- Revolting Volley
433841, -- Venom Volley
436322, -- Poisen Bolt
436401, -- AUGH!
438599, -- Bleeding Jab
438825, -- Poisonous Cloud
},
},
[1272] = {
{ id = 1272, name = "Cinderbrew Meadery" },
Expand Down Expand Up @@ -119,6 +130,26 @@ RDDB["The War Within"] = {
438860, --Umbral Weave
439646, --Process of Elimination
},
["Trash"] = {
order = 5, ejid = nil,
443401, -- Venom Strike
443437, -- Shadow of Doubt
443438, -- Doubt
450783, -- Perfume Toss
443432, -- Silken Binding
446718, -- Umbral Weave
443435, -- Twist Thoughts
448047, -- Web Wrap
451426, -- Gossamer Barrage
461630, -- Venomous Spray
451239, -- Brutal Jab
451295, -- Void Rush
452151, -- Rigorous Jab
443509, -- Ravenous Swarm
445812, -- Dark Barrage
443427, -- Web Bolt
451309, -- Eye of the Queen
},
},
[1210] = {
{ id = 1210, name = "Darkflame Cleft" },
Expand Down Expand Up @@ -252,6 +283,20 @@ RDDB["The War Within"] = {
438957, --Acid Pools
435793, --Tacky Burst
},
["Trash"] = {
order = 4, ejid = nil,
451115, -- Terrifying Slam
432448, -- Stygian Seed
451107, -- Bursting Cocoon
451098, -- Tacky Nova
431309, -- Ensnaring Shadows
431350, -- Tormenting Eruption
431365, -- Tormenting Ray
431491, -- Tainted Slash
451119, -- Abyssal Blast
453345, -- Abyssal Rot
449332, -- Encroaching Shadows
},
},
[1268] = {
{ id = 1268, name = "The Rookery" },
Expand Down Expand Up @@ -331,6 +376,20 @@ RDDB["The War Within"] = {
457465, --Entropy
427869, --Unbridled Void
},
["Trash"] = {
order = 5, ejid = nil,
449455, -- Howling Fear
429545, -- Censoring gear
448975, -- Shield Stampede
425027, -- Seismic Wave
426308, -- Void Infection
427361, -- Fracture
428887, -- Smashed
449154, -- Molten Mortar
445207, -- Piercing Wail
464879, -- Concussive Smash
425974, -- Ground Pound
},
},
-- Raid instances
[1278] = {
Expand Down

0 comments on commit a5c2cbe

Please sign in to comment.