This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/items/weapons/starter_blaster.json

27 lines
600 B
JSON

{
"templates": {
"weapon": {
"id": "starter_blaster",
"name": "Starter Blaster",
"type": "weapon",
"rarity": "common",
"price": 0,
"currency": "credits",
"description": "Standard-issue blaster for new recruits",
"texture": "assets/gso/textures/weapons/pistol/starter_blaster.png",
"stats": {
"damage": 18,
"criticalChance": 0.05,
"attackRate": 4
},
"categories": [
"starter",
"dungeon_loot"
],
"requirements": {
"level": 1
},
"stackable": false
}
}
}