Module:Data/NightVision/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'NightVision',
        machine = 'Hand',
        input = {
            {'SteelParts', 32},
            {'Circuit', 16},
            {'Glass', 10},
        },
        output = {
            {'NightVision', 1},
        },
        ticks = 400,
    },
}