Module:Data/DopedSiliconWafer/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Transistor4', input = { {'DopedSiliconWafer', 1}, {'PlatinumWire', 2}, {'PolyethyleneSheet', 1}, }, output = { {'Transistor', 16}, }, ticks = 60, tier = 4, }, { name = 'Processor3', input = { {'CircuitBoard', 1}, {'DopedSiliconWafer', 1}, {'Resistor', 2}, {'Capacitor', 3},..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Transistor4', | name = 'Transistor4', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'DopedSiliconWafer', 1}, | {'DopedSiliconWafer', 1}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'Processor3', | name = 'Processor3', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'CircuitBoard', 1}, | {'CircuitBoard', 1}, | ||
| Line 29: | Line 31: | ||
{ | { | ||
name = 'DecisionResonator4', | name = 'DecisionResonator4', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'StainlessSteelParts', 4}, | {'StainlessSteelParts', 4}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/DopedSiliconWafer/InInput/doc
return {
{
name = 'Transistor4',
machine = 'Assembler',
input = {
{'DopedSiliconWafer', 1},
{'PlatinumWire', 2},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 16},
},
ticks = 60,
tier = 4,
},
{
name = 'Processor3',
machine = 'Assembler',
input = {
{'CircuitBoard', 1},
{'DopedSiliconWafer', 1},
{'Resistor', 2},
{'Capacitor', 3},
},
output = {
{'Processor', 2},
},
ticks = 200,
tier = 5,
},
{
name = 'DecisionResonator4',
machine = 'Assembler',
input = {
{'StainlessSteelParts', 4},
{'DopedSiliconWafer', 1},
{'CompositePlate', 1},
},
output = {
{'DecisionResonator', 4},
},
ticks = 100,
tier = 5,
},
}