Vampify 0.3.0
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.
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user