Module:Data/SteelElectrolyzer/InOutput: Difference between revisions

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

Latest revision as of 21:19, 27 January 2026

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

return {
    {
        name = 'SteelElectrolyzer',
        machine = 'Hand',
        input = {
            {'SteelPlate', 3},
            {'CoalDust', 2},
            {'CopperConnector', 2},
        },
        output = {
            {'SteelElectrolyzer', 1},
        },
        ticks = 20,
        tier = 2,
    },
}