27 lines
597 B
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
|
|
}
|
|
}
|
|
} |