Module:Data/Cell/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 35: Line 35:
             {'Cell', 1},
             {'Cell', 1},
         },
         },
         ticks = 200,
         ticks = 400,
        tier = 6,
     },
     },
     {
     {
Line 48: Line 49:
             {'Cell', 1},
             {'Cell', 1},
         },
         },
         ticks = 200,
         ticks = 350,
        tier = 6,
     },
     },
     {
     {

Latest revision as of 21:20, 27 January 2026

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

return {
    {
        name = 'PlutoniumDust',
        machine = 'Separator',
        input = {
            {'DepletedUraniumCell', 1},
        },
        output = {
            {'Cell', 1},
            {'PlutoniumDust', 1},
        },
        ticks = 400,
        tier = 5,
    },
    {
        name = 'Cell2',
        machine = 'Assembler',
        input = {
            {'DepletedUraniumCell', 1},
        },
        output = {
            {'Cell', 1},
        },
        ticks = 600,
        tier = 5,
    },
    {
        name = 'HotNeutroniumPlate1',
        machine = 'FusionReactor',
        input = {
            {'SynthesisCell', 2},
        },
        output = {
            {'HotNeutroniumPlate', 1},
            {'Cell', 1},
        },
        ticks = 400,
        tier = 6,
    },
    {
        name = 'HotNeutroniumPlate2',
        machine = 'FusionReactor',
        input = {
            {'SynthesisCell', 1},
            {'UltimateCatalyst', 1},
        },
        output = {
            {'HotNeutroniumPlate', 1},
            {'Cell', 1},
        },
        ticks = 350,
        tier = 6,
    },
    {
        name = 'Cell',
        machine = 'Hand',
        input = {
            {'AluminiumPlate', 1},
            {'AluminiumParts', 1},
        },
        output = {
            {'Cell', 1},
        },
        ticks = 200,
        tier = 3,
    },
}