Vengeance Demon Hunter Damage Reduction

Vengeance Demon Hunter Damage Reduction

0 Downloads

An icon aura that shows physical and magical damage reduction. The top percentage is melee damage reduction, while the bottom is magical damage reduction.

What is calculated in this WA:

Level vs Enemy Level

Timewalking

Versatility Bonus

Demonic Wards

Fiery Brand

Devotion Aura

Pain Suppression

Blessing of Sacrifice

Blessing of Spellwarding

Ironbark

Safeguard

Power Word: Barrier

To-do:

Verify Timewalking dungeon target levels

What is not calculated in this WA:

Trinkets

Changelog:

v1.0.0 - Initial release.

v1.0.1 - Updated for patch 8.2, removed legendary cloak, added WoD Timewalking

v1.0.2 - Added custom option for number of decimal places to show (0, 1, or 2). Fixed Blessing of Spellwarding to no longer show 100% physical damage reduction.

v1.0.3 - Update for Shadowlands, including handling of Viscous Ink

v1.0.4:

- Move damage tables to an aura_env variable

- Move damage table calculations to a trigger, rather than embedding in the display

This should allow the WA to throttle slightly, as it's only called on relevant events, rather than every frame.

v1.0.5 - Code clean-up

v1.0.6 - Small code clean-up (clearing wago warnings)

v1.0.7 - Move Viscous Ink checking into a separate trigger to avoid destroying game performance

v1.0.8 - Separate more things into their own triggers so they only update on specific events

v1.0.9 - Update Demonic Wards to 20% damage reduction, up from 15%

v1.0.10 - Remove a stray debug print