API/GameServer/data/gso/items/weapons/dual_pistol_common.json
2026-03-10 13:06:33 -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
}
}
}