blade 
Vars | |
| base_cooldown | The cooldown before we can riposte again |
|---|---|
| cooldown_reduction | The cooldown reduction gained from upgrading |
| riposte_ready | Whether the counter-attack is ready or not. Used so we can give feedback when it's ready again |
Procs | |
| counter_attack | Does the actual counter-attack |
| on_shield_reaction | Checks if we can counter-attack |
| reset_riposte | Gives feedback to the user |
| z_impact_react | Blocks the effects from falling |
Var Details
base_cooldown 
The cooldown before we can riposte again
cooldown_reduction 
The cooldown reduction gained from upgrading
riposte_ready 
Whether the counter-attack is ready or not. Used so we can give feedback when it's ready again
Proc Details
counter_attack
Does the actual counter-attack
on_shield_reaction
Checks if we can counter-attack
reset_riposte
Gives feedback to the user
z_impact_react
Blocks the effects from falling