Client/GameServer/data/gso/items/weapons/dual_pistol_rare.json
2026-03-10 13:06:33 -03:00

27 lines
582 B
JSON

{
"templates": {
"weapon": {
"id": "dual_pistol_rare",
"texture": "assets/gso/textures/weapon/dualpistol/dual_pistol_rare.png",
"stats": {
"damage": 22,
"criticalChance": 0.12,
"attackRate": 9
},
"name": "Dual Pistol Rare",
"type": "weapon",
"rarity": "rare",
"price": 3000,
"currency": "credits",
"description": "Dual Pistol Rare.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 5
},
"stackable": false
}
}
}