Module:Data/StainlessSteelPump/InInput

From Evospace
Revision as of 20:00, 31 July 2025 by Evospace (talk | contribs) (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},...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelFractionatingColumn',
        input = {
            {'StainlessSteelPlate', 10},
            {'StainlessSteelPipe', 10},
            {'BasicFrame', 2},
            {'StainlessSteelPump', 6},
        },
        output = {
            {'StainlessSteelFractionatingColumn', 1},
        },
        ticks = 40,
        tier = 4,
    },
    {
        name = 'StainlessSteelOverflowPump',
        input = {
            {'Processor', 3},
            {'StainlessSteelPump', 1},
        },
        output = {
            {'StainlessSteelOverflowPump', 1},
        },
        ticks = 20,
        tier = 4,
    },
}