Module:Data/YttriumDust/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (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}, },...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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,
    },
}