Client/GameServer/data/gso/items/weapons/laser_bow_common.json
2026-03-11 00:32:45 -03:00

27 lines
582 B
JSON

{
"templates": {
"weapon": {
"id": "laser_bow_common",
"texture": "assets/gso/textures/weapon/laserbow/laser_bow_common.png",
"stats": {
"damage": 23,
"criticalChance": 0.18,
"attackRate": 3
},
"name": "Laser Bow Common",
"type": "weapon",
"rarity": "common",
"price": 1000,
"currency": "credits",
"description": "Laser Bow Common.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 1
},
"stackable": false
}
}
}