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/assault_rifle_common.json

27 lines
620 B
JSON

{
"templates": {
"weapon": {
"id": "assault_rifle_common",
"name": "Assault Rifle",
"type": "weapon",
"rarity": "common",
"price": 2000,
"currency": "credits",
"description": "Rapid-fire assault rifle for sustained combat",
"texture": "assets/gso/textures/weapons/assaultrifle/assault_rifle_common.png",
"stats": {
"damage": 28,
"criticalChance": 0.07,
"attackRate": 8
},
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 5
},
"stackable": false
}
}
}