X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/2120a9c685552e6de2a8531ccc155398c8db24aa..9d2b39eafbaccdfcc3ea838f41e0af1a963b5ed6:/kehys/auras.lua diff --git a/kehys/auras.lua b/kehys/auras.lua index dac8764..07b28da 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -10,7 +10,6 @@ local watchedAuras = { --[268391] = {bar=false}, -- Mental Assault --[272571] = {bar=false}, -- Choking Waters --[268008] = {bar=false}, -- Snake Charm - --[260741] = {bar=false}, -- Jagged Nettles --[280605] = {bar=false}, -- Brain Freeze --[268797] = {bar=false}, -- Transmute to Goo --[265889] = {bar=false}, -- Torch Strike @@ -31,6 +30,7 @@ local watchedAuras = { [209858] = {1, "stacks"}, -- Necrotic Wound (M+) [240559] = {1, "stacks"}, -- Grievous Wound (M+) [240443] = {1, "stacks"}, -- Burst (M+) + [260741] = {1, "heal"}, -- Jagged Nettles (Waycrest Manor) -- Uldir [265264] = {2, "alert"}, -- Void Lash (Zek'voz) -- Battle of Dazar'alor @@ -40,6 +40,8 @@ local watchedAuras = { [286646] = {1, "heal"}, -- Gigavolt Charge (Mekkatorque) [288939] = {1, "heal"}, -- Gigavolt Radiation (Mekkatorque) [287891] = {1, "stacks"}, -- Sheep Shrapnel (Mekkatorque) + [287114] = {1, "alert"}, -- Miscalculated Teleport (Mekkatorque) + [287167] = {1, "stacks"}, -- Discombobulation (Mekkatorque) [287993] = {1, "stacks"}, -- Chilling Touch (Jaina) [283507] = {1, "heal"}, -- Volatile Charge (Opulence) [287648] = {1, "heal"}, -- Volatile Charge (Opulence) @@ -68,11 +70,16 @@ local watchedAuras = { [313255] = {20, "stacks"}, -- Creeping Madness (Wrathion) [310224] = {1, "stacks"}, -- Annihilation (Vexiona) [307358] = {1, "heal"}, -- Debilitating Spit (Shad'har) + [318078] = {1, "alert"}, -- Fixate (Shad'har) [312486] = {1, "stacks"}, -- Recurring Nightmare (Il'gynoth) [313400] = {1, "stacks"}, -- Corrupted Mind (N'zoth) [319346] = {1, "heal"}, -- Infinity's Toll (N'zoth) phase marker [316506] = {1, "alert"}, -- Heartpiercer Venom (Trash) [315025] = {1, "heal"}, -- Ancient Curse (Maut) + [315311] = {1, "stacks"}, -- Ravage (Hivemind) + [313460] = {1, "alert"}, -- Nullification (Hivemind) + [313461] = {1, "heal"}, -- Corrosion (Hivemind) + [307359] = {1, "heal"}, -- Despair (Vexiona) }; local playerGuid = nil;