API/GameServer/data/gso/items/ships/heavy_destroyer.json

28 lines
579 B
JSON

{
"templates": {
"ship": {
"id": "heavy_destroyer",
"name": "Heavy Destroyer",
"type": "ship",
"rarity": "rare",
"price": 35000,
"currency": "credits",
"description": "Heavy Destroyer class starship.",
"texture": "assets/gso/textures/ships/heavy_destroyer.png",
"stats": {
"attack": 40,
"speed": 10,
"defense": 26,
"hull": 260
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 10
},
"stackable": false
}
}
}