circuitboard
Vars | |
all_products_free | whether or not the circuit board will build into a vendor whose products cost nothing (used for offstation vending machines mostly) |
---|---|
name_extension | extension that is applied after the initial name AKA (Computer/Machine Board) |
specific_parts | determines if the board requires specific levels of parts. (ie specifically a femto menipulator vs generic manipulator) |
Procs | |
configure_machine | Used to allow the circuitboard to configure a machine in some way, shape or form. |
Var Details
all_products_free
whether or not the circuit board will build into a vendor whose products cost nothing (used for offstation vending machines mostly)
name_extension
extension that is applied after the initial name AKA (Computer/Machine Board)
specific_parts
determines if the board requires specific levels of parts. (ie specifically a femto menipulator vs generic manipulator)
Proc Details
configure_machine
Used to allow the circuitboard to configure a machine in some way, shape or form.
Arguments:
- machine - The machine to attempt to configure.