2010-06-18, 08:27 PM
Fiel Wrote:Look at the damage range
STR = 210
DEX = 46
WATK = 90
Using 1H Sword
MaxDmg = (STR * 4.0 + DEX) * WATK / 100
MaxDmg = (210 * 4.0 + 46) * 90 / 100
MaxDmg = 797
Looks like the max damage calculation still holds. The minimum doesn't.
MinDmg = (STR * 4.0 * 0.9 * Mastery + DEX) * WATK / 100
MinDmg = (210 * 4.0 * 0.9 * 50% + 46) * 90 / 100
MinDmg = 381
That's assuming he has 90 weapon attack. Sounds like a stretch with just a Maple Sword. Get some screen shots with various weapons and stats.


![[Image: 2jcyn4l.jpg]](http://i48.tinypic.com/2jcyn4l.jpg)