Module:Data/PlutoniumCell/InInput

From Evospace
Revision as of 20:01, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'TitaniumRiteg', input = { {'PlutoniumCell', 1}, {'BasicFrame', 2}, {'TitaniumPlate', 8}, {'CopperPipe', 20}, }, output = { {'TitaniumRiteg', 1}, }, ticks = 100, tier = 5, }, { name = 'CompositeRiteg', input = { {'PlutoniumCell', 1}, {'ReinforcedFrame', 2}, {'CompositePlate',...")
(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/PlutoniumCell/InInput/doc

return {
    {
        name = 'TitaniumRiteg',
        input = {
            {'PlutoniumCell', 1},
            {'BasicFrame', 2},
            {'TitaniumPlate', 8},
            {'CopperPipe', 20},
        },
        output = {
            {'TitaniumRiteg', 1},
        },
        ticks = 100,
        tier = 5,
    },
    {
        name = 'CompositeRiteg',
        input = {
            {'PlutoniumCell', 1},
            {'ReinforcedFrame', 2},
            {'CompositePlate', 8},
            {'CopperPipe', 25},
        },
        output = {
            {'CompositeRiteg', 1},
        },
        ticks = 100,
        tier = 6,
    },
    {
        name = 'NeutroniumRiteg',
        input = {
            {'PlutoniumCell', 1},
            {'ReinforcedFrame', 4},
            {'NeutroniumPlate', 8},
            {'CopperPipe', 30},
        },
        output = {
            {'NeutroniumRiteg', 1},
        },
        ticks = 100,
        tier = 7,
    },
    {
        name = 'PlutoniumCell',
        input = {
            {'PlutoniumCell', 1},
            {'ReflectorCell', 4},
            {'ThoriumCell', 3},
        },
        output = {
            {'Uranium233Cell', 3},
            {'DepletedUraniumCell', 1},
        },
        ticks = 400,
    },
    {
        name = 'PlutoniumCell2',
        input = {
            {'PlutoniumCell', 1},
            {'ReflectorCell', 8},
            {'ThoriumCell', 6},
        },
        output = {
            {'Uranium233Cell', 6},
            {'DepletedUraniumCell', 1},
        },
        ticks = 400,
    },
}