X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/44065aeea22eec9b61d3c4b2ef2193db37b1a327..aa4370fe66033f579495c44b3b4a5256efea8812:/kehys/auras.lua?ds=sidebyside diff --git a/kehys/auras.lua b/kehys/auras.lua index 5361bb2..42afc12 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -18,6 +18,8 @@ local watchedAuras = { --[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 @@ -27,6 +29,8 @@ local watchedAuras = { [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 @@ -57,6 +61,8 @@ local watchedAuras = { [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;