This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/items/ships/starter_cruiser_uncommon.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
}
}
}