-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdata.json
23 lines (23 loc) · 865 Bytes
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"shipTypes": [
{ "id": "miner", "name": "Miner", "label": "Miners" },
{
"id": "surface-miner",
"name": "Surface Miner",
"label": "Surface Miners"
},
{ "id": "starter", "name": "Starter Ship", "label": "Starter Ships" },
{
"id": "asteroid-hauler",
"name": "Asteroid Hauler",
"label": "Asteroid Haulers"
},
{ "id": "hauler", "name": "Hauler", "label": "Haulers" },
{ "id": "salvager", "name": "Salvager", "label": "Salvagers" },
{ "id": "fighter", "name": "Fighter", "label": "Fighters" },
{ "id": "command-ship", "name": "Command Ship", "label": "Command Ships" },
{ "id": "transport", "name": "Transport", "label": "Transports" },
{ "id": "explorer", "name": "Explorer", "label": "Explorers" },
{ "id": "supply-ship", "name": "Supply Ship", "label": "Supply Ships" }
]
}