Module:Data/Transistor/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Transistor2', input = { {'Silicon', 1}, {'GoldWire', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Transistor', 2}, }, ticks = 60, tier = 2, }, { name = 'Transistor3', input = { {'SiliconWafer', 1}, {'GoldWire', 4}, {'PolyethyleneSheet', 1}, }, output = { {'Tr..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Transistor2', | name = 'Transistor2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'Silicon', 1}, | {'Silicon', 1}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'Transistor3', | name = 'Transistor3', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'SiliconWafer', 1}, | {'SiliconWafer', 1}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'Transistor4', | name = 'Transistor4', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'DopedSiliconWafer', 1}, | {'DopedSiliconWafer', 1}, | ||
| Line 41: | Line 44: | ||
{ | { | ||
name = 'Transistor', | name = 'Transistor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'Silicon', 1}, | {'Silicon', 1}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/Transistor/InOutput/doc
return {
{
name = 'Transistor2',
machine = 'Assembler',
input = {
{'Silicon', 1},
{'GoldWire', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 2},
},
ticks = 60,
tier = 2,
},
{
name = 'Transistor3',
machine = 'Assembler',
input = {
{'SiliconWafer', 1},
{'GoldWire', 4},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 8},
},
ticks = 60,
tier = 3,
},
{
name = 'Transistor4',
machine = 'Assembler',
input = {
{'DopedSiliconWafer', 1},
{'PlatinumWire', 2},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 16},
},
ticks = 60,
tier = 4,
},
{
name = 'Transistor',
machine = 'Hand',
input = {
{'Silicon', 1},
{'CopperWire', 2},
},
output = {
{'Transistor', 1},
},
ticks = 80,
tier = 1,
},
}