@silver-3/r6-info
Version:
This package allows you to access information about any R6 operator and maps, and more. Currently updated to Y10S2
49 lines (48 loc) • 1.04 kB
JavaScript
const path = require('path');
module.exports = {
"name": "Sentry",
"ability": {
"name": "Gadget Kit",
"description": "Equips two gadets instead of a gadget and an ability. Can select any gadget on the team, but not the same one twice."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Support"
],
"stats": {
"health": 2,
"speed": 2,
"difficulty": 1
},
"bio": {
"realname": "Undefined",
"nickname": "Sentry",
"org": "ROS",
"squad": "Undefined",
"height": "Undefined",
"weight": "Undefined",
"dateofbirth": "Undefined",
"placeofbirth": "Undefined"
},
"guns": {
"primary": [
"Commando 9",
"M870"
],
"secondary": [
"C75 Auto",
"Super Shorty"
]
},
"gadgets": [
"Barbed wire",
"Bulletproof camera",
"Deployable shield",
"Observation blocker",
"Impact grenade",
"Nitro cell",
"Proximity alarm"
],
"season": "Y9S2 - New Blood"
};