X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/44065aeea22eec9b61d3c4b2ef2193db37b1a327..7cf4c4bed7a60fcc31e10d62d8a5b349d8252bd9:/kehys/auras.lua diff --git a/kehys/auras.lua b/kehys/auras.lua index 5361bb2..d0c59e3 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -18,6 +18,7 @@ local watchedAuras = { --[258323] = {bar=false}, -- Infected Wound --[262513] = {bar=false}, -- Azerite Heartseeker [287280] = {1, "buff1"}, -- Glimmer of Light + [194384] = {1, "buff1"}, -- Atonement -- Tank defensives [6940] = {1, "tankcd"}, -- Blessing of Sacrifice [33206] = {1, "tankcd"}, -- Pain Suppression @@ -27,6 +28,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 +60,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;