Module:Data/StainlessSteelElectrolyzer/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
         input = {
         input = {
             {'StainlessSteelPlate', 3},
             {'StainlessSteelPlate', 3},
             {'Coal', 2},
             {'CoalDust', 2},
             {'CopperConnector', 12},
             {'CopperConnector', 12},
         },
         },

Latest revision as of 21:19, 27 January 2026

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

return {
    {
        name = 'StainlessSteelElectrolyzer',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 3},
            {'CoalDust', 2},
            {'CopperConnector', 12},
        },
        output = {
            {'StainlessSteelElectrolyzer', 1},
        },
        ticks = 20,
        tier = 4,
    },
}