@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) • 924 B
JavaScript
const path = require('path');
module.exports = {
"name": "Zofia",
"ability": {
"name": "KS79 Lifeline",
"description": "Double barrel launcher that can fire both concussion and impact grenades."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Breach",
"Anti-Gadget"
],
"stats": {
"health": 3,
"speed": 1,
"difficulty": 1
},
"bio": {
"realname": "Zofia Bosak",
"nickname": "Zofia",
"org": "GROM",
"squad": "Ghosteyes",
"height": "1.79m",
"weight": "72kg",
"dateofbirth": "January 28th (Age 36)",
"placeofbirth": "Wroctaw, Poland"
},
"guns": {
"primary": [
"M762",
"LMG-E"
],
"secondary": [
"RG15"
]
},
"gadgets": [
"Hard breach charge",
"Claymore"
],
"season": "Y2S4 - White Noise"
};