27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "sniper_rare",
|
|
"texture": "assets/gso/textures/weapon/sniper/sniper_rare.png",
|
|
"stats": {
|
|
"damage": 52,
|
|
"criticalChance": 0.3,
|
|
"attackRate": 1
|
|
},
|
|
"name": "Sniper Rare",
|
|
"type": "weapon",
|
|
"rarity": "rare",
|
|
"price": 3000,
|
|
"currency": "credits",
|
|
"description": "Sniper Rare.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 5
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |