Module:Data/StainlessSteelLamp/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelLamp',
        input = {
            {'StainlessSteelPlate', 2},
        },
        output = {
            {'StainlessSteelLamp', 1},
        },
        ticks = 40,
        tier = 4,
    },
}