Module:Data/GoldPlate/InOutput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/GoldPlate/InOutput/doc
return {
{
name = 'GoldPlate',
machine = 'ArcSmelter',
input = {
{'GoldDust', 10},
},
output = {
{'GoldPlate', 10},
{'GoldPlate', 10},
},
ticks = 2400,
tier = 2,
},
{
name = 'GoldPlate',
machine = 'ArcSmelter',
input = {
{'GoldDust', 10},
},
output = {
{'GoldPlate', 10},
{'GoldPlate', 10},
},
ticks = 2400,
tier = 2,
},
{
name = 'GoldPlate',
machine = 'Smelter',
input = {
{'GoldDust', 1},
},
output = {
{'GoldPlate', 1},
},
ticks = 60,
},
}