This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/items/weapons/plasma_cutter_rare.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
}
}
}