@silver-3/r6-info
Version:
This package allows you to access information about any R6 operator and maps, and more. Currently updated to Y10S2
27 lines (26 loc) • 418 B
JavaScript
const path = require('path');
module.exports = {
"name": "LFP586",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 78,
"firerate": 1,
"ammo": 6,
"maxammo": 61,
"difficulty": 3
},
"type": "Revolver",
"scopes": [
"Custom Sight"
],
"barrels": [],
"grips": [],
"operators": [
"Twitch",
"Montagne",
"Lion",
"Doc",
"Rook",
"Kaid"
]
};