You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Modules/CalcOffence.lua
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2062,6 +2062,8 @@ function calcs.offence(env, actor, activeSkill)
2062
2062
localadditionalLifeCost=skillModList:Sum("BASE", skillCfg, "BaseManaCostAsLifeCost") /100-- Extra cost (e.g. Petrified Blood) calculations
2063
2063
localadditionalESCost=skillModList:Sum("BASE", skillCfg, "ManaCostAsEnergyShieldCost") /100-- Extra cost (e.g. Replica Covenant) calculations
2064
2064
localhybridLifeCost=m_min(skillModList:Sum("BASE", skillCfg, "HybridManaAndLifeCost_Life"), 100) /100-- Blood Magic, Lifetap and tree mods capped at 100
2065
+
localwardCostPctOfLife=skillModList:Sum("BASE", skillCfg, "WardCostAsPercentOfLifeCost") /100-- Extra cost (e.g. Scouring Flame) calculations
0 commit comments