27 lines
613 B
JSON
27 lines
613 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "pistol_marksman_rare",
|
|
"name": "Marksman Pistol",
|
|
"type": "weapon",
|
|
"rarity": "rare",
|
|
"price": 5000,
|
|
"currency": "credits",
|
|
"description": "Precision-engineered for long-range accuracy",
|
|
"texture": "assets/gso/textures/weapons/pistol/pistol_marksman_rare.png",
|
|
"stats": {
|
|
"damage": 66,
|
|
"criticalChance": 0.12,
|
|
"attackRate": 3
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 8
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |