Module:Data/RareEarthSludge/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 = 'CinnabarImpureOreGravel', | name = 'CinnabarImpureOreGravel', | ||
machine = 'ChemicalBath', | |||
input = { | input = { | ||
{'CinnabarOreImpureGravel', | {'CinnabarOreImpureGravel', 16}, | ||
{'NitricAcid', | {'NitricAcid', 500}, | ||
}, | }, | ||
output = { | output = { | ||
{'RareEarthSludge', 1}, | {'RareEarthSludge', 1}, | ||
{'SiliconOxide', | {'SiliconOxide', 16}, | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'ThorianiteImpureOreGravel', | name = 'ThorianiteImpureOreGravel', | ||
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:22, 27 January 2026
Documentation for this module may be created at Module:Data/RareEarthSludge/InOutput/doc
return {
{
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,
},
}