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

30 lines (29 loc) 467 B
const path = require('path'); module.exports = { "name": "P226 MK 25", "image": path.join(__dirname, './image.png'), "stats": { "damage": 50, "firerate": 1, "ammo": 15, "maxammo": 97, "difficulty": 2 }, "type": "Handgun", "scopes": [ "Custom Sight" ], "barrels": [ "Muzzle Brake", "Suppressor" ], "grips": [], "operators": [ "Sledge", "Thatcher", "Kali", "Smoke", "Mute", "Tubarao" ] };