Module:Data/SulfuricAcid/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 25: Line 25:
         },
         },
         ticks = 200,
         ticks = 200,
        tier = 5,
     },
     },
     {
     {
Line 30: Line 31:
         machine = 'ChemicalBath',
         machine = 'ChemicalBath',
         input = {
         input = {
             {'PyriteOreImpureGravel', 1},
             {'PyriteOreImpureGravel', 8},
             {'SulfuricAcid', 250},
             {'SulfuricAcid', 500},
         },
         },
         output = {
         output = {
             {'TantalumSludge', 1},
             {'TantalumSludge', 1},
             {'SiliconOxide', 1},
             {'SiliconOxide', 8},
         },
         },
         ticks = 200,
         ticks = 200,
Line 58: Line 59:
         machine = 'ChemicalBath',
         machine = 'ChemicalBath',
         input = {
         input = {
             {'ThorianiteOreImpureGravel', 1},
             {'ThorianiteOreImpureGravel', 8},
             {'SulfuricAcid', 250},
             {'SulfuricAcid', 500},
         },
         },
         output = {
         output = {
             {'RareEarthSludge', 1},
             {'RareEarthSludge', 1},
             {'SiliconOxide', 1},
             {'SiliconOxide', 8},
         },
         },
         ticks = 200,
         ticks = 200,

Latest revision as of 21:16, 27 January 2026

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,
        tier = 5,
    },
    {
        name = 'PyriteImpureOreGravel',
        machine = 'ChemicalBath',
        input = {
            {'PyriteOreImpureGravel', 8},
            {'SulfuricAcid', 500},
        },
        output = {
            {'TantalumSludge', 1},
            {'SiliconOxide', 8},
        },
        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', 8},
            {'SulfuricAcid', 500},
        },
        output = {
            {'RareEarthSludge', 1},
            {'SiliconOxide', 8},
        },
        ticks = 200,
        tier = 3,
    },
}