This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/items/weapons/sniper_epic.json
2026-03-11 00:32:45 -03:00

27 lines
559 B
JSON

{
"templates": {
"weapon": {
"id": "sniper_epic",
"texture": "assets/gso/textures/weapon/sniper/sniper_epic.png",
"stats": {
"damage": 90,
"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
}
}
}