UNPKG

@silver-3/r6-info

Version:

This package allows you to access information about any R6 operator and maps, and more. Currently updated to Y10S2

46 lines (45 loc) 882 B
const path = require('path'); module.exports = { "name": "Twitch", "ability": { "name": "Shock Drone", "description": "Drone that manually fires lasers to destroy opponent devices." }, "icon": path.join(__dirname, './icon.png'), "image": path.join(__dirname, './image.png'), "specialties": [ "Anti-Gadget", "Intel" ], "stats": { "health": 2, "speed": 2, "difficulty": 2 }, "bio": { "realname": "Emmanuelle Pichon", "nickname": "Twitch", "org": "GIGN", "squad": "Wolfguard", "height": "1.68m", "weight": "58kg", "dateofbirth": "October 12th (Age 28)", "placeofbirth": "Nancy, France" }, "guns": { "primary": [ "F2", "417", "SG-CQB" ], "secondary": [ "P9", "LFP586" ] }, "gadgets": [ "Claymore", "Smoke grenade" ], "season": "Release" };