summaryrefslogtreecommitdiffhomepage
path: root/data/content/Multiplayer/D4.DEF
blob: 1722cb587bf47b7c6f4f80d1f759000549a84015 (plain)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
MISSION

id:     3
name:   "msn.m03.name"
desc:   "msn.m03.desc"
type:   "Patrol"
system: "Janus"
region: "Dante"

objective: "msn.m03.obj"

sitrep: "msn.m03.sitrep"

start: "82:34:00"

element: {
   name:      "Wraith",
   design:    "Spectre",
   mission:   "Fleet",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       1,
   player:    1,
   playable:  true,
   region:    "Dante",
   loc:       (0, 10000, 0),
}

element: {
   name:      "Nemesis",
   design:    "Spectre",
   commander: "Wraith",
   mission:   "Fleet",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       1,
   playable:  true,
   region:    "Dante",
   loc:       (45152, -320, -500),
}

element: {
   name:      "Bosporus",
   design:    "Berents",
   commander: "Wraith",
   mission:   "Escort",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       1,
   playable:  false,
   region:    "Dante",
   loc:       (-39475, -836, 1200),
}

element: {
   name:      "Barth",
   design:    "Berents",
   commander: "Wraith",
   mission:   "Escort",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       1,
   playable:  false,
   region:    "Dante",
   loc:       (64000, -13000, 0),

   objective: { cmd: Escort, tgt: "Nemesis" },
}

element: {
   name:      "Clarke",
   design:    "Asher",
   mission:   "Misc",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       2,
   playable:  true,
   region:    "Dante",
   loc:       (-20000, -145000, 1000),
   head:      3.142,
}

element: {
   name:      "Jackson",
   design:    "Asher",
   mission:   "Misc",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       2,
   playable:  true,
   region:    "Dante",
   loc:       (10000, -135000, 700),
   head:      3.142,
}

element: {
   name:      "Parker",
   design:    "Berents",
   commander: "Clarke",
   mission:   "Escort",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       2,
   playable:  false,
   region:    "Dante",
   loc:       (-25000, -135000, 1000),
   head:      3.142,
}

element: {
   name:      "Suffolk",
   design:    "Berents",
   commander: "Clarke",
   mission:   "Escort",

   intel:     "Secret",
   count:     1,
   command_ai:1,
   iff:       2,
   playable:  false,
   region:    "Dante",
   loc:       (45000, -135000, 0),
   head:      3.142,
}

// EOF