azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.59k stars 2.64k forks source link

[Priest] Shadowfiend damage too high #15905

Open Annamaria-CC opened 1 year ago

Annamaria-CC commented 1 year ago

https://github.com/chromiecraft/chromiecraft/issues/5381

What client do you play on?

enUS

Faction

Both

Content Phase:

Generic

Current Behaviour

Shadowfiends damage is extremly high compared to wotlk classic ptr damage

hits without spellpower (30 cause of talents) range from 230 to 480 WoWScrnShot_041023_122429

with 492 spellpower range from 420 to 583 WoWScrnShot_041023_123713

Expected Blizzlike Behaviour

damage on ptr with 30 spellpower range from 129 to 165 Screenshot_20230410_123338

with 500 spellpower (the 641 is a crit) range from 310 to 360 Screenshot_20230410_123444

Source

https://wowgaming.altervista.org/aowow/?spell=34433 shows a scaling of 65%, likely based on the comment in wowhead:

https://www.wowhead.com/wotlk/spell=34433/shadowfiend#comments:id=155304

Benefits from your +dmg with a ~65% coefficient (6.5% per hit)

but, patchnotes on wowwiki show: https://wowpedia.fandom.com/wiki/Shadowfiend

Wrath of the Lich King Patch 3.1.0 (2009-04-14): Health scaling increased. Now receives 30% of the master's spell power.

Steps to reproduce the problem

.

Extra Notes

talents used WoWScrnShot_041023_122253

AC rev. hash/commit

https://github.com/chromiecraft/azerothcore-wotlk/commit/37f0b7095f949293c13f1d913f8917407ffe3b1b

Operating system

Ubuntu 20.04

Modules

Customizations

None

Server

ChromieCraft

Tereneckla commented 1 year ago

wowsims base stats and scaling for level 80: https://github.com/wowsims/wotlk/blob/master/sim/priest/shadowfiend_pet.go


var baseStats = stats.Stats{
    stats.Strength:  314,
    stats.Agility:   90,
    stats.Stamina:   348,
    stats.Intellect: 201,
}
BaseDamageMin:        176,
BaseDamageMax:        210,
stats.AttackPower: ownerStats[stats.SpellPower] * 5.377,
heyitsbench commented 1 year ago

Wrath Classic Shadowfiend pet tab stats on gear/talentless human priest at level 80:

Strength: 314
Agility: 90
Stamina: 328 (328+40)
Intellect: 150 (150+52)
Spirit: 209

Power: 608
Damage: 203-241
Spell Bonus: 0
Armor: 9616 (9616+125)