Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 4bb49f4

Browse files
committed
change Spirit color to RARE, remove Ward from displayStats and CalcSections
1 parent 4858033 commit 4bb49f4

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

src/Data/Global.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ colorCodes.INTELLIGENCE = colorCodes.WITCH
6363

6464
colorCodes.LIFE = colorCodes.MARAUDER
6565
colorCodes.MANA = colorCodes.WITCH
66-
colorCodes.SPIRIT = colorCodes.SHAPER
66+
colorCodes.SPIRIT = colorCodes.RARE
6767
colorCodes.ES = colorCodes.SOURCE
6868
colorCodes.WARD = colorCodes.RARE
6969
colorCodes.ARMOUR = colorCodes.NORMAL

src/Modules/BuildDisplayStats.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ local displayStats = {
139139
{ stat = "EnergyShieldLeechGainRate", label = "ES Leech/On Hit Rate", color = colorCodes.ES, fmt = ".1f", compPercent = true },
140140
{ stat = "EnergyShieldLeechGainPerHit", label = "ES Leech/Gain per Hit", color = colorCodes.ES, fmt = ".1f", compPercent = true },
141141
{ },
142-
{ stat = "Ward", label = "Ward", fmt = "d", color = colorCodes.WARD, compPercent = true },
143-
{ },
144142
{ stat = "Rage", label = "Rage", fmt = "d", color = colorCodes.RAGE, compPercent = true },
145143
{ stat = "RageRegenRecovery", label = "Rage Regen", fmt = ".1f", color = colorCodes.RAGE, compPercent = true },
146144
{ },

src/Modules/CalcSections.lua

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,20 +1532,6 @@ return {
15321532
}, },
15331533
} }
15341534
} },
1535-
{ 1, "Ward", 2, colorCodes.WARD, {{ defaultCollapsed = false, label = "Ward", data = {
1536-
extra = "{0:output:Ward}",
1537-
{ label = "Base from Armours", { format = "{0:output:Gear:Ward}", { breakdown = "Ward", gearOnly = true }, }, },
1538-
{ label = "Global Base", { format = "{0:mod:1}", { modName = "Ward", modType = "BASE" }, }, },
1539-
{ label = "Inc. from Tree", { format = "{0:mod:1}%", { modName = "Ward", modType = "INC", modSource = "Tree" }, }, },
1540-
{ label = "Total Increased", { format = "{0:mod:1}%", { modName = { "Ward", "Defences" }, modType = "INC" }, }, },
1541-
{ label = "Total More", { format = "{0:mod:1}%", { modName = { "Ward", "Defences" }, modType = "MORE" }, }, },
1542-
{ label = "Total", { format = "{0:output:Ward}", { breakdown = "Ward" }, }, },
1543-
{ label = "Recharge Delay", { format = "{2:output:WardRechargeDelay}s",
1544-
{ breakdown = "WardRechargeDelay" },
1545-
{ modName = "WardRechargeFaster" },
1546-
}, },
1547-
} }
1548-
} },
15491535
-- secondary defenses
15501536
{ 1, "Resist", 3, colorCodes.DEFENCE, {{ defaultCollapsed = false, label = "Resists", data = {
15511537
extra = colorCodes.FIRE.."{0:output:FireResist}+{0:output:FireResistOverCap}^7/"..colorCodes.COLD.."{0:output:ColdResist}+{0:output:ColdResistOverCap}^7/"..colorCodes.LIGHTNING.."{0:output:LightningResist}+{0:output:LightningResistOverCap}",

0 commit comments

Comments
 (0)