Module:Data/QuantumCore/InOutput

From Evospace
Revision as of 06:51, 1 August 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'QuantumCore', input = { {'YttriumDust', 2}, {'CompositePlate', 1}, }, output = { {'QuantumCore', 2}, }, ticks = 100, tier = 5, }, { name = 'QuantumCore', input = { {'YttriumDust', 1}, {'CopperParts', 3}, }, output = { {'QuantumCore', 1}, }, ticks = 100, tier =...")
(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/QuantumCore/InOutput/doc

return {
    {
        name = 'QuantumCore',
        input = {
            {'YttriumDust', 2},
            {'CompositePlate', 1},
        },
        output = {
            {'QuantumCore', 2},
        },
        ticks = 100,
        tier = 5,
    },
    {
        name = 'QuantumCore',
        input = {
            {'YttriumDust', 1},
            {'CopperParts', 3},
        },
        output = {
            {'QuantumCore', 1},
        },
        ticks = 100,
        tier = 4,
    },
}