@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
45 lines (44 loc) • 976 B
JavaScript
const path = require('path');
module.exports = {
"name": "Nomad",
"ability": {
"name": "Airjab Launcher",
"description": "Rifle attachment shooting an adhesive repulsion device that deonates by proximity."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Front-Line",
"Map Control"
],
"stats": {
"health": 2,
"speed": 2,
"difficulty": 3
},
"bio": {
"realname": "Sanaa El Maktoub",
"nickname": "Nomad",
"org": "GIGR",
"squad": "Wolfguard",
"height": "1.71m",
"weight": "63kg",
"dateofbirth": "July 27th (Age 39)",
"placeofbirth": "Marrakesh, Morocoo"
},
"guns": {
"primary": [
"AK-74M",
"ARX200"
],
"secondary": [
"PRB92",
".44 Mag Semi-Auto"
]
},
"gadgets": [
"Breach charge",
"Stun grenade"
],
"season": "Y3S4 - Wind Bastion"
};