@silver-3/r6-info
Version:
This package allows you to access information about any R6 operator and maps, and more. Currently updated to Y10S2
22 lines (21 loc) • 361 B
JavaScript
const path = require('path');
module.exports = {
"name": ".44 Vendetta",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 78,
"firerate": 1,
"ammo": 6,
"maxammo": 66,
"difficulty": 1
},
"type": "Revolver",
"scopes": [
"Custom Sight"
],
"barrels": [],
"grips": [],
"operators": [
"Deimos"
]
};