Module:Data/SteelComputer/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/SteelComputer/InOutput/doc

return {
    {
        name = 'SteelComputer',
        machine = 'Hand',
        input = {
            {'SteelPlate', 1},
            {'Circuit', 4},
        },
        output = {
            {'SteelComputer', 1},
        },
        ticks = 20,
        tier = 2,
    },
}