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/raider_elite.json

28 lines
570 B
JSON

{
"templates": {
"ship": {
"id": "raider_elite",
"name": "Raider Elite",
"type": "ship",
"rarity": "uncommon",
"price": 14000,
"currency": "credits",
"description": "Raider Elite class starship.",
"texture": "assets/gso/textures/ships/raider_elite.png",
"stats": {
"attack": 18,
"speed": 22,
"defense": 10,
"hull": 110
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 5
},
"stackable": false
}
}
}