Module:Data/StorageCore/InOutput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/StorageCore/InOutput/doc

return {
    {
        name = 'StorageCore',
        machine = 'Hand',
        input = {
            {'QuantumCore', 1},
            {'Processor', 2},
            {'StainlessSteelParts', 4},
        },
        output = {
            {'StorageCore', 1},
        },
        ticks = 100,
        tier = 4,
    },
}