Module:Data/YttriumDust/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'YttriumDust', input = { {'YttriumDust', 1}, {'Mercury', 300}, }, output = { {'YttriumPlate', 1}, {'HotMercury', 300}, }, ticks = 200, tier = 5, }, { name = 'QuantumCore', input = { {'YttriumDust', 2}, {'CompositePlate', 1}, }, output = { {'QuantumCore', 2}, },..."
 
(No difference)

Latest revision as of 20:06, 31 July 2025

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

return {
    {
        name = 'YttriumDust',
        input = {
            {'YttriumDust', 1},
            {'Mercury', 300},
        },
        output = {
            {'YttriumPlate', 1},
            {'HotMercury', 300},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'QuantumCore',
        input = {
            {'YttriumDust', 2},
            {'CompositePlate', 1},
        },
        output = {
            {'QuantumCore', 2},
        },
        ticks = 100,
        tier = 5,
    },
    {
        name = 'ControlCell',
        input = {
            {'Cell', 1},
            {'YttriumDust', 3},
        },
        output = {
            {'ControlCell', 1},
        },
        ticks = 100,
    },
    {
        name = 'QuantumCore',
        input = {
            {'YttriumDust', 1},
            {'CopperParts', 3},
        },
        output = {
            {'QuantumCore', 1},
        },
        ticks = 100,
        tier = 4,
    },
    {
        name = 'ControlCell',
        input = {
            {'Cell', 1},
            {'YttriumDust', 3},
        },
        output = {
            {'ControlCell', 1},
        },
        ticks = 100,
    },
}