mecha

Construction datums
Vars | |
has_bluespace_crystal | If this mech has a bluespace crystal in construction (Phazon) |
---|---|
has_treads | If this mech has treads (Clarke) |
has_weapons_module | If this mech has a weapons control module (Gygax, Durand, etc.) |
message_step | What construction step we're on for displaying messages to viewers |
Procs | |
custom_action | Generic mech construction messages |
skip_extra_steps | Steps must be checked for sequentially, in case we skip into another state we don't want However, if we're doing a deconstruction step (backwards) we need to check in a different order |
Var Details
has_bluespace_crystal

If this mech has a bluespace crystal in construction (Phazon)
has_treads

If this mech has treads (Clarke)
has_weapons_module

If this mech has a weapons control module (Gygax, Durand, etc.)
message_step

What construction step we're on for displaying messages to viewers
Proc Details
custom_action
Generic mech construction messages
skip_extra_steps
Steps must be checked for sequentially, in case we skip into another state we don't want However, if we're doing a deconstruction step (backwards) we need to check in a different order