Module:Data/Resistor/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Resistor2', input = { {'CoalDust', 1}, {'Organics', 1}, {'GoldWire', 1}, }, output = { {'Resistor', 2}, }, ticks = 60, tier = 2, }, { name = 'Resistor3', input = { {'GoldWire', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Resistor', 4}, }, ticks = 60,..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Resistor2', | name = 'Resistor2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'CoalDust', 1}, | {'CoalDust', 1}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'Resistor3', | name = 'Resistor3', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'GoldWire', 1}, | {'GoldWire', 1}, | ||
| Line 27: | Line 29: | ||
{ | { | ||
name = 'Resistor4', | name = 'Resistor4', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'TantalumWire', 1}, | {'TantalumWire', 1}, | ||
| Line 39: | Line 42: | ||
{ | { | ||
name = 'Resistor5', | name = 'Resistor5', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'TantalumWire', 1}, | {'TantalumWire', 1}, | ||
| Line 52: | Line 56: | ||
{ | { | ||
name = 'Resistor', | name = 'Resistor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CoalDust', 1}, | {'CoalDust', 1}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/Resistor/InOutput/doc
return {
{
name = 'Resistor2',
machine = 'Assembler',
input = {
{'CoalDust', 1},
{'Organics', 1},
{'GoldWire', 1},
},
output = {
{'Resistor', 2},
},
ticks = 60,
tier = 2,
},
{
name = 'Resistor3',
machine = 'Assembler',
input = {
{'GoldWire', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 4},
},
ticks = 60,
tier = 3,
},
{
name = 'Resistor4',
machine = 'Assembler',
input = {
{'TantalumWire', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 8},
},
ticks = 60,
tier = 5,
},
{
name = 'Resistor5',
machine = 'Assembler',
input = {
{'TantalumWire', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 16},
},
ticks = 60,
tier = 5,
},
{
name = 'Resistor',
machine = 'Hand',
input = {
{'CoalDust', 1},
{'Organics', 1},
{'CopperWire', 1},
},
output = {
{'Resistor', 1},
},
ticks = 60,
tier = 1,
},
}