Цитата Сообщение от Зороастр Посмотреть сообщение
(3.7 там вроде)
3.6 у рукояти.
Prior to patch 1.8, the weapon damage used for instant attacks was:
damage = base_weapon_damage + (weapon_speed * Attack Power / 14)
Note that ...
base_weapon_damage + weapon_speed * Attack Power / 14
Да нормализация
normalized_damage = base_weapon_damage + (X * Attack Power / 14)
Х = 3.3 for two-handed weapons
Так ап http://www.wowwiki.com/Attack_power
Attack power (AP) increases your base DPS by 1 for every 14 attack power. For example, an AP of 28 will give you 2 DPS. To convert DPS into average damage per swing:
(Weapon DPS + AP/14) * Weapon Speed.
он нормализуется? Ведь мы считаем Weapon Speed = 3.3. И из апа идет ссылку на нормализацию. Глянь плз.
ну и http://www.wowwiki.com/Attack_power_coefficient тоже надо поглядеть.