Skip to content

Commit

Permalink
Moved alternate power to text3
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 12, 2020
1 parent 42489e7 commit db3c6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit db3c6af

Please sign in to comment.