Module:Data/SteelAlternator/InOutput

From Evospace
Revision as of 15:51, 24 August 2026 by Evospace (talk | contribs) (Created page with "return { { name = 'SteelAlternator', machine = 'Hand', input = { {'CopperWire', 24}, {'SteelParts', 4}, {'SteelElectricEngine', 1}, {'Circuit', 1}, }, output = { {'SteelAlternator', 1}, }, ticks = 120, tier = 2, }, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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,
    },
}