Module:Data/QuantumCore/InOutput

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