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

28 lines
580 B
JSON

{
"templates": {
"ship": {
"id": "interceptor_mk2",
"name": "Interceptor MK2",
"type": "ship",
"rarity": "uncommon",
"price": 12000,
"currency": "credits",
"description": "Interceptor MK2 class starship.",
"texture": "assets/gso/textures/ships/interceptor_mk2.png",
"stats": {
"attack": 14,
"speed": 25,
"defense": 8,
"hull": 80
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 4
},
"stackable": false
}
}
}