@silver-3/r6-info
Version:
This package allows you to access information about any R6 operator and maps, and more. Currently updated to Y11S1.2
39 lines (38 loc) • 638 B
JavaScript
const path = require('path');
module.exports = {
"name": "SG-CQB",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 44,
"firerate": 1,
"ammo": 7,
"maxammo": 50,
"difficulty": 1
},
"type": "Shotgun",
"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": [],
"grips": [
"Vertical Grip",
"Horizontal Grip"
],
"operators": [
"Twitch",
"Lion",
"Grim",
"Doc",
"Rook"
]
};