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
Is your feature request related to a problem? Please describe.
When simming my character with enable_dps_healing=1 I would like the report to include details about absorb actions as well as heal actions. Currently absorb action stats do not display in the report output.
Not sure if this is a bug or not considering the table in the report does say absorbs as well:
Describe the solution you'd like
Add absorb entries into the healing table in the generated report.
Describe alternatives you've considered
Could also have a separate absorb table, but it being tied to healing matches what is typical for in-game meters.
Additional context
Note below profile example required this PR to be merged to see the absorb: #6173
0.000 Player 'Base' gains Buff accretion (stacks=1) (value=1154.99275095168)
3.528 Player 'Base' tick amount for Action shadow_word_death_self_damage on Player 'Base': amount=3240 initial_amount=3240 base=3240.473047554532 bonus=0 s_mod=0 s_power=0 a_mod=0 a_power=0 mult=1, tick_mult=1
3.528 Damage to Base after all mitigation is 3132.270000
3.528 Player 'Base' Buff accretion absorbs 1154.99275095168 (remaining: 0)
3.528 Player 'Base' loses Buff accretion
3.528 Damage to Base after accretion is 1977.277249
From the example above you would expect 1154 healing to be attributed to the accretion action in the report.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When simming my character with
enable_dps_healing=1
I would like the report to include details about absorb actions as well as heal actions. Currently absorb action stats do not display in the report output.Not sure if this is a bug or not considering the table in the report does say absorbs as well:
Describe the solution you'd like
Add absorb entries into the healing table in the generated report.
Describe alternatives you've considered
Could also have a separate absorb table, but it being tied to healing matches what is typical for in-game meters.
Additional context
Note below profile example required this PR to be merged to see the absorb: #6173
Sim profile that has an absorb:
Example absorb actions from debug:
From the example above you would expect 1154 healing to be attributed to the accretion action in the report.
The text was updated successfully, but these errors were encountered: