Module:Data/TitaniumDeepStorage/InOutput

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

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