Module:Data/HotMercury/InOutput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/HotMercury/InOutput/doc

return {
    {
        name = 'RawHotMercury',
        input = {
            {'CinnabarDust', 10},
        },
        output = {
            {'HotMercury', 1000},
        },
        ticks = 200,
    },
    {
        name = 'SiliconMonocrystal',
        input = {
            {'Silicon', 16},
            {'Mercury', 1000},
        },
        output = {
            {'SiliconMonocrystal', 1},
            {'HotMercury', 1000},
        },
        ticks = 2000,
    },
    {
        name = 'DopedSiliconMonocrystal',
        input = {
            {'Silicon', 16},
            {'PlatinumDust', 1},
            {'Mercury', 1000},
        },
        output = {
            {'DopedSiliconMonocrystal', 1},
            {'HotMercury', 1000},
        },
        ticks = 3000,
    },
    {
        name = 'TantalumSludge',
        input = {
            {'TantalumSludge', 2},
            {'AluminiumDust', 1},
            {'Mercury', 1000},
        },
        output = {
            {'TantalumPlate', 1},
            {'HotMercury', 1000},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'SpongeToPlate',
        input = {
            {'TitaniumSponge', 1},
            {'Mercury', 1000},
        },
        output = {
            {'TitaniumPlate', 1},
            {'HotMercury', 1000},
        },
        ticks = 400,
        tier = 5,
    },
    {
        name = 'TitaniumDust',
        input = {
            {'TitaniumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'TitaniumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'YttriumDust',
        input = {
            {'YttriumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'YttriumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'TantalumDust',
        input = {
            {'TantalumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'TantalumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'NeutroniumPlate',
        input = {
            {'HotNeutroniumPlate', 1},
            {'Mercury', 2000},
        },
        output = {
            {'NeutroniumPlate', 1},
            {'HotMercury', 2000},
        },
        ticks = 200,
        tier = 6,
    },
}