Module:Data/StainlessSteelSeparator/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'StainlessSteelSeparator', input = { {'StainlessSteelPipe', 2}, {'ReinforcedFrame', 1}, }, output = { {'StainlessSteelSeparator', 1}, }, ticks = 20, tier = 4, }, }"
 
(No difference)

Latest revision as of 20:16, 31 July 2025

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

return {
    {
        name = 'StainlessSteelSeparator',
        input = {
            {'StainlessSteelPipe', 2},
            {'ReinforcedFrame', 1},
        },
        output = {
            {'StainlessSteelSeparator', 1},
        },
        ticks = 20,
        tier = 4,
    },
}