@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) • 974 B
JavaScript
const path = require('path');
module.exports = {
"name": "IQ",
"ability": {
"name": "Electronics Detector",
"description": "Uses the Electronics Detector to locate any electronics in range through obstacles such as walls."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Intel",
"Support"
],
"stats": {
"health": 1,
"speed": 3,
"difficulty": 3
},
"bio": {
"realname": "Monika Weiss",
"nickname": "IQ",
"org": "GSG 9",
"squad": "Nighthaven",
"height": "1.75m",
"weight": "70kg",
"dateofbirth": "August 1st (Age 38)",
"placeofbirth": "Leipzig, Germany"
},
"guns": {
"primary": [
"G8A1",
"552 Commando",
"AUG A2"
],
"secondary": [
"P12"
]
},
"gadgets": [
"Frag grenade",
"Claymore",
"Breach charge"
],
"season": "Release"
};