summaryrefslogtreecommitdiffhomepage
path: root/data/content/Missions/Missions.def
blob: 966c7ff1cd589b5257bc0d458ca84d41fe2e76ae (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
MISSIONLIST

mission: {
   id:      1,
   name:    "msn.s01.name",
   type:    PATROL,
   desc:    "msn.s01.desc",
   start:   "00/08:00:00",
   system:  Ostara,
   region:  Aram,
   script:  "01-Alert.def"
}

mission: {
   id:      2,
   name:    "msn.s02.name",
   type:    ESCORT_STRIKE,
   desc:    "msn.s02.desc",
   start:   "01/11:00:00",
   system:  Loris,
   region:  Loris,
   script:  "02-Wings.def"
}

mission: {
   id:      3,
   name:    "msn.s03.name",
   type:    ESCORT_SHUTTLE,
   desc:    "msn.s03.desc",
   start:   "02/18:10:00",
   system:  Solus,
   region:  Telmera,
   script:  "03-Honor.def"
}

mission: {
   id:      4,
   name:    "msn.s04.name",
   type:    STRIKE,
   desc:    "msn.s04.desc",
   start:   "03/09:05:00",
   system:  Haiche,
   region:  Haiche,
   script:  "04-Sand.def"
}

mission: {
   id:      5,
   name:    "msn.s05.name",
   type:    ASSAULT,
   desc:    "msn.s05.desc",
   start:   "04/19:20:00",
   system:  Renser,
   region:  Lornas,
   script:  "05-Execution.def"
}

mission: {
   id:      6,
   name:    "msn.s06.name",
   type:    STRIKE,
   desc:    "msn.s06.desc",
   start:   "05/10:34:00",
   system:  Radix,
   region:  "Shadow Canyon",
   script:  "06-SEAD.def"
}

mission: {
   id:      7,
   name:    "msn.s07.name",
   type:    ESCORT_FREIGHT,
   desc:    "msn.s07.desc",
   start:   "06/16:21:00",
   system:  Borova,
   region:  Tulkas,
   script:  "07-SLGAM.def"
}

mission: {
   id:      8,
   name:    "msn.s08.name",
   type:    PATROL,
   desc:    "msn.s08.desc",
   start:   "07/23:29:00",
   system:  Solus,
   region:  Solus,
   script:  "08-Focus.def"
}

mission: {
   id:      9,
   name:    "msn.s09.name",
   type:    FLEET,
   desc:    "msn.s09.desc",
   start:   "08/09:34:00",
   system:  Paragon,
   region:  Paragon,
   script:  "09-Hounds.def"
}

mission: {
   id:      10,
   name:    "msn.s10.name",
   type:    FLIGHT_OPS,
   desc:    "msn.s10.desc",
   start:   "09/17:15:00",
   system:  Korius,
   region:  Korius,
   script:  "10-Angels.def"
}