@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
45 lines (44 loc) • 972 B
JavaScript
const path = require('path');
module.exports = {
"name": "Iana",
"ability": {
"name": "Gemini Replicator",
"description": "Deploys a remote-controlled holographic copy of Iana to fool oppents and gather intel."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Front-Line",
"Support"
],
"stats": {
"health": 2,
"speed": 2,
"difficulty": 1
},
"bio": {
"realname": "Nienke Meijer",
"nickname": "Iana",
"org": "REU",
"squad": "Ghosteyes",
"height": "1.57m",
"weight": "56kg",
"dateofbirth": "August 27th (Age 35)",
"placeofbirth": "Kawijk, the Netherlands"
},
"guns": {
"primary": [
"G36C",
"ARX200"
],
"secondary": [
"MK1 9mm",
"GONNE-6"
]
},
"gadgets": [
"Impact emp grenade",
"Smoke grenade"
],
"season": "Y5S1 - Void Edge"
};