Difference between revisions of "Block"
Line 1: | Line 1: | ||
Strap on a shield and be prepared to get hit! Successfully blocking will deflect some damage you would've otherwise taken. | Strap on a shield and be prepared to get hit! Successfully blocking will deflect some damage you would've otherwise taken. | ||
− | + | Formula: ( owner.Skills[SkillName.Parry].Value - ( ar * 2.0 ) ) / 100.0; | |
− | |||
− | |||
− | |||
− | Formula: | ||
<small>Return: [[Skills]] | <small>Return: [[Skills]] |
Revision as of 15:45, 21 June 2022
Strap on a shield and be prepared to get hit! Successfully blocking will deflect some damage you would've otherwise taken.
Formula: ( owner.Skills[SkillName.Parry].Value - ( ar * 2.0 ) ) / 100.0;
Return: Skills