28 lines
618 B
JSON
28 lines
618 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "heavy_cruiser_rare",
|
|
"name": "Heavy Cruiser",
|
|
"type": "ship",
|
|
"rarity": "rare",
|
|
"price": 35000,
|
|
"currency": "credits",
|
|
"description": "Powerful heavy cruiser with superior firepower and armour",
|
|
"texture": "assets/gso/textures/ships/heavy_cruiser_rare.png",
|
|
"stats": {
|
|
"attack": 28,
|
|
"speed": 8,
|
|
"defense": 25,
|
|
"hull": 200
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_reward"
|
|
],
|
|
"requirements": {
|
|
"level": 12
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |