code/datums/components/blocking.dm
STAGGER_THRESHOLD | Minimum stamina damage where trying to block results in you being knocked down. |
---|---|
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.
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.