API/GameServer/data/gso/items/weapons/sniper_epic.json
2026-03-10 13:06:33 -03:00

27 lines
560 B
JSON

{
"templates": {
"weapon": {
"id": "sniper_epic",
"texture": "assets/gso/textures/weapon/sniper/sniper_epic.png",
"stats": {
"damage": 190,
"criticalChance": 0.45,
"attackRate": 2
},
"name": "Sniper Epic",
"type": "weapon",
"rarity": "epic",
"price": 8000,
"currency": "credits",
"description": "Sniper Epic.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 10
},
"stackable": false
}
}
}