From d289918bfdf7635ec3bb2c94d8255da2b2572aea Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 6 Feb 2022 19:14:54 +0100 Subject: Added datafiles to the repository This includes only text files from the most common distribution of content.dat and shatter.dat. --- data/shatter/Campaigns/01/Missions.def | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 data/shatter/Campaigns/01/Missions.def (limited to 'data/shatter/Campaigns/01/Missions.def') 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" +} -- cgit v1.1