27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "laser_crossbow_common",
|
|
"texture": "assets/gso/textures/weapon/lasercrossbow/laser_crossbow_common.png",
|
|
"stats": {
|
|
"damage": 23,
|
|
"criticalChance": 0.15,
|
|
"attackRate": 2
|
|
},
|
|
"name": "Laser Crossbow Common",
|
|
"type": "weapon",
|
|
"rarity": "common",
|
|
"price": 1000,
|
|
"currency": "credits",
|
|
"description": "Laser Crossbow Common.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |