Module:Data/CopperDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'ElectrolyzerChalcopyriteDust', input = { {'ChalcopyriteDust', 2}, }, output = { {'CopperDust', 1}, {'Sulfur', 1}, }, ticks = 200, tier = 2, }, { name = 'ElectrolyzerMalachiteDust', input = { {'MalachiteDust', 2}, }, output = { {'CopperDust', 1}, {'Oxygen', 1000}, }, t..." |
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 31: | Line 34: | ||
}, | }, | ||
output = { | output = { | ||
{'CopperDust', 1}, | |||
{'SiliconOxide', 1}, | {'SiliconOxide', 1}, | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
| Line 39: | Line 42: | ||
{ | { | ||
name = 'CopperPlate', | name = 'CopperPlate', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'CopperPlate', 1}, | {'CopperPlate', 1}, | ||
Latest revision as of 10:36, 30 October 2025
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,
},
}