View Single Post
  #44  
Old 02-24-2023, 12:21 PM
DeathsSilkyMist DeathsSilkyMist is online now
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 7,926
Default

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.
Reply With Quote