+ [313759] = true, -- Cursed Blood (Il'gynoth)
+ [312486] = true, -- Recurring Nightmare (Il'gynoth)
+};
+
+local powerColors = {
+ [Enum.PowerType.Mana] = {0.1, 0.5, 0.9},
+ [Enum.PowerType.Rage] = {1, 0, 0},
+ [Enum.PowerType.Pain] = {1, 0, 0},
+ [Enum.PowerType.Focus] = {1, 0.5, 0},
+ [Enum.PowerType.Energy] = {1, 0.8, 0},
+ [Enum.PowerType.Fury] = {0.8, 0.3, 0.9},
+ [Enum.PowerType.RunicPower] = {0.8, 0, 0.2},
+ [Enum.PowerType.LunarPower] = {0.3, 0.5, 0.9},
+ [Enum.PowerType.Maelstrom] = {0, 0.5, 1},
+ [Enum.PowerType.Insanity] = {0.4, 0, 0.8},