@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
46 lines (45 loc) • 971 B
JavaScript
const path = require('path');
module.exports = {
"name": "Sledge",
"ability": {
"name": "Breaching Hammer",
"description": "Uses a Breaching Hammer to breach through destructible surfaces."
},
"icon": path.join(__dirname, './icon.png'),
"image": path.join(__dirname, './image.png'),
"specialties": [
"Breach",
"Anti-Gadget"
],
"stats": {
"health": 2,
"speed": 2,
"difficulty": 1
},
"bio": {
"realname": "Seamus Cowden",
"nickname": "Sledge",
"org": "SAS",
"squad": "Redhammer",
"height": "1.92m",
"weight": "95kg",
"dateofbirth": "April 2nd (Age 35)",
"placeofbirth": "John O’Groats, Scotland"
},
"guns": {
"primary": [
"L85A2",
"M590A1"
],
"secondary": [
"Reaper MK2",
"P226 MK 25"
]
},
"gadgets": [
"Frag grenade",
"Stun grenade",
"Impact emp grenade"
],
"season": "Release"
};