API/GameServer/data/gso/items/weapons/laser_bow_epic.json

26 lines
578 B
JSON

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