Module:Data/SteelLogicWire/InInput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/SteelLogicWire/InInput/doc

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