This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
player1.json
70 lines (70 loc) · 1.73 KB
/
player1.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"version": "0.3.0",
"name": "Goon Squad",
"faction": "scum",
"points": 100,
"pilots": [
{
"name": "manaroo",
"ship": "jumpmaster5000",
"points": 35,
"upgrades": {
"ept": [
"attannimindlink"
],
"crew": [
"gonk"
],
"samd": [
"r5p8"
],
"illicit": [
"feedbackarray"
]
}
},
{
"name": "fennrau",
"ship": "protectoratestarfighter",
"points": 32,
"upgrades": {
"ept": [
"attannimindlink"
],
"title": [
"concorddawnprotector"
],
"mod": [
"autothrusters"
]
}
},
{
"name": "palobgodalhi",
"ship": "hwk290",
"points": 33,
"upgrades": {
"ept": [
"attannimindlink"
],
"turret": [
"twinlaserturret"
],
"crew": [
"dengar"
],
"title": [
"moldycrow"
]
}
}
],
"vendor": {
"voidstate": {
"squadron_id": 597997,
"link": "http://xwing-builder.co.uk/view/597997/goon-squad",
"builder": "Voidstate's Unofficial X-Wing Squadron Builder",
"builder_link": "http://xwing-builder.co.uk/build"
}
}
}