27 lines
571 B
JSON
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
|
|
}
|
|
}
|
|
} |