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_overcharge_epic.json
2026-03-10 13:06:33 -03:00

27 lines
603 B
JSON

{
"templates": {
"weapon": {
"id": "pistol_overcharge_epic",
"texture": "assets/gso/textures/weapon/pistol/pistol_overcharge_epic.png",
"stats": {
"damage": 42,
"criticalChance": 0.18,
"attackRate": 6
},
"name": "Pistol Overcharge Epic",
"type": "weapon",
"rarity": "epic",
"price": 8000,
"currency": "credits",
"description": "Pistol Overcharge Epic.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 10
},
"stackable": false
}
}
}