26 lines
581 B
JSON
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
|
|
}
|
|
}
|
|
} |