Module:Data/SiliconOxide/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 39: | Line 39: | ||
machine = 'ChemicalBath', | machine = 'ChemicalBath', | ||
input = { | input = { | ||
{'PyriteOreImpureGravel', | {'PyriteOreImpureGravel', 8}, | ||
{'SulfuricAcid', | {'SulfuricAcid', 500}, | ||
}, | }, | ||
output = { | output = { | ||
{'TantalumSludge', 1}, | {'TantalumSludge', 1}, | ||
{'SiliconOxide', | {'SiliconOxide', 8}, | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
| Line 95: | Line 95: | ||
machine = 'ChemicalBath', | machine = 'ChemicalBath', | ||
input = { | input = { | ||
{'CinnabarOreImpureGravel', | {'CinnabarOreImpureGravel', 16}, | ||
{'NitricAcid', | {'NitricAcid', 500}, | ||
}, | }, | ||
output = { | output = { | ||
{'RareEarthSludge', 1}, | {'RareEarthSludge', 1}, | ||
{'SiliconOxide', | {'SiliconOxide', 16}, | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
| Line 109: | Line 109: | ||
machine = 'ChemicalBath', | machine = 'ChemicalBath', | ||
input = { | input = { | ||
{'ThorianiteOreImpureGravel', | {'ThorianiteOreImpureGravel', 8}, | ||
{'SulfuricAcid', | {'SulfuricAcid', 500}, | ||
}, | }, | ||
output = { | output = { | ||
{'RareEarthSludge', 1}, | {'RareEarthSludge', 1}, | ||
{'SiliconOxide', | {'SiliconOxide', 8}, | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
Latest revision as of 21:20, 27 January 2026
Documentation for this module may be created at Module:Data/SiliconOxide/InOutput/doc
return {
{
name = 'Sand',
machine = 'Separator',
input = {
{'SandSurface', 1},
},
output = {
{'SiliconOxide', 1},
},
ticks = 100,
},
{
name = 'SiliconOxide',
machine = 'Separator',
input = {
{'SandSurface', 2},
},
output = {
{'SiliconOxide', 1},
},
ticks = 200,
},
{
name = 'SeparatorBauxiteOreDust',
machine = 'Separator',
input = {
{'BauxiteOreDust', 1},
},
output = {
{'BauxiteDust', 1},
{'SiliconOxide', 1},
},
ticks = 60,
tier = 3,
},
{
name = 'PyriteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'PyriteOreImpureGravel', 8},
{'SulfuricAcid', 500},
},
output = {
{'TantalumSludge', 1},
{'SiliconOxide', 8},
},
ticks = 200,
tier = 3,
},
{
name = 'MalachiteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'MalachiteOreImpureGravel', 1},
{'NitricAcid', 250},
},
output = {
{'CopperDust', 1},
{'SiliconOxide', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'BauxiteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'BauxiteOreImpureGravel', 1},
{'NitricAcid', 250},
},
output = {
{'TitaniumOxideDust', 1},
{'SiliconOxide', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'RubyImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'RubyOreImpureGravel', 1},
{'SulfuricAcid', 250},
},
output = {
{'ChromiumDust', 1},
{'SiliconOxide', 1},
},
ticks = 200,
tier = 3,
},
{
name = 'CinnabarImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'CinnabarOreImpureGravel', 16},
{'NitricAcid', 500},
},
output = {
{'RareEarthSludge', 1},
{'SiliconOxide', 16},
},
ticks = 200,
tier = 3,
},
{
name = 'ThorianiteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'ThorianiteOreImpureGravel', 8},
{'SulfuricAcid', 500},
},
output = {
{'RareEarthSludge', 1},
{'SiliconOxide', 8},
},
ticks = 200,
tier = 3,
},
}