28 lines
615 B
JSON
28 lines
615 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "starter_cruiser_rare",
|
|
"name": "Starter Cruiser III",
|
|
"type": "ship",
|
|
"rarity": "rare",
|
|
"price": 25000,
|
|
"currency": "credits",
|
|
"description": "Elite starter cruiser with maximum upgrades",
|
|
"texture": "assets/gso/textures/ships/starter_cruiser_rare.png",
|
|
"stats": {
|
|
"attack": 22,
|
|
"speed": 15,
|
|
"defense": 18,
|
|
"hull": 150
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_reward"
|
|
],
|
|
"requirements": {
|
|
"level": 10
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |