Client/Galaxy-Strike-Online-main/GameServer/data/gso/items/ships/phantom_epic.json

27 lines
564 B
JSON

{
"templates": {
"ship": {
"id": "phantom_epic",
"name": "Phantom",
"type": "ship",
"rarity": "epic",
"price": 80000,
"currency": "credits",
"description": "A stealth vessel that strikes from the shadows",
"texture": "assets/gso/textures/ships/phantom_epic.png",
"stats": {
"attack": 35,
"speed": 30,
"defense": 14,
"hull": 130
},
"categories": [
"shop"
],
"requirements": {
"level": 20
},
"stackable": false
}
}
}