Module:Data/TitaniumDeepStorage/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'TitaniumDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'TitaniumPlate', 8},
            {'ReinforcedFrame', 2},
            {'QuantumCircuit', 2},
        },
        output = {
            {'TitaniumDeepStorage', 1},
        },
        ticks = 60,
        tier = 5,
    },
}