28 lines
569 B
JSON
28 lines
569 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "interceptor_mk1",
|
|
"name": "Interceptor",
|
|
"type": "ship",
|
|
"rarity": "common",
|
|
"price": 7000,
|
|
"currency": "credits",
|
|
"description": "Interceptor class starship.",
|
|
"texture": "assets/gso/textures/ships/interceptor_mk1.png",
|
|
"stats": {
|
|
"attack": 10,
|
|
"speed": 24,
|
|
"defense": 6,
|
|
"hull": 60
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"loot"
|
|
],
|
|
"requirements": {
|
|
"level": 2
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |