does anybody have a chart for how weapon attack scales with level I only just found out recently that it does and I wondered if anybody had a chart or something along those lines they could share. For warriors thanks
the formula is something like 5 * wa * str so basically the higher lvl you are the more str you have, and the more str the better wa is.
For non-NLs, this is how I calculate it, Avg range after +1 wa = Average range + [ (1+0.9*mastery) * Primary + 2 * Secondary] / 200 Primary required to match range (after +1wa) = (200 * Avg range after +1 wa / Weapon attack - 2 * Secondary) / ( 1 + 0.9*Mastery) Avg range after -1 wa = Average range - [(1+0.9*mastery) * Primary + 2 * Secondary] / 200 Primary required to match range(after -1wa) = (200 * Avg range after -1 wa / Weapon attack - 2 * Secondary) / ( 1 + 0.9*Mastery) Main stat to attack ratio = [ Primary required to match range (after +1wa) - Primary required to match range(after -1wa) ] / 2 / weapon multiplier where primary is your main stat * weapon multiplier (2h sword is STR * 4.6; spear is STR * 5.0) secondary is your secondary stat ( i.e. Dex if you are a warrior) mastery = 0.6 for heroes and 0.8 for drk Avg range = (max range - min range) / 2 Spoiler: sample calc Say I had a drk that had 990 str, 94 dex after mw and 145 attack from gears. Primary = 5 * 990 = 4,950 Secondary = 94 Attack = 145 + 60 (if you are on stoppers) = 205 Avg range = (max range - min range) /2 = (10,340- 7,498) /2 = 8,919 Avg range after +1 wa = 8,919 + [(1+0.9*0.8) * 4,950 + 2 * 94] / 200 = 8,962.51 Primary required to match range (after +1wa) = (200 * 8,962.51 / 205 - 2 * 94) / ( 1 + 0.9*0.8) = 4,974.37 Avg range after -1 wa = 8,919 - [(1+0.9*0.8) * 4,950 + 2 * 94] / 200 = 8,875.49 Primary required to match range(after -1wa) = (200 * 8,875.49 / 205 - 2 * 94) / ( 1 + 0.9*0.8) = 4,925.01 Main stat to attack ratio = [ 4,974.37 - 4,925.01 ] / 2 / 5.0 = 4.94 i.e. 4.94 str = 1 wa and vice-versa at these stats