Module:Data/StainlessSteelDeepStorage/InOutput

From Evospace
Revision as of 15:50, 24 August 2026 by Evospace (talk | contribs) (Created page with "return { { name = 'StainlessSteelDeepStorage', machine = 'Hand', input = { {'StorageCore', 1}, {'StainlessSteelPlate', 8}, {'BasicFrame', 2}, {'Processor', 2}, }, output = { {'StainlessSteelDeepStorage', 1}, }, ticks = 60, tier = 4, }, }")
(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/StainlessSteelDeepStorage/InOutput/doc

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