27 lines
620 B
JSON
27 lines
620 B
JSON
{
|
|
"templates": {
|
|
"weapon": {
|
|
"id": "plasma_cutter_rare",
|
|
"name": "Plasma Cutter",
|
|
"type": "weapon",
|
|
"rarity": "rare",
|
|
"price": 12000,
|
|
"currency": "credits",
|
|
"description": "Superheated plasma blade that melts through armour",
|
|
"texture": "assets/gso/textures/weapons/plasmacutter/plasma_cutter_rare.png",
|
|
"stats": {
|
|
"damage": 60,
|
|
"criticalChance": 0.1,
|
|
"attackRate": 2
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 15
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |