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

26 lines
581 B
JSON

{
"templates": {
"weapon": {
"id": "laser_bow_epic",
"name": "Laser Bow",
"type": "weapon",
"rarity": "epic",
"price": 18000,
"currency": "gems",
"description": "Ancient-style energy bow channelling pure laser beams",
"texture": "assets/gso/textures/weapons/laserbow/laser_bow_epic.png",
"stats": {
"damage": 144,
"criticalChance": 0.2,
"attackRate": 2
},
"categories": [
"shop"
],
"requirements": {
"level": 20
},
"stackable": false
}
}
}