Module:Data/Uranium233Cell/InInput

From Evospace
Revision as of 20:07, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Uranium233Cell', input = { {'Uranium233Cell', 1}, {'ControlCell', 1}, }, output = { {'DepletedUraniumCell', 1}, }, ticks = 2000, }, { name = 'Uranium233Cell2', input = { {'Uranium233Cell', 2}, {'ControlCell', 1}, }, output = { {'DepletedUraniumCell', 2}, }, ticks = 2000,...")
(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/Uranium233Cell/InInput/doc

return {
    {
        name = 'Uranium233Cell',
        input = {
            {'Uranium233Cell', 1},
            {'ControlCell', 1},
        },
        output = {
            {'DepletedUraniumCell', 1},
        },
        ticks = 2000,
    },
    {
        name = 'Uranium233Cell2',
        input = {
            {'Uranium233Cell', 2},
            {'ControlCell', 1},
        },
        output = {
            {'DepletedUraniumCell', 2},
        },
        ticks = 2000,
    },
    {
        name = 'Uranium233Cell3',
        input = {
            {'Uranium233Cell', 4},
            {'ControlCell', 1},
        },
        output = {
            {'DepletedUraniumCell', 4},
        },
        ticks = 2000,
    },
}