Module:Data/StorageCore/InInput

From Evospace
Revision as of 15:47, 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, }, { name = 'TitaniumDeepStorage', machine = 'Hand', input = { {'Stora...")
(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/StorageCore/InInput/doc

return {
    {
        name = 'StainlessSteelDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'StainlessSteelPlate', 8},
            {'BasicFrame', 2},
            {'Processor', 2},
        },
        output = {
            {'StainlessSteelDeepStorage', 1},
        },
        ticks = 60,
        tier = 4,
    },
    {
        name = 'TitaniumDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'TitaniumPlate', 8},
            {'ReinforcedFrame', 2},
            {'QuantumCircuit', 2},
        },
        output = {
            {'TitaniumDeepStorage', 1},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'CompositeDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'CompositePlate', 8},
            {'ReinforcedFrame', 4},
            {'QuantumProcessor', 2},
        },
        output = {
            {'CompositeDeepStorage', 1},
        },
        ticks = 60,
        tier = 6,
    },
    {
        name = 'NeutroniumDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'NeutroniumPlate', 8},
            {'ModularFrame', 2},
            {'QuantumBrain', 2},
        },
        output = {
            {'NeutroniumDeepStorage', 1},
        },
        ticks = 60,
        tier = 7,
    },
}