factory

Vars | |
cooldown_time | Time in ticks that this machine takes to process one item |
---|---|
held_item | Curent item being processed |
process_type | process type we will use to determine what step of the production process this machine will do |
processiconstate | Icon state displayed while something is being processed in the machine |
Procs | |
finish_process | Once the timer for processing is over this resets the machine and spits out the new result |
Var Details
cooldown_time

Time in ticks that this machine takes to process one item
held_item

Curent item being processed
process_type

process type we will use to determine what step of the production process this machine will do
processiconstate

Icon state displayed while something is being processed in the machine
Proc Details
finish_process
Once the timer for processing is over this resets the machine and spits out the new result