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/Galaxy-Strike-Online-main/GameServer/data/gso/items/weapons/sniper_common.json

27 lines
613 B
JSON

{
"templates": {
"weapon": {
"id": "sniper_common",
"name": "Sniper Rifle",
"type": "weapon",
"rarity": "common",
"price": 3000,
"currency": "credits",
"description": "Long-range precision weapon for eliminating distant targets",
"texture": "assets/gso/textures/weapons/sniper/sniper_common.png",
"stats": {
"damage": 55,
"criticalChance": 0.15,
"attackRate": 1
},
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 6
},
"stackable": false
}
}
}