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_epic.json
2026-03-11 00:32:45 -03:00

27 lines
593 B
JSON

{
"templates": {
"weapon": {
"id": "plasma_cutter_epic",
"texture": "assets/gso/textures/weapon/plasmacutter/plasma_cutter_epic.png",
"stats": {
"damage": 90,
"criticalChance": 0.35,
"attackRate": 5
},
"name": "Plasma Cutter Epic",
"type": "weapon",
"rarity": "epic",
"price": 8000,
"currency": "credits",
"description": "Plasma Cutter Epic.",
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 10
},
"stackable": false
}
}
}