@@ -3983,7 +3983,7 @@ function calcs.offence(env, actor, activeSkill)
3983
3983
t_insert (breakdownDPS , pass .label .. " :" )
3984
3984
end
3985
3985
if sourceHitDmg == sourceCritDmg or output .CritChance == 0 then
3986
- t_insert (breakdownDPS , " Total damage :" )
3986
+ t_insert (breakdownDPS , " Total base DPS per " .. type .. " :" )
3987
3987
t_insert (breakdownDPS , s_format (" %.1f ^8(source damage)" ,sourceHitDmg ))
3988
3988
if sourceMult > 1 then
3989
3989
t_insert (breakdownDPS , s_format (" x %.2f ^8(inflicting as though dealing more damage)" , sourceMult ))
@@ -4007,7 +4007,7 @@ function calcs.offence(env, actor, activeSkill)
4007
4007
end
4008
4008
end
4009
4009
if baseFromHit > 0 and baseFromCrit > 0 then
4010
- t_insert (breakdownDPS , " Total damage :" )
4010
+ t_insert (breakdownDPS , " Total base DPS per " .. type .. " :" )
4011
4011
t_insert (breakdownDPS , s_format (" %.1f + %.1f" , baseFromHit , baseFromCrit ))
4012
4012
if sourceMult == 1 then
4013
4013
t_insert (breakdownDPS , s_format (" = %.1f" , baseVal ))
@@ -4267,7 +4267,7 @@ function calcs.offence(env, actor, activeSkill)
4267
4267
t_insert (breakdown [ailment .. " DPS" ], s_format (" x %.2f ^8(ailment magnitude effect)" , globalOutput [ailment .. " MagnitudeEffect" ]))
4268
4268
t_insert (breakdown [ailment .. " DPS" ], s_format (" = %.1f" , baseVal , 1 ))
4269
4269
t_insert (breakdown [ailment .. " DPS" ], " " )
4270
- t_insert (breakdown [ailment .. " DPS" ], " Average ailment DPS :" )
4270
+ t_insert (breakdown [ailment .. " DPS" ], " Average DPS for all " .. ailment .. " s :" )
4271
4271
if baseVal ~= ailmentDPSUncapped then
4272
4272
t_insert (breakdown [ailment .. " DPS" ], s_format (" %.1f ^8(base damage per second)" , baseVal ))
4273
4273
end
@@ -4312,9 +4312,9 @@ function calcs.offence(env, actor, activeSkill)
4312
4312
if isAttack then
4313
4313
t_insert (breakdown [ailment .. " Damage" ], pass .label .. " :" )
4314
4314
end
4315
- t_insert (breakdown [ailment .. " Damage" ], s_format (" %.1f ^8(damage per second )" , output [ ailment .. " DPS " ] ))
4315
+ t_insert (breakdown [ailment .. " Damage" ], s_format (" %.1f ^8(DPS of all stacks )" , baseVal ))
4316
4316
t_insert (breakdown [ailment .. " Damage" ], s_format (" x %.2fs ^8(ailment duration)" , globalOutput [ailment .. " Duration" ]))
4317
- t_insert (breakdown [ailment .. " Damage" ], s_format (" = %.1f ^8damage per ailment stack " , output [ailment .. " Damage" ]))
4317
+ t_insert (breakdown [ailment .. " Damage" ], s_format (" = %.1f ^8total damage of all stacks " , output [ailment .. " Damage" ]))
4318
4318
end
4319
4319
if globalOutput [ailment .. " Duration" ] ~= data .misc [ailment .. " DurationBase" ] then
4320
4320
globalBreakdown [ailment .. " Duration" ] = {
0 commit comments