27 lines
610 B
JSON
27 lines
610 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "pistol_standard_common",
|
|
"name": "Standard Pistol",
|
|
"type": "weapon",
|
|
"rarity": "common",
|
|
"price": 800,
|
|
"currency": "credits",
|
|
"description": "A reliable sidearm for any situation",
|
|
"texture": "assets/gso/textures/weapons/pistol/pistol_standard_common.png",
|
|
"stats": {
|
|
"damage": 22,
|
|
"criticalChance": 0.06,
|
|
"attackRate": 4
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 2
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |