component_printer

Component printer, creates components for integrated circuits.
Vars | |
current_unlocked_designs | The current unlocked circuit component designs. Used by integrated circuits to print off circuit components remotely. |
---|---|
materials | The internal material bus |
techweb | The techweb the printer will get researched designs from |
Procs | |
print_component | we do -1 because normal manipulators rating of 1 gives us 1-1=0 i.e no decrement in cost linear interpolation between full cost i.e 1 & 1/8th the cost i.e 0.125 we do it in 6 steps because maximum rating of 2 manipulators is 8 but -1 gives us 6 copied from production.dm calculate_efficiency() proc |
Var Details
current_unlocked_designs

The current unlocked circuit component designs. Used by integrated circuits to print off circuit components remotely.
materials

The internal material bus
techweb

The techweb the printer will get researched designs from
Proc Details
print_component
we do -1 because normal manipulators rating of 1 gives us 1-1=0 i.e no decrement in cost linear interpolation between full cost i.e 1 & 1/8th the cost i.e 0.125 we do it in 6 steps because maximum rating of 2 manipulators is 8 but -1 gives us 6 copied from production.dm calculate_efficiency() proc