063c936 - Add shaman settings to TMW and frames
[wowui.git] / kehys / auras.lua
index 1100f11..42afc12 100644 (file)
@@ -18,6 +18,8 @@ local watchedAuras = {
     --[258323] = {bar=false}, -- Infected Wound
     --[262513] = {bar=false}, -- Azerite Heartseeker
     [287280] = {1, "buff1"}, -- Glimmer of Light
     --[258323] = {bar=false}, -- Infected Wound
     --[262513] = {bar=false}, -- Azerite Heartseeker
     [287280] = {1, "buff1"}, -- Glimmer of Light
+    [194384] = {1, "buff1"}, -- Atonement
+    [61295] = {1, "buff1"}, -- Riptide
     -- Tank defensives
     [6940] = {1, "tankcd"}, -- Blessing of Sacrifice
     [33206] = {1, "tankcd"}, -- Pain Suppression
     -- Tank defensives
     [6940] = {1, "tankcd"}, -- Blessing of Sacrifice
     [33206] = {1, "tankcd"}, -- Pain Suppression
@@ -27,6 +29,8 @@ local watchedAuras = {
     [196555] = {1, "tankcd"}, -- Netherwalk
     -- M+
     [209858] = {1, "stacks"}, -- Necrotic Wound (M+)
     [196555] = {1, "tankcd"}, -- Netherwalk
     -- M+
     [209858] = {1, "stacks"}, -- Necrotic Wound (M+)
+    [240559] = {1, "stacks"}, -- Grievous Wound (M+)
+    [240443] = {1, "stacks"}, -- Burst (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
@@ -54,6 +58,11 @@ local watchedAuras = {
     [292127] = {1, "alert"}, -- Darkest Depths (Underwater)
     [298569] = {1, "stacks"}, -- Drained Soul (Queen Azshara)
     [297586] = {1, "alert"}, -- Suffering (Queen's Court)
     [292127] = {1, "alert"}, -- Darkest Depths (Underwater)
     [298569] = {1, "stacks"}, -- Drained Soul (Queen Azshara)
     [297586] = {1, "alert"}, -- Suffering (Queen's Court)
+    [294711] = {5, "heal"}, -- Frost (Sivara)
+    [294715] = {5, "heal"}, -- Toxic (Sivara)
+    [296693] = {1, "stacks"}, -- Waterlogged (Ashvane)
+    [297333] = {1, "heal"}, -- Briny Bubble (Ashvane)
+    [298306] = {1, "stacks"}, -- Incubation Fluid (Orgozoa)
 };
 local playerGuid = nil;
 
 };
 local playerGuid = nil;