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_common.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
}
}
}