Module:Data/NeutroniumAtmosphericCondenser/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'NeutroniumAtmosphericCondenser', input = { {'NeutroniumPlate', 5}, {'NeutroniumParts', 2}, {'ModularFrame', 2}, {'CopperPipe', 20}, }, output = { {'NeutroniumAtmosphericCondenser', 1}, }, ticks = 20, tier = 7, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'NeutroniumAtmosphericCondenser',
         name = 'NeutroniumAtmosphericCondenser',
        machine = 'Hand',
         input = {
         input = {
             {'NeutroniumPlate', 5},
             {'NeutroniumPlate', 5},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'NeutroniumAtmosphericCondenser',
        machine = 'Hand',
        input = {
            {'NeutroniumPlate', 5},
            {'NeutroniumParts', 2},
            {'ModularFrame', 2},
            {'CopperPipe', 20},
        },
        output = {
            {'NeutroniumAtmosphericCondenser', 1},
        },
        ticks = 20,
        tier = 7,
    },
}