Module:Data/QuantumCore/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 13: Line 13:
         },
         },
         ticks = 200,
         ticks = 200,
        tier = 4,
    },
    {
        name = 'StorageCore',
        machine = 'Hand',
        input = {
            {'QuantumCore', 1},
            {'Processor', 2},
            {'StainlessSteelParts', 4},
        },
        output = {
            {'StorageCore', 1},
        },
        ticks = 100,
         tier = 4,
         tier = 4,
     },
     },

Latest revision as of 15:48, 24 August 2026

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

return {
    {
        name = 'QuantumCircuit2',
        machine = 'Assembler',
        input = {
            {'QuantumCore', 4},
            {'Processor', 2},
            {'Resistor', 6},
            {'Transistor', 6},
        },
        output = {
            {'QuantumCircuit', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'StorageCore',
        machine = 'Hand',
        input = {
            {'QuantumCore', 1},
            {'Processor', 2},
            {'StainlessSteelParts', 4},
        },
        output = {
            {'StorageCore', 1},
        },
        ticks = 100,
        tier = 4,
    },
    {
        name = 'QuantumCircuit',
        machine = 'Hand',
        input = {
            {'QuantumCore', 6},
            {'Processor', 3},
            {'Resistor', 6},
        },
        output = {
            {'QuantumCircuit', 1},
        },
        ticks = 200,
        tier = 4,
    },
}