• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Damage calculation formulae

Raypulsif

New Member
Joined
Jul 20, 2019
Hi guys and girls,
I'm having issue retrieving damage calculations.

So here is my character :
http://armory.twinstar.cz/character-sheet.xml?r=KronosIII&cn=Pepetts

so here, it says white (auto shot) damage is 505-599.

I tried to retrieve the formulae to get this, I tried several things but it was each time ways off, so I must be missing something...
my weapon is Ouro gun 103-192(+7 dmg scope), 15% quiver, 17.5dps bullets

from https://wow.gamepedia.com/Normalization

says normalized_damage = base_weapon_damage + (X * Attack Power / 14)
110 + 2.8 * 1490 / 14 gives 408 ; adding 17.5*3 (52.5) or 17.5*2.61 (45.7) is still off (454 or 460)

trying now with
base_weapon_damage + weapon_speed * Attack Power / 14 gives
110 + 2.61 * 1490 / 14 gives 388 ; adding 17.5*3 (52.5) or 17.5*2.61 (45.7) is still off (433 or 440.5)

So what am I missing guys ?
Thx
 
Last edited:
Top Bottom