Quote:
Originally Posted by Jimjam
[You must be logged in to view images. Log in or Register.]
that is like an 8% increase in damage, ignoring damage bonus... is every 5 attack just giving +1% to max random damage?!
|
I looked into the EQEMU code, and it seems like +ATK just gets added to Offense.
With the formula
Weapon Damage * (([Offense Skill] + [STR]) / 100):
25 * (([220 + 0] + [225]) / 100) = 111 + 11 = 122.
25 * (([220 + 40] + [225]) / 100) = 121 + 11 = 132.
This seems to add up more or less.