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

45 lines (44 loc) 953 B
const path = require('path'); module.exports = { "name": "Ying", "ability": { "name": "Candela", "description": "Cluster of flash charges that can either be anchored on surfaces or rolled out as a grenade." }, "icon": path.join(__dirname, './icon.png'), "image": path.join(__dirname, './image.png'), "specialties": [ "Front-Line", "Map Control" ], "stats": { "health": 2, "speed": 2, "difficulty": 2 }, "bio": { "realname": "Sie Mei Lin", "nickname": "Ying", "org": "SDU", "squad": "Wolfguard", "height": "1.6m", "weight": "52kg", "dateofbirth": "May 12th (Age 33)", "placeofbirth": "Hong Kong, Central" }, "guns": { "primary": [ "T-95 LSW", "SIX12" ], "secondary": [ "Q-929", "Reaper MK2" ] }, "gadgets": [ "Hard breach charge", "Smoke grenade" ], "season": "Y2S3" };