Module:Data/ControlCell/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'UraniumCell2', input = { {'UraniumCell', 2}, {'ControlCell', 1}, }, output = { {'DepletedUraniumCell', 2}, }, ticks = 4200.0, }, { name = 'UraniumCell3', input = { {'UraniumCell', 3}, {'ControlCell', 2}, }, output = { {'DepletedUraniumCell', 3}, }, ticks = 6400.0, },..."
 
(No difference)

Latest revision as of 20:07, 31 July 2025

Documentation for this module may be created at Module:Data/ControlCell/InInput/doc

return {
    {
        name = 'UraniumCell2',
        input = {
            {'UraniumCell', 2},
            {'ControlCell', 1},
        },
        output = {
            {'DepletedUraniumCell', 2},
        },
        ticks = 4200.0,
    },
    {
        name = 'UraniumCell3',
        input = {
            {'UraniumCell', 3},
            {'ControlCell', 2},
        },
        output = {
            {'DepletedUraniumCell', 3},
        },
        ticks = 6400.0,
    },
    {
        name = 'ControlCell',
        input = {
            {'UraniumCell', 1},
            {'ControlCell', 1},
        },
        output = {
            {'DepletedUraniumCell', 1},
        },
        ticks = 2140.0,
    },
    {
        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,
    },
}