Skip to content

Conversation

@jonull93
Copy link

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

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.
@coolmodi
Copy link
Owner

coolmodi commented Feb 7, 2024

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

[401955] = { -- Shadow Word: Death
spellLevel = 1,
maxLevel = 0,
baseCostPct = 12,
school = 6,
defType = 1,
useScalingFormula = "810damagepower",
effects = {
[1] = {
effectType = 2,
valueBase = 532,
valueRange = 88,
coef = 0.64300000668,
coefAP = 0,
},
}
},

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants