28 lines
598 B
JSON
28 lines
598 B
JSON
{
|
|
"templates": {
|
|
"ship": {
|
|
"id": "interceptor_common",
|
|
"name": "Interceptor",
|
|
"type": "ship",
|
|
"rarity": "common",
|
|
"price": 8000,
|
|
"currency": "credits",
|
|
"description": "Fast attack ship for hit-and-run tactics",
|
|
"texture": "assets/gso/textures/ships/interceptor_common.png",
|
|
"stats": {
|
|
"attack": 12,
|
|
"speed": 18,
|
|
"defense": 8,
|
|
"hull": 80
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_reward"
|
|
],
|
|
"requirements": {
|
|
"level": 3
|
|
},
|
|
"stackable": false
|
|
}
|
|
}
|
|
} |