@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) • 977 B
JavaScript
const path = require('path');
module.exports = {
"name": "Bandit",
"ability": {
"name": "Shock Wire",
"description": "Sets up a Crude Electrical Devicce that electrifies other gadgets and damages anything that comes within contact."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Anti-Entry",
"Anti-Gadget"
],
"stats": {
"health": 1,
"speed": 3,
"difficulty": 1
},
"bio": {
"realname": "Dominic Brunsmeier",
"nickname": "Bandit",
"org": "GSG 9",
"squad": "Wolfguard",
"height": "1.8m",
"weight": "68kg",
"dateofbirth": "August 13th (Age 42)",
"placeofbirth": "Berlin, Germany"
},
"guns": {
"primary": [
"MP7",
"M870"
],
"secondary": [
"Keratos .357",
"P12"
]
},
"gadgets": [
"Barbed wire",
"Nitro cell"
],
"season": "Release"
};