@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
47 lines (46 loc) • 983 B
JavaScript
const path = require('path');
module.exports = {
"name": "Pulse",
"ability": {
"name": "Cardiac Sensor",
"description": "Detects heartbeats at a short distance through obstacles."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Intel",
"Support"
],
"stats": {
"health": 1,
"speed": 3,
"difficulty": 3
},
"bio": {
"realname": "Jack Estrada",
"nickname": "Pulse",
"org": "FBI Swat",
"squad": "Nighthaven",
"height": "1.88m",
"weight": "85kg",
"dateofbirth": "October 11th (Age 32",
"placeofbirth": "Goldsboro, North Carolina"
},
"guns": {
"primary": [
"UMP45",
"M1014"
],
"secondary": [
"Reaper MK2",
"5.7 USG",
"M45 MEUSOC"
]
},
"gadgets": [
"Nitro cell",
"Deployable shield",
"Observation blocker"
],
"season": "Release"
};