Module:Data/Cell/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Catalyst2', input = { {'Cell', 1}, {'GoldWire', 10}, {'Coal', 4}, }, output = { {'Catalyst', 1}, }, ticks = 200, tier = 4, }, { name = 'ControlCell', input = { {'Cell', 1}, {'YttriumDust', 3}, }, output = { {'ControlCell', 1}, }, ticks = 100, }, {..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Catalyst2',
         name = 'Catalyst2',
        machine = 'Assembler',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
Line 15: Line 16:
     {
     {
         name = 'ControlCell',
         name = 'ControlCell',
        machine = 'Assembler',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
Line 26: Line 28:
     {
     {
         name = 'SynthesisCell',
         name = 'SynthesisCell',
        machine = 'IndustrialChemReactor',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
Line 38: Line 41:
     {
     {
         name = 'UltimateCatalyst',
         name = 'UltimateCatalyst',
        machine = 'Hand',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
             {'NeutroniumParts', 2},
             {'NeutroniumParts', 1},
             {'Coke', 10},
             {'Coke', 10},
         },
         },
Line 51: Line 55:
     {
     {
         name = 'Catalyst',
         name = 'Catalyst',
        machine = 'Hand',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
Line 64: Line 69:
     {
     {
         name = 'UraniumCell',
         name = 'UraniumCell',
        machine = 'Hand',
         input = {
         input = {
             {'Uranium235Dust', 3},
             {'Uranium235Dust', 3},
Line 77: Line 83:
     {
     {
         name = 'ThoriumCell',
         name = 'ThoriumCell',
        machine = 'Hand',
         input = {
         input = {
             {'ThoriumDust', 40},
             {'ThoriumDust', 40},
Line 89: Line 96:
     {
     {
         name = 'Uranium233Cell',
         name = 'Uranium233Cell',
        machine = 'Hand',
         input = {
         input = {
             {'Uranium233Dust', 3},
             {'Uranium233Dust', 3},
Line 100: Line 108:
     {
     {
         name = 'PlutoniumCell',
         name = 'PlutoniumCell',
        machine = 'Hand',
         input = {
         input = {
             {'PlutoniumDust', 3},
             {'PlutoniumDust', 3},
Line 111: Line 120:
     {
     {
         name = 'ReflectorCell',
         name = 'ReflectorCell',
        machine = 'Hand',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
Line 122: Line 132:
     {
     {
         name = 'PlatinumReflector',
         name = 'PlatinumReflector',
        machine = 'Hand',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},
Line 134: Line 145:
     {
     {
         name = 'ControlCell',
         name = 'ControlCell',
        machine = 'Hand',
         input = {
         input = {
             {'Cell', 1},
             {'Cell', 1},

Latest revision as of 10:33, 30 October 2025

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

return {
    {
        name = 'Catalyst2',
        machine = 'Assembler',
        input = {
            {'Cell', 1},
            {'GoldWire', 10},
            {'Coal', 4},
        },
        output = {
            {'Catalyst', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'ControlCell',
        machine = 'Assembler',
        input = {
            {'Cell', 1},
            {'YttriumDust', 3},
        },
        output = {
            {'ControlCell', 1},
        },
        ticks = 100,
    },
    {
        name = 'SynthesisCell',
        machine = 'IndustrialChemReactor',
        input = {
            {'Cell', 1},
            {'ProducerGas', 3000},
        },
        output = {
            {'SynthesisCell', 1},
        },
        ticks = 200,
        tier = 6,
    },
    {
        name = 'UltimateCatalyst',
        machine = 'Hand',
        input = {
            {'Cell', 1},
            {'NeutroniumParts', 1},
            {'Coke', 10},
        },
        output = {
            {'UltimateCatalyst', 1},
        },
        ticks = 200,
        tier = 7,
    },
    {
        name = 'Catalyst',
        machine = 'Hand',
        input = {
            {'Cell', 1},
            {'CopperWire', 40},
            {'Coal', 4},
        },
        output = {
            {'Catalyst', 1},
        },
        ticks = 200,
        tier = 3,
    },
    {
        name = 'UraniumCell',
        machine = 'Hand',
        input = {
            {'Uranium235Dust', 3},
            {'UraniumDust', 20},
            {'Cell', 1},
        },
        output = {
            {'UraniumCell', 1},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'ThoriumCell',
        machine = 'Hand',
        input = {
            {'ThoriumDust', 40},
            {'Cell', 1},
        },
        output = {
            {'ThoriumCell', 1},
        },
        ticks = 200,
        tier = 6,
    },
    {
        name = 'Uranium233Cell',
        machine = 'Hand',
        input = {
            {'Uranium233Dust', 3},
            {'Cell', 1},
        },
        output = {
            {'Uranium233Cell', 1},
        },
        ticks = 200,
    },
    {
        name = 'PlutoniumCell',
        machine = 'Hand',
        input = {
            {'PlutoniumDust', 3},
            {'Cell', 1},
        },
        output = {
            {'PlutoniumCell', 1},
        },
        ticks = 200,
    },
    {
        name = 'ReflectorCell',
        machine = 'Hand',
        input = {
            {'Cell', 1},
            {'BerylliumDust', 3},
        },
        output = {
            {'ReflectorCell', 1},
        },
        ticks = 100,
    },
    {
        name = 'PlatinumReflector',
        machine = 'Hand',
        input = {
            {'Cell', 1},
            {'PlatinumFoil', 1},
        },
        output = {
            {'PlatinumReflector', 1},
        },
        ticks = 100,
        tier = 6,
    },
    {
        name = 'ControlCell',
        machine = 'Hand',
        input = {
            {'Cell', 1},
            {'YttriumDust', 3},
        },
        output = {
            {'ControlCell', 1},
        },
        ticks = 100,
    },
}