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 edit summary
 
Line 2: Line 2:
     {
     {
         name = 'StainlessSteelSeparator',
         name = 'StainlessSteelSeparator',
        machine = 'Hand',
         input = {
         input = {
             {'StainlessSteelPipe', 2},
             {'StainlessSteelPipe', 2},

Latest revision as of 10:34, 30 October 2025

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

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