Client/GameServer/data/gso/items/ships/destroyer.json

28 lines
554 B
JSON

{
"templates": {
"ship": {
"id": "destroyer",
"name": "Destroyer",
"type": "ship",
"rarity": "rare",
"price": 28000,
"currency": "credits",
"description": "Destroyer class starship.",
"texture": "assets/gso/textures/ships/destroyer.png",
"stats": {
"attack": 34,
"speed": 11,
"defense": 20,
"hull": 220
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 8
},
"stackable": false
}
}
}