27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "laser_crossbow_epic",
|
|
"texture": "assets/gso/textures/weapon/lasercrossbow/laser_crossbow_epic.png",
|
|
"stats": {
|
|
"damage": 110,
|
|
"criticalChance": 0.4,
|
|
"attackRate": 3
|
|
},
|
|
"name": "Laser Crossbow Epic",
|
|
"type": "weapon",
|
|
"rarity": "epic",
|
|
"price": 8000,
|
|
"currency": "credits",
|
|
"description": "Laser Crossbow Epic.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 10
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |