28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "starter_cruiser_common",
|
|
"name": "Starter Cruiser",
|
|
"type": "ship",
|
|
"rarity": "common",
|
|
"price": 5000,
|
|
"currency": "credits",
|
|
"description": "Reliable starter cruiser for new pilots",
|
|
"texture": "assets/gso/textures/ships/starter_cruiser_common.png",
|
|
"stats": {
|
|
"attack": 15,
|
|
"speed": 10,
|
|
"defense": 12,
|
|
"hull": 100
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_reward"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |