-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsample.json
38 lines (38 loc) · 922 Bytes
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "X-Squad",
"faction": "separatistalliance",
"description": "Test xws 2.0.0 data",
"points": 76,
"version": "2.0.0",
"pilots": [
{
"id": "bombardmentdrone",
"points": 44,
"upgrades": {
"modification": ["angleddeflectors"],
"configuration": ["landingstruts"],
"device": ["drk1probedroids"],
"sensor": ["trajectorysimulator"]
}
},
{
"id": "dfs311-vultureclassdroidfighter",
"points": 32,
"upgrades": {
"missile": ["clustermissiles"],
"modification": ["angleddeflectors"],
"configuration": ["grapplingstruts"]
},
"vendor": {
"pyxwb2": {
"url": "https://github.com/minsis/pyxwb2"
}
}
}
],
"vendor": {
"pyxwb2": {
"url": "https://github.com/minsis/pyxwb2"
}
}
}