wowsims / cata

World of Warcraft Cataclysm Classic simulations.
https://wowsims.github.io/cata/
MIT License
25 stars 46 forks source link

[MM] Fix Piercing Shots damage #795

Closed ToxicKevinFerm closed 3 months ago

ToxicKevinFerm commented 3 months ago

Should be calculated on 9 ticks due to rollover. It's not exactly as it happens in game, but the easier approx so far: image From Whist on the Hunter Discord: the second piercing shot does 5808 damage, so the first tick does 5808/8=726, then the remaining 8 ticks do (5808-726) / 8 = 635