mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-27 01:00:13 +00:00
Spell descriptions now substitute \$o1/\$o2/\$o3 with the total periodic damage/healing: base_per_tick × (duration / 3sec). Example: SW:Pain with base=4 (5 per tick), duration=18sec (6 ticks): Before: "Causes X Shadow damage over 18 sec" After: "Causes 30 Shadow damage over 18 sec" Combined with \$s1 (per-tick/instant) and \$d (duration), the three most common spell template variables are now fully resolved. This covers the vast majority of spell tooltips. |
||
|---|---|---|
| .. | ||
| addon_manager.cpp | ||
| lua_engine.cpp | ||
| toc_parser.cpp | ||