@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
44 lines (43 loc) • 966 B
JavaScript
const path = require('path');
module.exports = {
"name": "Deimos",
"ability": {
"name": "Deathmark Tracker",
"description": "Small probe that reveals an Opponent and Deimos to each other for a limited time."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Intel",
"Map Control"
],
"stats": {
"health": 2,
"speed": 2,
"difficulty": 2
},
"bio": {
"realname": "Gerald Morris",
"nickname": "Deimos",
"org": "Keres Legion",
"squad": "Unknown",
"height": "1.86km",
"weight": "94kg",
"dateofbirth": "December 24th (Age 51)",
"placeofbirth": "Birmingham, Alabama"
},
"guns": {
"primary": [
"AK-74M",
"M590A1"
],
"secondary": [
".44 Vendetta"
]
},
"gadgets": [
"Frag grenade",
"Hard breach charge"
],
"season": "Y9S1 - Deadly Omen"
};