Module:Data/TitaniumOxideDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'ElectrolyzerBauxiteDust', input = { {'BauxiteDust', 12}, }, output = { {'AluminiumOxideDust', 6}, {'TitaniumOxideDust', 1}, {'Oxygen', 5000}, }, ticks = 200, tier = 2, }, { name = 'BauxiteImpureOreGravel', input = { {'BauxiteOreImpureGravel', 1}, {'NitricAcid', 250}, }, output = {..." |
No edit summary |
||
| Line 20: | Line 20: | ||
}, | }, | ||
output = { | output = { | ||
{'TitaniumOxideDust', 1}, | |||
{'SiliconOxide', 1}, | {'SiliconOxide', 1}, | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
Revision as of 19:40, 17 October 2025
Documentation for this module may be created at Module:Data/TitaniumOxideDust/InOutput/doc
return {
{
name = 'ElectrolyzerBauxiteDust',
input = {
{'BauxiteDust', 12},
},
output = {
{'AluminiumOxideDust', 6},
{'TitaniumOxideDust', 1},
{'Oxygen', 5000},
},
ticks = 200,
tier = 2,
},
{
name = 'BauxiteImpureOreGravel',
input = {
{'BauxiteOreImpureGravel', 1},
{'NitricAcid', 250},
},
output = {
{'TitaniumOxideDust', 1},
{'SiliconOxide', 1},
},
ticks = 200,
tier = 3,
},
}