27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "plasma_cutter_common",
|
|
"texture": "assets/gso/textures/weapon/plasmacutter/plasma_cutter_common.png",
|
|
"stats": {
|
|
"damage": 23,
|
|
"criticalChance": 0.12,
|
|
"attackRate": 3
|
|
},
|
|
"name": "Plasma Cutter Common",
|
|
"type": "weapon",
|
|
"rarity": "common",
|
|
"price": 1000,
|
|
"currency": "credits",
|
|
"description": "Plasma Cutter Common.",
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |