Space Station 13 - Modules - TypesVar Details - Proc Details

bola

Vars

knockdown_amtDuration of the knockdown in seconds
max_rangeMax range after the bola fully spins up. If your value for this isn't divisable by the value of max_spins it will be lower than the max.
max_speedMax speed after the bola fully spins up. If your value for this isn't divisable by the value of max_spins it will be lower than the max.
max_spinsNumber of spins till the bola gets the maximum throw distance. Each spin takes 1 second.
reusableIs the bola reusable?
slowdownBola shouldn't slow people down by itself, it simply forces you to walk mode
spin_cycleCurrent spin cycle.
spin_soundCyclic bola spin sound.
spin_timer_idTimer used for spinning bola.
spinningAre we currently spinning the bola?
weaken_amtDuration of the weakening in seconds

Procs

can_spin_checkIf it returns FALSE, it breaks the loop, returning TRUE, continues the loop.

Var Details

knockdown_amt

Duration of the knockdown in seconds

max_range

Max range after the bola fully spins up. If your value for this isn't divisable by the value of max_spins it will be lower than the max.

max_speed

Max speed after the bola fully spins up. If your value for this isn't divisable by the value of max_spins it will be lower than the max.

max_spins

Number of spins till the bola gets the maximum throw distance. Each spin takes 1 second.

reusable

Is the bola reusable?

slowdown

Bola shouldn't slow people down by itself, it simply forces you to walk mode

spin_cycle

Current spin cycle.

spin_sound

Cyclic bola spin sound.

spin_timer_id

Timer used for spinning bola.

spinning

Are we currently spinning the bola?

weaken_amt

Duration of the weakening in seconds

Proc Details

can_spin_check

If it returns FALSE, it breaks the loop, returning TRUE, continues the loop.