@silver-3/r6-info
Version:
This package allows you to access information about any R6 operator and maps, and more. Currently updated to Y10S2
42 lines (41 loc) • 682 B
JavaScript
const path = require('path');
module.exports = {
"name": "Bearing 9",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 33,
"firerate": 1100,
"ammo": 25,
"maxammo": 126,
"difficulty": 5
},
"type": "Machine Pistol",
"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": [],
"operators": [
"Glaz",
"Hibana",
"Tachanka",
"Echo",
"Thunderbird"
]
};