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

flutter_move

Flutter movement element

A mob with this element can move normally in pressurized zero-gravity environments.

Vars

functional_forceAmount of drift force to apply when flying
min_pressureMinimum air pressure to allow movement

Procs

can_flyCheck if this mob should be allowed to move
on_movedWhen moving, check for valid air pressure. Apply force if valid.

Var Details

functional_force

Amount of drift force to apply when flying

min_pressure

Minimum air pressure to allow movement

Proc Details

can_fly

Check if this mob should be allowed to move

on_moved

When moving, check for valid air pressure. Apply force if valid.