@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
43 lines (42 loc) • 937 B
JavaScript
const path = require('path');
module.exports = {
"name": "Skopos",
"ability": {
"name": "v10 Pantheon Shells",
"description": "A pair of robots piloted remotely as an Operator and Observation tool, which can be swapped."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Intel",
"Support"
],
"stats": {
"health": 1,
"speed": 3,
"difficulty": 2
},
"bio": {
"realname": "Kure Galanos",
"nickname": "Skopos",
"org": "Ekam",
"squad": "Wolfguard",
"height": "1.67m",
"weight": "55kg",
"dateofbirth": "July 25th (Age 42)",
"placeofbirth": "Nicosia, Cyprus"
},
"guns": {
"primary": [
"PCX-33"
],
"secondary": [
"P229"
]
},
"gadgets": [
"Impact grenade",
"Proximity alarm"
],
"season": "Y9S3 - Twin Shells"
};