/tg/ Station 13 - Modules - TypesVar Details - Proc Details

throw_attack

yeet yourself at a thing

Vars

attack_soundSound played on each throw.
max_attemptsMaximum throws before the attack is exhausted.
target_keyBlackboard key holding the throw target.
throw_count_keyBlackboard key tracking how many throws have happened.

Procs

on_throws_exhaustedClears 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.