Module:Data/GoldDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 73: | Line 73: | ||
input = { | input = { | ||
{'GoldPlate', 1}, | {'GoldPlate', 1}, | ||
}, | |||
output = { | |||
{'GoldDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'GoldWire', | |||
machine = 'Macerator', | |||
input = { | |||
{'GoldWire', 2}, | |||
}, | }, | ||
output = { | output = { | ||
Latest revision as of 15:51, 24 August 2026
Documentation for this module may be created at Module:Data/GoldDust/InOutput/doc
return {
{
name = 'PyroplatiteOreImpureGravel',
machine = 'OreWasher',
input = {
{'PyroplatiteOreImpureGravel', 1},
{'Water', 250},
},
output = {
{'PyroplatiteOreGravel', 1},
{'GoldDust', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'SeparatorMagnetiteOreDust',
machine = 'Separator',
input = {
{'MagnetiteOreDust', 1},
},
output = {
{'MagnetiteDust', 1},
{'GoldDust', 1},
},
ticks = 60,
tier = 2,
},
{
name = 'SeparatorPyroplatiteOreDust',
machine = 'Separator',
input = {
{'PyroplatiteOreDust', 1},
},
output = {
{'PyroplatiteDust', 1},
{'GoldDust', 1},
},
ticks = 60,
tier = 4,
},
{
name = 'ChalcopyriteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'ChalcopyriteOreImpureGravel', 1},
{'Mercury', 250},
},
output = {
{'GoldDust', 1},
{'ChalcopyriteOreGravel', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'MagnetiteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'MagnetiteOreImpureGravel', 1},
{'Mercury', 250},
},
output = {
{'GoldDust', 1},
{'MagnetiteOreGravel', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'GoldPlate',
machine = 'Macerator',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldDust', 1},
},
ticks = 80,
tier = 2,
},
{
name = 'GoldWire',
machine = 'Macerator',
input = {
{'GoldWire', 2},
},
output = {
{'GoldDust', 1},
},
ticks = 80,
tier = 2,
},
}