27 lines
592 B
JSON
27 lines
592 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "dual_pistol_common",
|
|
"texture": "assets/gso/textures/weapon/dualpistol/dual_pistol_common.png",
|
|
"stats": {
|
|
"damage": 14,
|
|
"criticalChance": 0.06,
|
|
"attackRate": 7
|
|
},
|
|
"name": "Dual Pistol Common",
|
|
"type": "weapon",
|
|
"rarity": "common",
|
|
"price": 1000,
|
|
"currency": "credits",
|
|
"description": "Dual Pistol Common.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |