@silver-3/r6-info
Version:
This package allows you to access information about any R6 operator and maps, and more. Currently updated to Y10S2
44 lines (43 loc) • 712 B
JavaScript
const path = require('path');
module.exports = {
"name": "MPX",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 26,
"firerate": 830,
"ammo": 30,
"maxammo": 181,
"difficulty": 3
},
"type": "Submachine Gun",
"scopes": [
"Red Dot A",
"Red Dot B",
"Red Dot C",
"Holo A",
"Holo B",
"Holo C",
"Holo D",
"Reflex A",
"Reflex B",
"Reflex C",
"Iron Sight"
],
"barrels": [
"Flash Hider",
"Compensator",
"Muzzle Brake",
"Suppressor",
"Extended Barrel"
],
"grips": [
"Vertical Grip",
"Angled Grip",
"Horizontal Grip"
],
"operators": [
"Valkyrie",
"Warden",
"Tubarao"
]
};