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

27 lines
597 B
JSON

{
"templates": {
"ship": {
"id": "dreadnought_legendary",
"name": "Dreadnought",
"type": "ship",
"rarity": "legendary",
"price": 500,
"currency": "gems",
"description": "The most powerful ship ever built \u2014 a living fortress",
"texture": "assets/gso/textures/ships/dreadnought_legendary.png",
"stats": {
"attack": 60,
"speed": 5,
"defense": 55,
"hull": 500
},
"categories": [
"shop"
],
"requirements": {
"level": 30
},
"stackable": false
}
}
}