transformer 
Vars | |
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 |
Procs | |
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 . |
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
.