Module:Data/StainlessSteelFractionatingColumn/InOutput: 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, }, }"
 
(No difference)

Latest revision as of 22:44, 31 July 2025

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

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