flutter_move 
Flutter movement element
A mob with this element can move normally in pressurized zero-gravity environments.
Vars | |
| functional_force | Amount of drift force to apply when flying |
|---|---|
| min_pressure | Minimum air pressure to allow movement |
Procs | |
| can_fly | Check if this mob should be allowed to move |
| on_moved | When 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.