Модификаторы оружия и абилки не учитывающие оружие
1) а) Таланты:
http://wowroad.info/?spell=12712
http://wowroad.info/?spell=29592
Скиллы:
http://wowroad.info/?spell=34428
http://wowroad.info/?spell=46968
http://wowroad.info/?spell=47996
http://wowroad.info/?spell=47502
2) Данные таланты, действуют на данные абилки.
3) а) http://web.archive.org/web/201007221...ry_compendium/
Цитата:
Two-Handed Specialization creates a multiplier for all of your Warrior abilities and skills when you are using two handed weapons. 3/3 gets you an overall damage multiplier of 1.06. For example, if you did 100 damage with an ability without this talent, you would do 106 damage with. This mechanic is classed with Damage Increasing Multipliers (DIMs) which are discussed multiple times in this compendium.
http://www.wowwiki.com/Precision_(wa...?oldid=2391373
Цитата:
Increases your chance to hit with melee weapons by X%.
Цитата:
Precision
Rank 3
Instant
Increases your chance to hit with melee weapons by 3%.
DrD
Код:
--TALENTS
self.Calculation["Two-Handed Weapon Specialization"] = function( calculation, value, baseSpell )
if self:GetNormM() == 3.3 and not baseSpell.NoWeapon then
calculation.wDmgM = calculation.wDmgM * (1 + value)
calculation.dmgM = calculation.dmgM * (1 + value)
end
end
self.Calculation["Precision"] = function( calculation, value, baseSpell )
if not baseSpell.NoWeapon then
calculation.hitPerc = calculation.hitPerc + value
end
end
4) 24.11.13 logon2 FUN
5) Неизвестно
6) 7/10
7)
Тест
1. Вар без модификаторов Удар 450 крит 900, всё нормально
http://s020.radikal.ru/i716/1311/e6/8dfc48d95c02.jpg, ((450+450*1)*1-450)*(1+0)+450=900
2. Вар с прокалыванием +20% Удар 450 крит 990, всё нормально
http://i047.radikal.ru/1311/56/155a04cfa641.jpg ((450+450*1)*1-450)*(1+0.2)+450 = 990
3. Еще специализация но топорах +5%. Удар 450 крит 1039
http://s017.radikal.ru/i443/1311/a3/76e5c336a436.jpg
1)Как можно видеть множитель крита просто 200%,
http://www.wowwiki.com/Thunder_Clap?oldid=2391967
Цитата:
This ability now counts as a ranged attack, granting it double damage on critical strikes instead of 150% and ranged miss chance, and still cannot be dodged or parried.
т.е. да без модификаторов 200%.
2) Прокалывание +20%, и ДрД это подтверждает и того коэф 220%.
3) Берем спец на топорах, в ДрД такжже 220%, и должно быть 220 веть урон УГ не зависит от оружия в руках, но крит вместо 990 стал равен 1039, а 1039/450 = 2.309 т.е. 230,9%
[свернуть]