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

28 lines
570 B
JSON

{
"templates": {
"ship": {
"id": "missile_boat",
"name": "Missile Boat",
"type": "ship",
"rarity": "uncommon",
"price": 16000,
"currency": "credits",
"description": "Missile Boat class starship.",
"texture": "assets/gso/textures/ships/missile_boat.png",
"stats": {
"attack": 22,
"speed": 12,
"defense": 10,
"hull": 120
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 6
},
"stackable": false
}
}
}