From 30d82488320982303c089555687c100555f6961d Mon Sep 17 00:00:00 2001 From: omicron Date: Fri, 12 May 2023 16:51:39 +0200 Subject: [PATCH] Expand spell ids for default AuraList statuses --- src/types/auralist.lua | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/src/types/auralist.lua b/src/types/auralist.lua index da835ee..6780f4d 100644 --- a/src/types/auralist.lua +++ b/src/types/auralist.lua @@ -25,18 +25,39 @@ types.AuraList = AuraList local statusLists = { Immune = { [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 = { - [642] = true, -- Divine Shield, Paladin - [186265] = true, -- Aspect of the Turtle, Hunter [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 = { - [642] = true, -- Divine Shield, Paladin - [186265] = true -- Aspect of the Turtle, Hunter - } + [114803] = true, -- Throw Torch, Jade Serpent Temple + [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