Space Station 13 - Modules - TypesVar Details - Proc Details

transformer

Vars

acceptdirThe direction that mobs must be moving in to get transformed
cooldown_durationHow long we have to wait between processing alife mobs
cooldown_duration_deadHow long we have to wait between processing dead mobs
cooldown_timerCooldown timestamp for transformations
masterAIMaster AI that created this factory
robot_cell_typeThe created cyborg's cell
transform_deadWhether this machine transforms dead mobs into cyborgs
transform_standingWhether this machine transforms standing mobs into cyborgs

Procs

do_transformTransforms a human mob into a cyborg, connects them to the malf AI which placed the factory.
initialize_beltsUsed to create all of the belts the transformer will be using. All belts should be pushing WEST.

Var Details

acceptdir

The direction that mobs must be moving in to get transformed

cooldown_duration

How long we have to wait between processing alife mobs

cooldown_duration_dead

How long we have to wait between processing dead mobs

cooldown_timer

Cooldown timestamp for transformations

masterAI

Master AI that created this factory

robot_cell_type

The created cyborg's cell

transform_dead

Whether this machine transforms dead mobs into cyborgs

transform_standing

Whether this machine transforms standing mobs into cyborgs

Proc Details

do_transform

Transforms a human mob into a cyborg, connects them to the malf AI which placed the factory.

initialize_belts

Used to create all of the belts the transformer will be using. All belts should be pushing WEST.