Expand spell ids for default AuraList statuses

This commit is contained in:
2023-05-12 16:51:39 +02:00
parent 5668a5b4db
commit 30d8248832

View File

@@ -25,18 +25,39 @@ types.AuraList = AuraList
local statusLists = { local statusLists = {
Immune = { Immune = {
[642] = true, -- Divine Shield, Paladin [642] = true, -- Divine Shield, Paladin
[186265] = true -- Aspect of the Turtle, Hunter [186265] = true, -- Aspect of the Turtle, Hunter
[45438] = true, -- Ice Block
[31224] = true, -- Cloak of Shadows
[196555] = true, -- Netherwalk
}, },
Bomb = { Bomb = {
[642] = true, -- Divine Shield, Paladin
[186265] = true, -- Aspect of the Turtle, Hunter
[381615] = true, -- Raszageth, Static Charge [381615] = true, -- Raszageth, Static Charge
[377467] = true -- Raszageth, Fulminating Charge [377467] = true, -- Raszageth, Fulminating Charge
[399713] = true, -- Raszageth, Magnetic Charge
[397797] = true, -- Corrupted Vortex, Jade Serpent Temple
[387843] = true, -- Astral Bomb, Algeth'ar Academy
[386181] = true, -- Mana Bomb, Algeth'ar Academy
[411241] = true, -- Sarkareth, Void Claws (p2 tank)
[408429] = true, -- Sarkareth, Void Slash (p3 tank)
[410642] = true, -- Sarkareth, Void fracture (bombs)
}, },
Burn = { Burn = {
[642] = true, -- Divine Shield, Paladin [114803] = true, -- Throw Torch, Jade Serpent Temple
[186265] = true -- Aspect of the Turtle, Hunter [397914] = true, -- Defiling Mist, Jade Serpent Temple
} [106114] = true, -- Touch of Nothingness, Jade Serpent temple
[152819] = true, -- Shadow Word: Frailty, Shadowmoon Burial Ground
[153524] = true, -- Plague Spit, Shadowmoon Burial Ground
[397907] = true, -- Impending Doom, ???
[209516] = true, -- Mana Fang, Court of Stars
[207980] = true, -- Disintegration Beam, Court of Stars
[211464] = true, -- Fel Detonation, Court of Stars
[376997] = true, -- Savage Peck, Algeth'ar Academy
[388912] = true, -- Severing Slash, Algeth'ar Academy
[388866] = true, -- Mana Void, Algeth'ar Academy
[390911] = true, -- Raszageth, Lingering Charge
[255582] = true, -- Priestess Alun'za, Molten Gold
[259853] = true, -- Rixxa Fluxflame, Chemical Burn
},
} }
-- helper function that goes over several aura slots for a unit. Runs a -- helper function that goes over several aura slots for a unit. Runs a