-
Notifications
You must be signed in to change notification settings - Fork 9
/
universe_server.config.patch
71 lines (70 loc) · 1.52 KB
/
universe_server.config.patch
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
71
[
[
{ "op" : "add",
"path" : "/speciesShips/arcanian",
"value" : [
"/ships/arcanian/arcaniant0.structure",
"/ships/arcanian/arcaniant1.structure",
"/ships/arcanian/arcaniant2.structure",
"/ships/arcanian/arcaniant3.structure",
"/ships/arcanian/arcaniant4.structure",
"/ships/arcanian/arcaniant5.structure",
"/ships/arcanian/arcaniant6.structure",
"/ships/arcanian/arcaniant7.structure",
"/ships/arcanian/arcaniant8.structure"
]
}
],
[
{ "op": "test",
"path": "/speciesShips/fumantis"
},
{ "op":"replace",
"path":"/speciesShips/arcanian/0",
"value": "/ships/fu_byos/fu_byos.structure"
}
],
[
{ "op": "test",
"path" : "/speciesShips/novakid/9"
},
{ "op": "add",
"path":"/speciesShips/arcanian/-",
"value": "/ships/byos/byos.structure"
}
],
[
{ "op" : "add",
"path" : "/speciesShips/gilten",
"value" : [
"/ships/gilten/t0.structure",
"/ships/gilten/t1.structure",
"/ships/gilten/t2.structure",
"/ships/gilten/t3.structure",
"/ships/gilten/t4.structure",
"/ships/gilten/t5.structure",
"/ships/gilten/t6.structure",
"/ships/gilten/t7.structure",
"/ships/gilten/t8.structure"
]
}
],
[
{ "op": "test",
"path": "/speciesShips/fumantis"
},
{ "op":"replace",
"path":"/speciesShips/gilten/0",
"value": "/ships/fu_byos/fu_byos.structure"
}
],
[
{ "op": "test",
"path" : "/speciesShips/novakid/9"
},
{ "op": "add",
"path":"/speciesShips/gilten/-",
"value": "/ships/byos/byos.structure"
}
]
]