@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
27 lines (26 loc) • 450 B
JavaScript
const path = require('path');
module.exports = {
"name": "Gonne-6",
"image": path.join(__dirname, './image.png'),
"stats": {
"damage": 10,
"firerate": 1,
"ammo": 1,
"maxammo": 1,
"difficulty": 1
},
"type": "Hand Cannon",
"scopes": [
"Custom Sight"
],
"barrels": [],
"grips": [],
"operators": [
"Glaz",
"Capitao",
"Dokkaebi",
"Amaru",
"Iana",
"Zero"
]
};