Difference between revisions of "Block"

From Regisfall Wiki
Jump to: navigation, search
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.
  
Str = Player's maximum strength.
+
Formula: ( owner.Skills[SkillName.Parry].Value - ( ar * 2.0 ) ) / 100.0;
 
 
StrReq = The required amount of Strength to use the shield you are blocking with.
 
 
 
Formula: Chance to Block = Block Skill  * (Str - (StrReq * 1.5) /Str) * .01)
 
  
 
<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