File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3124,11 +3124,10 @@ function calcs.buildDefenceEstimations(env, actor)
3124
3124
end
3125
3125
3126
3126
-- If there is life recoup and preventedLifeLoss (Grasping Wounds), add per second sum in Calcs breakdown
3127
+ output [" netLifeRecoupAndLossLostOverTimeMax" ] = (output [" LifeRecoupRecoveryMax" ] or 0 ) - (output [" LifeLossLostMax" ] or 0 )
3128
+ output [" netLifeRecoupAndLossLostOverTimeAvg" ] = (output [" LifeRecoupRecoveryAvg" ] or 0 ) - (output [" LifeLossLostAvg" ] or 0 )
3127
3129
if (output [" LifeRecoupRecoveryAvg" ] or 0 ) > 0 and output .preventedLifeLossTotal > 0 then
3128
3130
output [" showNetRecoup" ] = true
3129
-
3130
- output [" netLifeRecoupAndLossLostOverTimeMax" ] = (output [" LifeRecoupRecoveryMax" ] or 0 ) - (output [" LifeLossLostMax" ] or 0 )
3131
- output [" netLifeRecoupAndLossLostOverTimeAvg" ] = (output [" LifeRecoupRecoveryAvg" ] or 0 ) - (output [" LifeLossLostAvg" ] or 0 )
3132
3131
if breakdown then
3133
3132
breakdown [" netLifeRecoupAndLossLostOverTimeMax" ] = {
3134
3133
s_format (" %.2f ^8(total life recouped per second)" , output [" LifeRecoupRecoveryMax" ]),
You can’t perform that action at this time.
0 commit comments