Module:Data/GoldPlate/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
}, | }, | ||
output = { | output = { | ||
{'GoldPlate', 10}, | |||
{'GoldPlate', 10}, | {'GoldPlate', 10}, | ||
}, | }, | ||
ticks = | ticks = 2400, | ||
tier = 2, | |||
}, | |||
{ | |||
name = 'GoldPlate', | |||
machine = 'ArcSmelter', | |||
input = { | |||
{'GoldDust', 10}, | |||
}, | |||
output = { | |||
{'GoldPlate', 10}, | |||
{'GoldPlate', 10}, | |||
}, | |||
ticks = 2400, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
| Line 21: | Line 35: | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:50, 24 August 2026
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,
},
}