@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
46 lines (45 loc) • 961 B
JavaScript
const path = require('path');
module.exports = {
"name": "Doc",
"ability": {
"name": "Stim Pistol",
"description": "Fires a shot that provides Doc and his team with a health boost or revive from a distance."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Support"
],
"stats": {
"health": 3,
"speed": 1,
"difficulty": 1
},
"bio": {
"realname": "Gustave Kateb",
"nickname": "Doc",
"org": "GIGN",
"squad": "Wolfguard",
"height": "1.77m",
"weight": "74kg",
"dateofbirth": "September 16th (Age 39)",
"placeofbirth": "Paris, France"
},
"guns": {
"primary": [
"P90",
"MP5",
"SG-CQB"
],
"secondary": [
"Bailiff 410",
"LFP586",
"P9"
]
},
"gadgets": [
"Bulletproof camera",
"Barbed wire"
],
"season": "Release"
};