Module:Data/NeutroniumDeepStorage/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'NeutroniumDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'NeutroniumPlate', 8},
            {'ModularFrame', 2},
            {'QuantumBrain', 2},
        },
        output = {
            {'NeutroniumDeepStorage', 1},
        },
        ticks = 60,
        tier = 7,
    },
}