Module:Data/Mercury/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'SiliconMonocrystal',
         name = 'SiliconMonocrystal',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'Silicon', 16},
             {'Silicon', 16},
Line 14: Line 15:
     {
     {
         name = 'DopedSiliconMonocrystal',
         name = 'DopedSiliconMonocrystal',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'Silicon', 16},
             {'Silicon', 16},
Line 27: Line 29:
     {
     {
         name = 'TantalumSludge',
         name = 'TantalumSludge',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'TantalumSludge', 2},
             {'TantalumSludge', 2},
             {'AluminiumDust', 1},
             {'AluminiumDust', 6},
             {'Mercury', 1000},
             {'Mercury', 1000},
         },
         },
Line 41: Line 44:
     {
     {
         name = 'SpongeToPlate',
         name = 'SpongeToPlate',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'TitaniumSponge', 1},
             {'TitaniumSponge', 1},
Line 54: Line 58:
     {
     {
         name = 'TitaniumDust',
         name = 'TitaniumDust',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'TitaniumDust', 1},
             {'TitaniumDust', 1},
Line 67: Line 72:
     {
     {
         name = 'YttriumDust',
         name = 'YttriumDust',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'YttriumDust', 1},
             {'YttriumDust', 1},
Line 80: Line 86:
     {
     {
         name = 'TantalumDust',
         name = 'TantalumDust',
        machine = 'IndustrialSmelter',
         input = {
         input = {
             {'TantalumDust', 1},
             {'TantalumDust', 1},
Line 93: Line 100:
     {
     {
         name = 'NeutroniumPlate',
         name = 'NeutroniumPlate',
        machine = 'IndustrialChemReactor',
         input = {
         input = {
             {'HotNeutroniumPlate', 1},
             {'HotNeutroniumPlate', 1},
Line 106: Line 114:
     {
     {
         name = 'ChalcopyriteImpureOreGravel',
         name = 'ChalcopyriteImpureOreGravel',
        machine = 'ChemicalBath',
         input = {
         input = {
             {'ChalcopyriteOreImpureGravel', 1},
             {'ChalcopyriteOreImpureGravel', 1},
Line 119: Line 128:
     {
     {
         name = 'MagnetiteImpureOreGravel',
         name = 'MagnetiteImpureOreGravel',
        machine = 'ChemicalBath',
         input = {
         input = {
             {'MagnetiteOreImpureGravel', 1},
             {'MagnetiteOreImpureGravel', 1},

Latest revision as of 10:33, 30 October 2025

Documentation for this module may be created at Module:Data/Mercury/InInput/doc

return {
    {
        name = 'SiliconMonocrystal',
        machine = 'IndustrialSmelter',
        input = {
            {'Silicon', 16},
            {'Mercury', 1000},
        },
        output = {
            {'SiliconMonocrystal', 1},
            {'HotMercury', 1000},
        },
        ticks = 2000,
    },
    {
        name = 'DopedSiliconMonocrystal',
        machine = 'IndustrialSmelter',
        input = {
            {'Silicon', 16},
            {'PlatinumDust', 1},
            {'Mercury', 1000},
        },
        output = {
            {'DopedSiliconMonocrystal', 1},
            {'HotMercury', 1000},
        },
        ticks = 3000,
    },
    {
        name = 'TantalumSludge',
        machine = 'IndustrialSmelter',
        input = {
            {'TantalumSludge', 2},
            {'AluminiumDust', 6},
            {'Mercury', 1000},
        },
        output = {
            {'TantalumPlate', 1},
            {'HotMercury', 1000},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'SpongeToPlate',
        machine = 'IndustrialSmelter',
        input = {
            {'TitaniumSponge', 1},
            {'Mercury', 1000},
        },
        output = {
            {'TitaniumPlate', 1},
            {'HotMercury', 1000},
        },
        ticks = 400,
        tier = 5,
    },
    {
        name = 'TitaniumDust',
        machine = 'IndustrialSmelter',
        input = {
            {'TitaniumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'TitaniumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'YttriumDust',
        machine = 'IndustrialSmelter',
        input = {
            {'YttriumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'YttriumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'TantalumDust',
        machine = 'IndustrialSmelter',
        input = {
            {'TantalumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'TantalumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'NeutroniumPlate',
        machine = 'IndustrialChemReactor',
        input = {
            {'HotNeutroniumPlate', 1},
            {'Mercury', 2000},
        },
        output = {
            {'NeutroniumPlate', 1},
            {'HotMercury', 2000},
        },
        ticks = 200,
        tier = 6,
    },
    {
        name = 'ChalcopyriteImpureOreGravel',
        machine = 'ChemicalBath',
        input = {
            {'ChalcopyriteOreImpureGravel', 1},
            {'Mercury', 250},
        },
        output = {
            {'GoldDust', 1},
            {'ChalcopyriteOreGravel', 1},
        },
        ticks = 200,
        tier = 3,
    },
    {
        name = 'MagnetiteImpureOreGravel',
        machine = 'ChemicalBath',
        input = {
            {'MagnetiteOreImpureGravel', 1},
            {'Mercury', 250},
        },
        output = {
            {'GoldDust', 1},
            {'MagnetiteOreGravel', 1},
        },
        ticks = 200,
        tier = 3,
    },
}