Module:Data/SteelDiode/InOutput

From Evospace
Revision as of 10:36, 30 October 2025 by Evospace (talk | contribs)
(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/SteelDiode/InOutput/doc

return {
    {
        name = 'SteelDiode',
        machine = 'Hand',
        input = {
            {'CopperConnector', 2},
            {'Silicon', 0},
            {'SteelPlate', 1},
        },
        output = {
            {'SteelDiode', 1},
        },
        ticks = 20,
        tier = 2,
    },
}