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

27 lines
571 B
JSON

{
"templates": {
"weapon": {
"id": "laser_bow_rare",
"texture": "assets/gso/textures/weapon/laserbow/laser_bow_rare.png",
"stats": {
"damage": 62,
"criticalChance": 0.3,
"attackRate": 4
},
"name": "Laser Bow Rare",
"type": "weapon",
"rarity": "rare",
"price": 3000,
"currency": "credits",
"description": "Laser Bow Rare.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 5
},
"stackable": false
}
}
}