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

28 lines
541 B
JSON

{
"templates": {
"ship": {
"id": "raider",
"name": "Raider",
"type": "ship",
"rarity": "common",
"price": 6000,
"currency": "credits",
"description": "Raider class starship.",
"texture": "assets/gso/textures/ships/raider.png",
"stats": {
"attack": 11,
"speed": 21,
"defense": 7,
"hull": 70
},
"categories": [
"shop",
"loot"
],
"requirements": {
"level": 2
},
"stackable": false
}
}
}