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

45 lines (44 loc) 878 B
const path = require('path'); module.exports = { "name": "Smoke", "ability": { "name": "Remote Gas Grenade", "description": "Sets remote detonated toxic gas charges." }, "icon": path.join(__dirname, './icon.png'), "image": path.join(__dirname, './image.png'), "specialties": [ "Anti-Entry", "Trapper" ], "stats": { "health": 2, "speed": 2, "difficulty": 2 }, "bio": { "realname": "James Porter", "nickname": "Smoke", "org": "SAS", "squad": "Nighthaven", "height": "1.73m", "weight": "70kg", "dateofbirth": "May 14th (Age 36)", "placeofbirth": "London, England (King's Cross)" }, "guns": { "primary": [ "FMG-9", "M590A1" ], "secondary": [ "P226 MK 25", "SMG-11" ] }, "gadgets": [ "Barbed wire", "Proximity alarm" ], "season": "Release" };