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.06 kB
const path = require('path'); module.exports = { "name": "Kali", "ability": { "name": "LV Explosive Lance", "description": "Under-barrel mechanical projectile that explodes within a set radius to destroy gadgets on both sides of breaking and reinforced surfaces." }, "icon": path.join(__dirname, './icon.png'), "image": path.join(__dirname, './image.png'), "specialties": [ "Anti-Gadget", "Support" ], "stats": { "health": 2, "speed": 2, "difficulty": 2 }, "bio": { "realname": "Jaimini Kalimohan Shah", "nickname": "Kali", "org": "Nighthaven", "squad": "Nighthaven", "height": "1.7m", "weight": "67kg", "dateofbirth": "August 21st (Age 34)", "placeofbirth": "Amreli, India" }, "guns": { "primary": [ "CSRX 300" ], "secondary": [ "SPSMG9", "C75 Auto", "P226 MK 25" ] }, "gadgets": [ "Claymore", "Breach charge", "Smoke grenade" ], "season": "Y4S4 - Shifting Tides" };