@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
28 lines (27 loc) • 469 B
JavaScript
const path = require('path');
module.exports = {
"name": "C75 Auto",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 35,
"firerate": 1000,
"ammo": 26,
"maxammo": 131,
"difficulty": 3
},
"type": "Machine Pistol",
"scopes": [
"Custom Sight"
],
"barrels": [
"Suppressor"
],
"grips": [],
"operators": [
"Dokkaebi",
"Kali",
"Sentry",
"Vigil",
"Thorn"
]
};