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 difference)
|
Latest revision as of 06:51, 1 August 2025
Documentation for this module may be created at Module:Data/Resistor/InOutput/doc
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,
tier = 3,
},
{
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},
},
ticks = 60,
tier = 5,
},
{
name = 'Resistor',
input = {
{'CoalDust', 1},
{'Organics', 1},
{'CopperWire', 1},
},
output = {
{'Resistor', 1},
},
ticks = 60,
tier = 1,
},
}