Module:Data/StainlessSteelPumpjack/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelPumpjack',
        input = {
            {'StainlessSteelPlate', 5},
            {'StainlessSteelParts', 16},
            {'StainlessSteelPipe', 5},
            {'Processor', 3},
        },
        output = {
            {'StainlessSteelPumpjack', 1},
        },
        ticks = 20,
        tier = 4,
    },
}