@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) • 938 B
JavaScript
const path = require('path');
module.exports = {
"name": "Frost",
"ability": {
"name": "Welcome Mat",
"description": "Uses a mechanical trap to incapacitate enemies."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Anti-Entry",
"Trapper"
],
"stats": {
"health": 2,
"speed": 2,
"difficulty": 1
},
"bio": {
"realname": "Tina Lin Tsang",
"nickname": "Frost",
"org": "JTF2",
"squad": "Wolfguard",
"height": "1.72m",
"weight": "63kg",
"dateofbirth": "May 4th (Age 32)",
"placeofbirth": "Vancouver, British Columbia"
},
"guns": {
"primary": [
"9mm C1",
"Super 90"
],
"secondary": [
"ITA12S",
"MK1 9mm"
]
},
"gadgets": [
"Deployable shield",
"Bulletproof camera"
],
"season": "Y1S1 - Black Ice"
};