coolmodi / SpellCalc

A WoW classic addon providing information for spells, like actual damage done, crit and hit chance, scaling etc.
43 stars 8 forks source link

Fixed the damage of Shadow Word: Death in SoD #57

Open jonull93 opened 8 months ago

jonull93 commented 8 months ago

As of Dec 21, Shadow Word: Death deals 103% more damage. WowHead says the new damage value is 532, with which the correct damage shows in-game.

WowHead also shows the SP scaling to be 0.643 rather than 0.423, but I have not adjusted the SP scaling value since I have not verified that the current implementation doesn't work.

https://www.wowhead.com/classic/spell=401955/shadow-word-death https://web.archive.org/web/20240127130430/https://news.blizzard.com/en-us/world-of-warcraft/24030413/hotfixes-january-8-2024

coolmodi commented 8 months ago

The "spelldata_creator" in the tools folder creates those files. Having ran it with data files from the current build resolved this already.

https://github.com/coolmodi/SpellCalc/blob/abf15cae74a7550a2e49498297de4e8f889b4291/data/classic/classes/priest_spell.lua#L2707-L2723

Don't know when I finish the update though. Need to change the logic around those level scaling spells :/