27 lines
559 B
JSON
27 lines
559 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "sniper_epic",
|
|
"texture": "assets/gso/textures/weapon/sniper/sniper_epic.png",
|
|
"stats": {
|
|
"damage": 90,
|
|
"criticalChance": 0.45,
|
|
"attackRate": 2
|
|
},
|
|
"name": "Sniper Epic",
|
|
"type": "weapon",
|
|
"rarity": "epic",
|
|
"price": 8000,
|
|
"currency": "credits",
|
|
"description": "Sniper Epic.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 10
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |