44065ae - Add EP debuffs, buffind1 color change
authorAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Tue, 10 Sep 2019 18:29:08 +0000
committerAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Tue, 10 Sep 2019 18:29:08 +0000
kehys/auras.lua
kehys/frame.lua

index 1100f11..5361bb2 100644 (file)
@@ -54,6 +54,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;
 
index bba00f8..1719b94 100644 (file)
@@ -157,7 +157,7 @@ function addon.NewRaidFrame(parent, width, height, unit, attributes,
     f.buffind1:SetPoint("TOPRIGHT", f.background, "TOPRIGHT", -1, -1);
     f.buffind1:SetWidth(6);
     f.buffind1:SetHeight(6);
-    f.buffind1:SetColorTexture(1, 0.8, 0.1);
+    f.buffind1:SetColorTexture(0.8, 0.1, 0.1);
     f.buffind1:Hide();
     f.targeticon = f:CreateTexture(nil, "OVERLAY");
     f.targeticon:SetPoint("CENTER", f, "TOP", 0, -1);