b3a282aeb5
A TurtleWoW 1.12.1 addon that shows the healing returned by the Vampirism item stat. The game emits no event for that healing, so the addon computes it from the player's own outgoing damage using a formula measured in-game, and shows it live on a movable bar with a per-ability breakdown, an overheal split, automatic source detection from equipped gear, and optional scrolling combat text.
26 lines
499 B
TeX
26 lines
499 B
TeX
## Interface: 11200
|
|
## Title: Vampify
|
|
## Notes: Tracks the healing returned by the Vampirism item stat.
|
|
## Author: ShempError
|
|
## Version: 0.3.0
|
|
## SavedVariables: VampifyDB
|
|
## SavedVariablesPerCharacter: VampifyCharDB
|
|
|
|
core\const.lua
|
|
core\model.lua
|
|
core\histogram.lua
|
|
core\aggregate.lua
|
|
core\watch.lua
|
|
core\perhit.lua
|
|
core\config.lua
|
|
capture\detect.lua
|
|
capture\damage.lua
|
|
capture\incoming.lua
|
|
gui\widgets.lua
|
|
gui\sct.lua
|
|
gui\display.lua
|
|
gui\fct.lua
|
|
gui\minimap.lua
|
|
gui\options.lua
|
|
core\commands.lua
|