2009-09-21, 02:09 AM
Man, I'm asking a lot of questions...
I think we all know about max and min damage formulas based on weapons. For example with 2h swords...
Now here's where I begin to be unsure of things. Certain weapons do higher or lower damage depending on whether the attack is a swinging or stabbing one. What would the maximum damage be for stabbing BWs and the minimum damage for swinging BWs?
I think we all know about max and min damage formulas based on weapons. For example with 2h swords...
Code:
Max Damage : (4.6*STR + DEX) * (wAtk/100)
Min Damage : (4.6*STR*.9*Mastery + DEX)*(wAtk/100)Now here's where I begin to be unsure of things. Certain weapons do higher or lower damage depending on whether the attack is a swinging or stabbing one. What would the maximum damage be for stabbing BWs and the minimum damage for swinging BWs?

