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

47 lines (46 loc) 1 kB
const path = require('path'); module.exports = { "name": "Nokk", "ability": { "name": "Hel Presence Reduction", "description": "Counter-intel that wipes their presence from Observation Tools." }, "icon": path.join(__dirname, './icon.png'), "image": path.join(__dirname, './image.png'), "specialties": [ "Front-Line", "Map Control" ], "stats": { "health": 2, "speed": 2, "difficulty": 3 }, "bio": { "realname": "[REDACTED]", "nickname": "Nokk", "org": "Jaeger Corps", "squad": "Ghosteyes", "height": "[REDACTED]", "weight": "[REDACTED]", "dateofbirth": "[REDACTED]", "placeofbirth": "[REDACTED]" }, "guns": { "primary": [ "FMG-9", "SIX12 SD", "PMR90A2" ], "secondary": [ "5.7 USG", "D-50" ] }, "gadgets": [ "Impact emp grenade", "Hard breach charge", "Frag grenade" ], "season": "Y4S2 - Phantom Sight" };