Module:Data/StainlessSteelDiode/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelDiode',
        input = {
            {'CopperConnector', 2},
            {'Silicon', 6},
            {'StainlessSteelPlate', 1},
        },
        output = {
            {'StainlessSteelDiode', 1},
        },
        ticks = 20,
        tier = 4,
    },
}