This addon is no longer maintained as I no longer have an active WoW subscription.
This addon is an ElvUI plugin which adds the potential amount of self-healing a tank can do onto their healthbar.
The heal spell that is used depends on the class:
- DH: Soul Cleave
- DK: Death Strike
- Druid: Frenzied Regeneration
- Monk: Expel Harm
- Paladin: Light of the Protector
- Warrior: Ignore Pain (shows the potential absorb)
The addon takes into account various stats, talents, artifact traits, raid cooldowns and other variables when calculating the potential heal.
If something is broken, please open an issue on the issue tracker.
All pull requests on github are appreciated, but please let me know before you start work so that I know not to work on the same thing. Feel free to work on any issues on the issue tracker, something on the to do list (below), or new features.
- Cache relevant talents on PLAYER_TALENT_UPDATE events (instead of checking every time we calculate potential heals)
- Change bar color based on heal power? (for example, red if heal is near theoretical minimum, green if heal is near theoretical maximum)