diff --git a/config.lua b/config.lua index f1171cb..46eb4b6 100644 --- a/config.lua +++ b/config.lua @@ -62,7 +62,7 @@ config.LOSStatus = { name = "OutOfSight", assignto = set("healfeedback"), scale config.DispelStatus = { name = "Dispel", assignto = set("raidbuff"), scale = 2, hscale = 2, spin = true, priority = 86 } config.StaggerStatus = { name = "Stagger", assignto = set("text2"), priority = 20 } config.RunicPowerStatus = { name = "RunicPower", assignto = set("mitigation"), priority = 10, color = { 0, 0.82, 1 } } -config.AlternatePowerStatus = { name = "AlternatePower", assignto = set("mitigation"), priority = 30, color = { 0.8, 0, 0.3 } } +config.AlternatePowerStatus = { name = "AlternatePower", assignto = set("text3"), priority = 65, color = { 1, 0.4, 0.4 } } config.SummonPending = { name = "SUMMON_PENDING", set("text2"), color = {1,0.7,0}, text = "PENDING", priority = 50 } config.SummonAccepted = { name = "SUMMON_ACCEPTED", set("text2"), color = {0,1,0}, text = "ACCEPTED", priority = 51 }