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

28 lines
546 B
JSON

{
"templates": {
"ship": {
"id": "cruiser",
"name": "Cruiser",
"type": "ship",
"rarity": "rare",
"price": 42000,
"currency": "credits",
"description": "Cruiser class starship.",
"texture": "assets/gso/textures/ships/cruiser.png",
"stats": {
"attack": 46,
"speed": 9,
"defense": 30,
"hull": 340
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 12
},
"stackable": false
}
}
}