Module:Data/GoldPlate/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'GoldWire', input = { {'GoldPlate', 1}, }, output = { {'GoldWire', 2}, }, ticks = 100, }, { name = 'GoldPlate', input = { {'GoldPlate', 1}, }, output = { {'GoldDust', 1}, }, ticks = 80, tier = 2, }, { name = 'GoldWire', input = { {'GoldPlate', 1}, }..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'GoldWire', | name = 'GoldWire', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
| Line 12: | Line 13: | ||
{ | { | ||
name = 'GoldPlate', | name = 'GoldPlate', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
| Line 23: | Line 25: | ||
{ | { | ||
name = 'GoldWire', | name = 'GoldWire', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
| Line 33: | Line 36: | ||
{ | { | ||
name = 'GoldWire2', | name = 'GoldWire2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/GoldPlate/InInput/doc
return {
{
name = 'GoldWire',
machine = 'Assembler',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldWire', 2},
},
ticks = 100,
},
{
name = 'GoldPlate',
machine = 'Macerator',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldDust', 1},
},
ticks = 80,
tier = 2,
},
{
name = 'GoldWire',
machine = 'Hand',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldWire', 1},
},
ticks = 20,
},
{
name = 'GoldWire2',
machine = 'Assembler',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldWire', 2},
},
ticks = 40,
},
}