Module:Data/ChromiumDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'ElectrolyzerRubyDust', | name = 'ElectrolyzerRubyDust', | ||
machine = 'Electrolyzer', | |||
input = { | input = { | ||
{'RubyDust', 8}, | {'RubyDust', 8}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'RubyOreImpureGravel', | name = 'RubyOreImpureGravel', | ||
machine = 'OreWasher', | |||
input = { | input = { | ||
{'RubyOreImpureGravel', 1}, | {'RubyOreImpureGravel', 1}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'SeparatorRubyOreDust', | name = 'SeparatorRubyOreDust', | ||
machine = 'Separator', | |||
input = { | input = { | ||
{'RubyOreDust', 1}, | {'RubyOreDust', 1}, | ||
| Line 40: | Line 43: | ||
{ | { | ||
name = 'RubyImpureOreGravel', | name = 'RubyImpureOreGravel', | ||
machine = 'ChemicalBath', | |||
input = { | input = { | ||
{'RubyOreImpureGravel', 1}, | {'RubyOreImpureGravel', 1}, | ||
| Line 49: | Line 53: | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
tier = 3, | tier = 3, | ||
}, | }, | ||
} | } | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/ChromiumDust/InOutput/doc
return {
{
name = 'ElectrolyzerRubyDust',
machine = 'Electrolyzer',
input = {
{'RubyDust', 8},
},
output = {
{'AluminiumOxideDust', 4},
{'ChromiumDust', 1},
{'Oxygen', 3000},
},
ticks = 200,
tier = 2,
},
{
name = 'RubyOreImpureGravel',
machine = 'OreWasher',
input = {
{'RubyOreImpureGravel', 1},
{'Water', 250},
},
output = {
{'RubyOreGravel', 1},
{'ChromiumDust', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'SeparatorRubyOreDust',
machine = 'Separator',
input = {
{'RubyOreDust', 1},
},
output = {
{'RubyDust', 1},
{'ChromiumDust', 1},
},
ticks = 60,
tier = 3,
},
{
name = 'RubyImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'RubyOreImpureGravel', 1},
{'SulfuricAcid', 250},
},
output = {
{'ChromiumDust', 1},
{'SiliconOxide', 1},
},
ticks = 200,
tier = 3,
},
}