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

44 lines (43 loc) 957 B
const path = require('path'); module.exports = { "name": "Lesion", "ability": { "name": "Gu", "description": "Toxic mines that inject a compound, injuring opponents and limiting their speed." }, "icon": path.join(__dirname, './icon.png'), "image": path.join(__dirname, './image.png'), "specialties": [ "Anti-Entry", "Trapper" ], "stats": { "health": 2, "speed": 2, "difficulty": 1 }, "bio": { "realname": "Liu Tze Long", "nickname": "Lesion", "org": "SDU", "squad": "Ghosteyes", "height": "1.74m", "weight": "82kg", "dateofbirth": "July 2nd (Age 44)", "placeofbirth": "Hong Kong, Junk Bay (Tseung Kwan O)" }, "guns": { "primary": [ "T-5 SMG", "SIX12 SD" ], "secondary": [ "Q-929" ] }, "gadgets": [ "Observation blocker", "Bulletproof camera" ], "season": "Y2S3 - Blood Orchid" };