throw_attack 
yeet yourself at a thing
Vars | |
| attack_sound | Sound played on each throw. |
|---|---|
| max_attempts | Maximum throws before the attack is exhausted. |
| target_key | Blackboard key holding the throw target. |
| throw_count_key | Blackboard key tracking how many throws have happened. |
Procs | |
| on_throws_exhausted | Clears target and resets throw count. Override to add extra on-exhaust logic. |
Var Details
attack_sound 
Sound played on each throw.
max_attempts 
Maximum throws before the attack is exhausted.
target_key 
Blackboard key holding the throw target.
throw_count_key 
Blackboard key tracking how many throws have happened.
Proc Details
on_throws_exhausted
Clears target and resets throw count. Override to add extra on-exhaust logic.