Module:Data/OffroadVehicle/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'OffroadVehicle',
        machine = 'Hand',
        input = {
            {'SteelPlate', 40},
            {'SteelParts', 60},
            {'SteelPipe', 20},
            {'SteelElectricEngine', 4},
            {'BasicFrame', 8},
            {'Circuit', 20},
        },
        output = {
            {'OffroadVehicle', 1},
        },
        ticks = 600,
    },
}