28 lines
592 B
JSON
28 lines
592 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "siege_dreadnought",
|
|
"name": "Siege Dreadnought",
|
|
"type": "ship",
|
|
"rarity": "legendary",
|
|
"price": 120000,
|
|
"currency": "credits",
|
|
"description": "Siege Dreadnought class starship.",
|
|
"texture": "assets/gso/textures/ships/siege_dreadnought.png",
|
|
"stats": {
|
|
"attack": 90,
|
|
"speed": 6,
|
|
"defense": 55,
|
|
"hull": 760
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"loot"
|
|
],
|
|
"requirements": {
|
|
"level": 20
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |