UNPKG

@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) 1.05 kB
const path = require('path'); module.exports = { "name": "Warden", "ability": { "name": "Glance Smart Glasses", "description": "Eyewear that improves visibility in smoke while standing still. Can also be activated to protect again or reduce flash blindness." }, "icon": path.join(__dirname, './icon.png'), "image": path.join(__dirname, './image.png'), "specialties": [ "Anti-Gadget", "Intel" ], "stats": { "health": 3, "speed": 1, "difficulty": 2 }, "bio": { "realname": "Collinn McKinley", "nickname": "Warden", "org": "Secret Service", "squad": "Ghosteyes", "height": "1.83m", "weight": "80kg", "dateofbirth": "March 18th (Age 48)", "placeofbirth": "Louisville, Kentucky" }, "guns": { "primary": [ "M590A1", "MPX" ], "secondary": [ "SMG-12", "P-10C" ] }, "gadgets": [ "Deployable shield", "Nitro cell", "Observation blocker" ], "season": "Y4S2 - Phantom Sight" };