summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Campaigns/01/Missions.def
diff options
context:
space:
mode:
Diffstat (limited to 'data/shatter/Campaigns/01/Missions.def')
-rw-r--r--data/shatter/Campaigns/01/Missions.def57
1 files changed, 57 insertions, 0 deletions
diff --git a/data/shatter/Campaigns/01/Missions.def b/data/shatter/Campaigns/01/Missions.def
new file mode 100644
index 0000000..c643f85
--- /dev/null
+++ b/data/shatter/Campaigns/01/Missions.def
@@ -0,0 +1,57 @@
+MISSIONLIST
+
+mission: {
+ id: 1,
+ name: "1. Basic Space Flight",
+ desc: "Space-based fighters. Practice launching, flying, docking, and basic spaceborne maneuvering.",
+ start: "01/09:23:00",
+ script: "T1.def"
+}
+
+mission: {
+ id: 2,
+ name: "2. Target Practice",
+ desc: "Space-based fighters. Practice pairs combat against target drones.",
+ start: "01/11:15:00",
+ script: "T2.def"
+}
+
+mission: {
+ id: 3,
+ name: "3. Flight School",
+ desc: "Airborne fighters. Practice takeoffs, landings, and basic atmospheric maneuvering.",
+ start: "01/16:23:00",
+ script: "T3.def"
+}
+
+mission: {
+ id: 4,
+ name: "4. Ground Strike",
+ desc: "Air-to-ground action. Practice destroying ground targets.",
+ start: "02/05:35:00",
+ script: "T4.def"
+}
+
+mission: {
+ id: 5,
+ name: "5. Training Cruise",
+ desc: "Learn to command starships. Practice engaging target drones with a Frigate class ship.",
+ start: "03/15:20:00",
+ script: "T5.def"
+}
+
+mission: {
+ id: 6,
+ name: "6. Advanced Starship Combat",
+ desc: "Learn to command starships. Practice engaging starship targets with a Destroyer class ship.",
+ start: "04/11:00:00",
+ script: "T6.def"
+}
+
+mission: {
+ id: 7,
+ name: "7. Carrier Operations",
+ desc: "Learn to direct fleet operations. Practice orbital carrier operations.",
+ start: "05/09:30:00",
+ script: "T7.def"
+}