a2d93f5 - New debuffs to track in raid frames
authorAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Tue, 30 Jul 2019 20:26:45 +0000
committerAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Tue, 30 Jul 2019 20:26:45 +0000
kehys/auras.lua

index 5652f6a..7d88db2 100644 (file)
@@ -23,6 +23,9 @@ local watchedAuras = {
     [47788] = {1, "tankcd"}, -- Guardian Spirit
     [102342] = {1, "tankcd"}, -- Ironbark
     [116849] = {1, "tankcd"}, -- Life Cocoon
     [47788] = {1, "tankcd"}, -- Guardian Spirit
     [102342] = {1, "tankcd"}, -- Ironbark
     [116849] = {1, "tankcd"}, -- Life Cocoon
+    [196555] = {1, "tankcd"}, -- Netherwalk
+    -- M+
+    [209858] = {1, "stacks"}, -- Necrotic Wound (M+)
     -- Uldir
     [265264] = {2, "alert"}, -- Void Lash (Zek'voz)
     -- Battle of Dazar'alor
     -- Uldir
     [265264] = {2, "alert"}, -- Void Lash (Zek'voz)
     -- Battle of Dazar'alor
@@ -32,6 +35,24 @@ local watchedAuras = {
     [286646] = {1, "heal"}, -- Gigavolt Charge (Mekkatorque)
     [287891] = {1, "stacks"}, -- Sheep Shrapnel (Mekkatorque)
     [287993] = {1, "stacks"}, -- Chilling Touch (Jaina)
     [286646] = {1, "heal"}, -- Gigavolt Charge (Mekkatorque)
     [287891] = {1, "stacks"}, -- Sheep Shrapnel (Mekkatorque)
     [287993] = {1, "stacks"}, -- Chilling Touch (Jaina)
+    [283507] = {1, "heal"}, -- Volatile Charge (Opulence)
+    [287648] = {1, "heal"}, -- Volatile Charge (Opulence)
+    [284556] = {1, "stacks"}, -- Shadow-Touched (Opulence)
+    [287072] = {1, "heal"}, -- Liquid Gold (Opulence)
+    [284781] = {1, "heal"}, -- Grievous Axe (Rastakhan)
+    [290955] = {1, "heal"}, -- Grievous Axe (Rastakhan)
+    --[284663] = {1, "alert"}, -- Bwonsamdi's Wrath (Conclave)
+    -- Crucible of Storms
+    [282566] = {1, "stacks"}, -- Promises of Power (Restless Cabal)
+    [282738] = {1, "alert"}, -- Embrace of the Void (Restless Cabal)
+    [285652] = {1, "alert"}, -- Insatiable Torment (Uu'nat)
+    [285367] = {2, "stacks"}, -- Piercing Gaze of N'Zoth (Uu'nat)
+    [284733] = {1, "alert"}, -- Embrace of the Void (Uu'nat)
+    [285685] = {1, "alert"}, -- Gift of N'Zoth: Lunacy (Uu'nat)
+    -- The Eternal Palace
+    [292127] = {1, "alert"}, -- Darkest Depths (Underwater)
+    [298569] = {1, "stacks"}, -- Drained Soul (Queen Azshara)
+    [297586] = {1, "alert"}, -- Suffering (Queen's Court)
 };
 
 local auraEvents = {};
 };
 
 local auraEvents = {};