28 lines
628 B
JSON
28 lines
628 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "starter_cruiser_uncommon",
|
|
"name": "Starter Cruiser II",
|
|
"type": "ship",
|
|
"rarity": "uncommon",
|
|
"price": 12000,
|
|
"currency": "credits",
|
|
"description": "Upgraded starter cruiser with enhanced systems",
|
|
"texture": "assets/gso/textures/ships/starter_cruiser_uncommon.png",
|
|
"stats": {
|
|
"attack": 18,
|
|
"speed": 12,
|
|
"defense": 15,
|
|
"hull": 120
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_reward"
|
|
],
|
|
"requirements": {
|
|
"level": 5
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |