Module:Data/QuantumCore/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'QuantumCore', input = { {'YttriumDust', 2}, {'CompositePlate', 1}, }, output = { {'QuantumCore', 2}, }, ticks = 100, tier = 5, }, { name = 'QuantumCore', input = { {'YttriumDust', 1}, {'CopperParts', 3}, }, output = { {'QuantumCore', 1}, }, ticks = 100, tier =..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'QuantumCore', | name = 'QuantumCore', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'YttriumDust', | {'YttriumDust', 1}, | ||
{' | {'CopperParts', 3}, | ||
}, | }, | ||
output = { | output = { | ||
{'QuantumCore', | {'QuantumCore', 1}, | ||
{'QuantumCore', 1}, | |||
}, | }, | ||
ticks = 100, | ticks = 100, | ||
| Line 14: | Line 16: | ||
{ | { | ||
name = 'QuantumCore', | name = 'QuantumCore', | ||
machine = 'Assembler', | |||
input = { | |||
{'YttriumDust', 1}, | |||
{'CopperParts', 3}, | |||
}, | |||
output = { | |||
{'QuantumCore', 1}, | |||
{'QuantumCore', 1}, | |||
}, | |||
ticks = 100, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'QuantumCore', | |||
machine = 'Hand', | |||
input = { | input = { | ||
{'YttriumDust', 1}, | {'YttriumDust', 1}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/QuantumCore/InOutput/doc
return {
{
name = 'QuantumCore',
machine = 'Assembler',
input = {
{'YttriumDust', 1},
{'CopperParts', 3},
},
output = {
{'QuantumCore', 1},
{'QuantumCore', 1},
},
ticks = 100,
tier = 5,
},
{
name = 'QuantumCore',
machine = 'Assembler',
input = {
{'YttriumDust', 1},
{'CopperParts', 3},
},
output = {
{'QuantumCore', 1},
{'QuantumCore', 1},
},
ticks = 100,
tier = 5,
},
{
name = 'QuantumCore',
machine = 'Hand',
input = {
{'YttriumDust', 1},
{'CopperParts', 3},
},
output = {
{'QuantumCore', 1},
},
ticks = 100,
tier = 4,
},
}