Power Attack

Power Attack 0/5

This attack deals more Damage than attack

Damage dealt:

Dmg=A_DMG+((A_DMG x 25) x Points_in_PowerAttack)
with: A_DMG=random (DMGMAX_T-DMGMIN_T) + DMGMIN_T
DMGMIN_T=weaponDmgMin + ((STR) + (STR x 0.1) + 1)
DMGMAX_T=weaponDmgMax + ((STR) + (STR x 0.1) + 10)

But its hit probabilities are lower than with any other attacks

Power-Attack

Hit probabilities:
hitHead=(((yourDEX - hisDEF) x 0.005)+0,6+(points_inPower-Attack x 0.02)-0,15
hitbody=(((yourDEX - hisDEF) x 0.005)+0,6+(points_inPower-Attack x 0.02)-0,1
hitArm=(((yourDEX - hisDEF) x 0.005)+0,6+(points_inPower-Attack x 0.02)-0,05
hitleg=(((yourDEX - hisDEF) x 0.005)+0,6+(points_inPower-Attack x 0.02)-0,05

With 5/5 points in Power-Attack
on head on Body on leg on arm
If yourDEX - hisDEF= 90 hit probabilities are 100% 105% 110% 110%
If yourDEX - hisDEF= 80 hit probabilities are 95% 100% 105% 105%
If yourDEX - hisDEF= 70 hit probabilities are 90% 95% 100% 100%
If yourDEX - hisDEF= 60 hit probabilities are 85% 90% 95% 95%
If yourDEX - hisDEF= 50 hit probabilities are 80% 85% 90% 90%
If yourDEX - hisDEF= 40 hit probabilities are 75% 80% 85% 85%
If yourDEX - hisDEF= 30 hit probabilities are 70% 75% 80% 80%
If yourDEX - hisDEF= 20 hit probabilities are 65% 70% 75% 75%
If yourDEX - hisDEF= 10 hit probabilities are 60% 65% 70% 70%
If yourDEX - hisDEF= 0 hit probabilities are 55% 60% 65% 65%
If yourDEX - hisDEF= -10 hit probabilities are 50% 55% 60% 60%
If yourDEX - hisDEF= -20 hit probabilities are 45% 50% 55% 55%
If yourDEX - hisDEF= -30 hit probabilities are 40% 45% 50% 50%
If yourDEX - hisDEF= -40 hit probabilities are 35% 40% 45% 45%
If yourDEX - hisDEF= -50 hit probabilities are 30% 35% 40% 40%
If yourDEX - hisDEF= -60 hit probabilities are 25% 30% 35% 35%
If yourDEX - hisDEF= -70 hit probabilities are 20% 25% 30% 30%
If yourDEX - hisDEF= -80 hit probabilities are 15% 20% 25% 25%
If yourDEX - hisDEF= -90 hit probabilities are 10% 15% 20% 20%
If yourDEX - hisDEF= -100 hit probabilities are 5% 10% 15% 15%
If yourDEX - hisDEF= -110 hit probabilities are 0% 5% 10% 10%
If yourDEX - hisDEF= -120 hit probabilities are 0% 0% 5% 5%
If yourDEX - hisDEF= -130 hit probabilities are 0% 0% 0% 0%

Also, this attack cannot crit

And your opponent has 25 % more chances to dodge this attack than the others

Beginners are often attracted by it but is offers no crit low chance to hit, is easily dodged and worst , most techniques can deliver more damage.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License