Module:Data/CopperDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'ElectrolyzerChalcopyriteDust', | name = 'ElectrolyzerChalcopyriteDust', | ||
machine = 'Electrolyzer', | |||
input = { | input = { | ||
{'ChalcopyriteDust', 2}, | {'ChalcopyriteDust', 2}, | ||
| Line 14: | Line 15: | ||
{ | { | ||
name = 'ElectrolyzerMalachiteDust', | name = 'ElectrolyzerMalachiteDust', | ||
machine = 'Electrolyzer', | |||
input = { | input = { | ||
{'MalachiteDust', 2}, | {'MalachiteDust', 2}, | ||
| Line 26: | Line 28: | ||
{ | { | ||
name = 'MalachiteImpureOreGravel', | name = 'MalachiteImpureOreGravel', | ||
machine = 'ChemicalBath', | |||
input = { | input = { | ||
{'MalachiteOreImpureGravel', 1}, | {'MalachiteOreImpureGravel', 1}, | ||
| Line 39: | Line 42: | ||
{ | { | ||
name = 'CopperPlate', | name = 'CopperPlate', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'CopperPlate', 1}, | {'CopperPlate', 1}, | ||
| Line 44: | Line 48: | ||
output = { | output = { | ||
{'CopperDust', 1}, | {'CopperDust', 1}, | ||
}, | |||
ticks = 80, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'CopperWire', | |||
machine = 'Macerator', | |||
input = { | |||
{'CopperWire', 2}, | |||
}, | |||
output = { | |||
{'CopperDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'CopperParts', | |||
machine = 'Macerator', | |||
input = { | |||
{'CopperParts', 1}, | |||
}, | |||
output = { | |||
{'CopperDust', 2}, | |||
}, | }, | ||
ticks = 80, | ticks = 80, | ||
Latest revision as of 15:50, 24 August 2026
Documentation for this module may be created at Module:Data/CopperDust/InOutput/doc
return {
{
name = 'ElectrolyzerChalcopyriteDust',
machine = 'Electrolyzer',
input = {
{'ChalcopyriteDust', 2},
},
output = {
{'CopperDust', 1},
{'Sulfur', 1},
},
ticks = 200,
tier = 2,
},
{
name = 'ElectrolyzerMalachiteDust',
machine = 'Electrolyzer',
input = {
{'MalachiteDust', 2},
},
output = {
{'CopperDust', 1},
{'Oxygen', 1000},
},
ticks = 200,
tier = 2,
},
{
name = 'MalachiteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'MalachiteOreImpureGravel', 1},
{'NitricAcid', 250},
},
output = {
{'CopperDust', 1},
{'SiliconOxide', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'CopperPlate',
machine = 'Macerator',
input = {
{'CopperPlate', 1},
},
output = {
{'CopperDust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'CopperWire',
machine = 'Macerator',
input = {
{'CopperWire', 2},
},
output = {
{'CopperDust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'CopperParts',
machine = 'Macerator',
input = {
{'CopperParts', 1},
},
output = {
{'CopperDust', 2},
},
ticks = 80,
tier = 0,
},
}