Module:Data/TantalumWire/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Resistor4', input = { {'TantalumWire', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Resistor', 8}, }, ticks = 60, tier = 5, }, { name = 'Resistor5', input = { {'TantalumWire', 1}, {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Resistor', 16},..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Resistor4', | name = 'Resistor4', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'CopperWire', 4}, | |||
{'TantalumWire', 1}, | {'TantalumWire', 1}, | ||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{'Resistor', | {'Resistor', 4}, | ||
}, | }, | ||
ticks = 60, | ticks = 60, | ||
| Line 14: | Line 16: | ||
{ | { | ||
name = 'Resistor5', | name = 'Resistor5', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'CopperWire', 6}, | |||
{'TantalumWire', 1}, | {'TantalumWire', 1}, | ||
{'CarbonFiberSheet', 1}, | {'CarbonFiberSheet', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{'Resistor', | {'Resistor', 8}, | ||
}, | }, | ||
ticks = 60, | ticks = 60, | ||
tier = 5, | |||
}, | |||
{ | |||
name = 'TantalumWire', | |||
machine = 'Macerator', | |||
input = { | |||
{'TantalumWire', 2}, | |||
}, | |||
output = { | |||
{'TantalumDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 5, | tier = 5, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:48, 24 August 2026
Documentation for this module may be created at Module:Data/TantalumWire/InInput/doc
return {
{
name = 'Resistor4',
machine = 'Assembler',
input = {
{'CopperWire', 4},
{'TantalumWire', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 4},
},
ticks = 60,
tier = 5,
},
{
name = 'Resistor5',
machine = 'Assembler',
input = {
{'CopperWire', 6},
{'TantalumWire', 1},
{'CarbonFiberSheet', 1},
},
output = {
{'Resistor', 8},
},
ticks = 60,
tier = 5,
},
{
name = 'TantalumWire',
machine = 'Macerator',
input = {
{'TantalumWire', 2},
},
output = {
{'TantalumDust', 1},
},
ticks = 80,
tier = 5,
},
}