code/datums/components/blocking.dm 
            
        
| STAGGER_THRESHOLD | Minimum stamina damage where trying to block results in you being knocked down. | 
|---|---|
| CONSECUTIVE_BLOCK_PENALTY | Penalty for blocking too many things in quick succession. | 
| PARRY_BONUS | Multiplier for block force when parrying. | 
| AP_TO_FORCE | How much to reduce block force by for each armor penetration. | 
| BLOCK_COOLDOWN | Used to prevent blocking an attack multiple times. | 
| MOUSEUP_OVERRIDE_TIME | How long right click needs to be held for mouse up to be overridden. | 
Define Details
AP_TO_FORCE
            
         
    
    How much to reduce block force by for each armor penetration.
BLOCK_COOLDOWN
            
         
    
    Used to prevent blocking an attack multiple times.
CONSECUTIVE_BLOCK_PENALTY
            
         
    
    Penalty for blocking too many things in quick succession.
MOUSEUP_OVERRIDE_TIME
            
         
    
    How long right click needs to be held for mouse up to be overridden.
PARRY_BONUS
            
         
    
    Multiplier for block force when parrying.
STAGGER_THRESHOLD
            
         
    
    Minimum stamina damage where trying to block results in you being knocked down.