Module:Data/PolyethyleneSheet/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
machine = 'Assembler', | machine = 'Assembler', | ||
input = { | input = { | ||
{' | {'CopperWire', 4}, | ||
{'CoalDust', 1}, | |||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{'Resistor', | {'Resistor', 2}, | ||
}, | }, | ||
ticks = 60, | ticks = 60, | ||
| Line 43: | Line 44: | ||
machine = 'Assembler', | machine = 'Assembler', | ||
input = { | input = { | ||
{'CopperWire', 4}, | |||
{'TantalumWire', 1}, | {'TantalumWire', 1}, | ||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{'Resistor', | {'Resistor', 4}, | ||
}, | }, | ||
ticks = 60, | ticks = 60, | ||
| Line 71: | Line 59: | ||
input = { | input = { | ||
{'Silicon', 1}, | {'Silicon', 1}, | ||
{' | {'CopperWire', 3}, | ||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
}, | }, | ||
| Line 85: | Line 73: | ||
input = { | input = { | ||
{'SiliconWafer', 1}, | {'SiliconWafer', 1}, | ||
{' | {'CopperWire', 4}, | ||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{'Transistor', | {'Transistor', 4}, | ||
}, | }, | ||
ticks = 60, | ticks = 60, | ||
| Line 99: | Line 87: | ||
input = { | input = { | ||
{'DopedSiliconWafer', 1}, | {'DopedSiliconWafer', 1}, | ||
{' | {'CopperWire', 6}, | ||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{'Transistor', | {'Transistor', 8}, | ||
}, | }, | ||
ticks = 60, | ticks = 60, | ||
| Line 113: | Line 101: | ||
input = { | input = { | ||
{'TantalumFoil', 2}, | {'TantalumFoil', 2}, | ||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
}, | }, | ||
Latest revision as of 21:16, 27 January 2026
Documentation for this module may be created at Module:Data/PolyethyleneSheet/InInput/doc
return {
{
name = 'CircuitBoard2',
machine = 'Assembler',
input = {
{'Log', 1},
{'PolyethyleneSheet', 2},
},
output = {
{'CircuitBoard', 4},
},
ticks = 20,
tier = 4,
},
{
name = 'CircuitBoard3',
machine = 'Assembler',
input = {
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 2},
},
output = {
{'CircuitBoard', 8},
},
ticks = 20,
tier = 5,
},
{
name = 'Resistor3',
machine = 'Assembler',
input = {
{'CopperWire', 4},
{'CoalDust', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 2},
},
ticks = 60,
tier = 3,
},
{
name = 'Resistor4',
machine = 'Assembler',
input = {
{'CopperWire', 4},
{'TantalumWire', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 4},
},
ticks = 60,
tier = 5,
},
{
name = 'Transistor2',
machine = 'Assembler',
input = {
{'Silicon', 1},
{'CopperWire', 3},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 2},
},
ticks = 60,
tier = 2,
},
{
name = 'Transistor3',
machine = 'Assembler',
input = {
{'SiliconWafer', 1},
{'CopperWire', 4},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 4},
},
ticks = 60,
tier = 3,
},
{
name = 'Transistor4',
machine = 'Assembler',
input = {
{'DopedSiliconWafer', 1},
{'CopperWire', 6},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 8},
},
ticks = 60,
tier = 4,
},
{
name = 'Capacitor3',
machine = 'Assembler',
input = {
{'TantalumFoil', 2},
{'PolyethyleneSheet', 1},
},
output = {
{'Capacitor', 8},
},
ticks = 60,
tier = 5,
},
{
name = 'CompositePlate',
machine = 'Assembler',
input = {
{'TitaniumPlate', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'CompositePlate', 1},
},
ticks = 300,
tier = 6,
},
{
name = 'CompositePlate2',
machine = 'Assembler',
input = {
{'TitaniumPlate', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
{'NeutroniumPlate', 1},
},
output = {
{'CompositePlate', 4},
},
ticks = 300,
tier = 7,
},
}