X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/ad5b150d2018f681b13aa4445b375d99adaa6d04..7a3d474fed104027003fa1c951a31c524dfda72d:/kehys/auras.lua diff --git a/kehys/auras.lua b/kehys/auras.lua index 1100f11..3ecd26e 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 @@ -54,6 +57,9 @@ local watchedAuras = { [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) }; local playerGuid = nil;