28 lines
590 B
JSON
28 lines
590 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "explorer_longrange",
|
|
"name": "Long Range Explorer",
|
|
"type": "ship",
|
|
"rarity": "common",
|
|
"price": 8000,
|
|
"currency": "credits",
|
|
"description": "Long Range Explorer class starship.",
|
|
"texture": "assets/gso/textures/ships/explorer_longrange.png",
|
|
"stats": {
|
|
"attack": 8,
|
|
"speed": 23,
|
|
"defense": 8,
|
|
"hull": 90
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"loot"
|
|
],
|
|
"requirements": {
|
|
"level": 3
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |