Module:Data/SulfuricAcid/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Battery', | name = 'Battery', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'SulfuricAcid', 100}, | {'SulfuricAcid', 100}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'CarbonPrecursor', | name = 'CarbonPrecursor', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HeavyOil', 1000}, | {'HeavyOil', 1000}, | ||
| Line 26: | Line 28: | ||
{ | { | ||
name = 'PyriteImpureOreGravel', | name = 'PyriteImpureOreGravel', | ||
machine = 'ChemicalBath', | |||
input = { | input = { | ||
{'PyriteOreImpureGravel', 1}, | {'PyriteOreImpureGravel', 1}, | ||
| Line 39: | Line 42: | ||
{ | { | ||
name = 'RubyImpureOreGravel', | name = 'RubyImpureOreGravel', | ||
machine = 'ChemicalBath', | |||
input = { | input = { | ||
{'RubyOreImpureGravel', 1}, | {'RubyOreImpureGravel', 1}, | ||
| Line 52: | Line 56: | ||
{ | { | ||
name = 'ThorianiteImpureOreGravel', | name = 'ThorianiteImpureOreGravel', | ||
machine = 'ChemicalBath', | |||
input = { | input = { | ||
{'ThorianiteOreImpureGravel', 1}, | {'ThorianiteOreImpureGravel', 1}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/SulfuricAcid/InInput/doc
return {
{
name = 'Battery',
machine = 'Assembler',
input = {
{'SulfuricAcid', 100},
{'CopperParts', 1},
{'SteelPlate', 1},
},
output = {
{'Battery', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'CarbonPrecursor',
machine = 'IndustrialChemReactor',
input = {
{'HeavyOil', 1000},
{'SulfuricAcid', 100},
},
output = {
{'CarbonPrecursor', 1000},
},
ticks = 200,
},
{
name = 'PyriteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'PyriteOreImpureGravel', 1},
{'SulfuricAcid', 250},
},
output = {
{'TantalumSludge', 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 = 'ThorianiteImpureOreGravel',
machine = 'ChemicalBath',
input = {
{'ThorianiteOreImpureGravel', 1},
{'SulfuricAcid', 250},
},
output = {
{'RareEarthSludge', 1},
{'SiliconOxide', 1},
},
ticks = 200,
tier = 3,
},
}