@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
33 lines (32 loc) • 558 B
JavaScript
const path = require('path');
module.exports = {
"name": "Reaper MK2",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 31,
"firerate": 765,
"ammo": 33,
"maxammo": 133,
"difficulty": 5
},
"type": "Machine Pustol",
"scopes": [
"Custom Sight"
],
"barrels": [
"Flash Hider",
"Compensator",
"Muzzle Brake",
"Suppressor"
],
"grips": [],
"operators": [
"Rauora",
"Sledge",
"Oryx",
"Pulse",
"Ying",
"Rook",
"Maverick"
]
};