Module:Data/StainlessSteelDeepStorage/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'StainlessSteelPlate', 8},
            {'BasicFrame', 2},
            {'Processor', 2},
        },
        output = {
            {'StainlessSteelDeepStorage', 1},
        },
        ticks = 60,
        tier = 4,
    },
}