Module:Data/SteelAlternator/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelAlternator',
        machine = 'Hand',
        input = {
            {'CopperWire', 24},
            {'SteelParts', 4},
            {'SteelElectricEngine', 1},
            {'Circuit', 1},
        },
        output = {
            {'SteelAlternator', 1},
        },
        ticks = 120,
        tier = 2,
    },
}