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

28 lines
570 B
JSON

{
"templates": {
"ship": {
"id": "omega_titan",
"name": "Omega Titan",
"type": "ship",
"rarity": "legendary",
"price": 250000,
"currency": "credits",
"description": "Omega Titan class starship.",
"texture": "assets/gso/textures/ships/omega_titan.png",
"stats": {
"attack": 120,
"speed": 5,
"defense": 80,
"hull": 1200
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 30
},
"stackable": false
}
}
}