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/pistol_standard_common.json

27 lines
610 B
JSON

{
"templates": {
"weapon": {
"id": "pistol_standard_common",
"name": "Standard Pistol",
"type": "weapon",
"rarity": "common",
"price": 800,
"currency": "credits",
"description": "A reliable sidearm for any situation",
"texture": "assets/gso/textures/weapons/pistol/pistol_standard_common.png",
"stats": {
"damage": 22,
"criticalChance": 0.06,
"attackRate": 4
},
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 2
},
"stackable": false
}
}
}