@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
50 lines (49 loc) • 1.08 kB
JavaScript
const path = require('path');
module.exports = {
"name": "Striker",
"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": "Striker",
"org": "ROS",
"squad": "Undefined",
"height": "Undefined",
"weight": "Undefined",
"dateofbirth": "Undefined",
"placeofbirth": "Undefined"
},
"guns": {
"primary": [
"M4",
"M249",
"SR-25"
],
"secondary": [
"ITA12S",
"5.7 USG"
]
},
"gadgets": [
"Breach charge",
"Claymore",
"Impact emp grenade",
"Frag grenade",
"Hard breach charge",
"Smoke grenade",
"Stun grenade"
],
"season": "Y9S2 - New Blood"
};