Module:Data/StainlessSteelPump/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'StainlessSteelFractionatingColumn', input = { {'StainlessSteelPlate', 10}, {'StainlessSteelPipe', 10}, {'BasicFrame', 2}, {'StainlessSteelPump', 6}, }, output = { {'StainlessSteelFractionatingColumn', 1}, }, ticks = 40, tier = 4, }, { name = 'StainlessSteelOverflowPump', input = { {'Processor', 3},..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'StainlessSteelFractionatingColumn',
         name = 'StainlessSteelFractionatingColumn',
        machine = 'Hand',
         input = {
         input = {
             {'StainlessSteelPlate', 10},
             {'StainlessSteelPlate', 10},
Line 12: Line 13:
         },
         },
         ticks = 40,
         ticks = 40,
        tier = 4,
    },
    {
        name = 'StainlessSteelOverflowPump',
        input = {
            {'Processor', 3},
            {'StainlessSteelPump', 1},
        },
        output = {
            {'StainlessSteelOverflowPump', 1},
        },
        ticks = 20,
         tier = 4,
         tier = 4,
     },
     },
}
}

Latest revision as of 10:32, 30 October 2025

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

return {
    {
        name = 'StainlessSteelFractionatingColumn',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 10},
            {'StainlessSteelPipe', 10},
            {'BasicFrame', 2},
            {'StainlessSteelPump', 6},
        },
        output = {
            {'StainlessSteelFractionatingColumn', 1},
        },
        ticks = 40,
        tier = 4,
    },
}