Module:Data/StainlessSteelAtmosphericCondenser/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'StainlessSteelAtmosphericCondenser', input = { {'StainlessSteelPlate', 5}, {'StainlessSteelParts', 2}, {'ReinforcedFrame', 1}, {'CopperPipe', 20}, }, output = { {'StainlessSteelAtmosphericCondenser', 1}, }, ticks = 20, tier = 4, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'StainlessSteelAtmosphericCondenser',
         name = 'StainlessSteelAtmosphericCondenser',
        machine = 'Hand',
         input = {
         input = {
             {'StainlessSteelPlate', 5},
             {'StainlessSteelPlate', 5},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'StainlessSteelAtmosphericCondenser',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 5},
            {'StainlessSteelParts', 2},
            {'ReinforcedFrame', 1},
            {'CopperPipe', 20},
        },
        output = {
            {'StainlessSteelAtmosphericCondenser', 1},
        },
        ticks = 20,
        tier = 4,
    },
}