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/dual_pistol_common.json
2026-03-11 00:32:45 -03:00

27 lines
592 B
JSON

{
"templates": {
"weapon": {
"id": "dual_pistol_common",
"texture": "assets/gso/textures/weapon/dualpistol/dual_pistol_common.png",
"stats": {
"damage": 14,
"criticalChance": 0.06,
"attackRate": 7
},
"name": "Dual Pistol Common",
"type": "weapon",
"rarity": "common",
"price": 1000,
"currency": "credits",
"description": "Dual Pistol Common.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 1
},
"stackable": false
}
}
}