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/Missions/05-Execution.def | 179 +++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 data/shatter/Missions/05-Execution.def (limited to 'data/shatter/Missions/05-Execution.def') diff --git a/data/shatter/Missions/05-Execution.def b/data/shatter/Missions/05-Execution.def new file mode 100644 index 0000000..9488667 --- /dev/null +++ b/data/shatter/Missions/05-Execution.def @@ -0,0 +1,179 @@ +MISSION + +name: "05. Execution is Everything" +type: ASSAULT +system: Renser +region: Lornas + +start: "04/19:20:00" +degrees: true + +sitrep: "A group of smugglers broke out of Solus impound three days " + "ago. They were able to bypass customs in Khaital and reached " + "the Lornas asteroid belt this morning. We believe we have " + "located their ship, but with all the clutter from the belt, " + "it is hard to be certain.\n\n" + + "Your element is to sweep the asteroid field and find the " + "smugglers' ship. Escort them back to the fleet where they " + "can be safely apprehended. We would prefer to take them alive, " + "but use whatever means are necessary to prevent their escape." + +objective: "* Sweep the Lornas asteroid belt\n" + "* Escort the smugglers back to the fleet\n" + "* Return safely to base" + + +ship: { + name: Archon, + design: Orion, + loc: (0, 0, 2000), + count: 1, + iff: 1, + command_ai: 0, +} + +ship: { + name: Gerson, + design: Asher, + loc: (-20e3, 7e3, 2300), + count: 1, + iff: 1, + command_ai: 0, + commander: Archon, +} + +ship: { + name: Simmons, + design: Asher, + loc: (16e3, -2e3, 2100), + count: 1, + iff: 1, + command_ai: 0, + commander: Archon, +} + +element: { + name: Avengers, + design: Falcon, + count: 24, + maint_count: 4, + dead_count: 4, + carrier: Archon, + iff: 1, +} + +element: { + name: Warbirds, + design: Thunderbolt, + count: 12, + maint_count: 4, + dead_count: 4, + carrier: Archon, + iff: 1, +} + +ship: { + name: Mustang, + design: Thunderbolt, + loc: (2e3, 1e3, 3e3), + count: 2, + iff: 1, + player: 1, + squadron: Warbirds, + mission: assault, + alert: true, + + loadout: { ship: -1, name: "Ship Strike" }, + + objective: { cmd: assault, tgt: Vagabond }, + objective: { cmd: RTB }, + + navpt: { cmd: vector, loc: ( 40e3, -115e3, 0), speed: 500 }, + navpt: { cmd: assault, tgt: Vagabond, loc: (-20e3, -160e3, 0), speed: 500 }, +} + + +// ***** BAD GUYS ***** + +ship: { + name: Vagabond + design: Marauder + rloc: { ref: "Mustang:2", dex: 40e3 }, + iff: 3, + intel: Known +} + +ship: { + name: Sidus, + design: Volnaris, + loc: (0, 0, 0), + region: Renser, + iff: 2, + intel: Secret, + hold: 250, + + navpt: { cmd: vector, rloc: { ref: Vagabond, dex: 50e3 }, rgn: Lornas, speed: 750 }, +} + +ship: { + name: Orinoco, + design: Tiger, + loc: (10e3, 0, 0), + region: Renser, + iff: 2, + intel: Secret, + hold: 250, + + navpt: { cmd: vector, rloc: { ref: Vagabond, dex: 70e3 }, rgn: Lornas, speed: 750 }, +} + + +// ***** EVENTS ***** + +event: { + id: 1, + event: Message, + sound: "Vox/Misc/M05-E01.ogg", + event_message: "This is the Hegemony Warship Sidus to all unauthorized vessels in Lornas sector:", + + trigger: Jump, + trigger_ship: Sidus, + delay: 10, +} + +event: { + id: 2, + event: Message, + sound: "Vox/Misc/M05-E02.ogg", + event_message: "You are ordered to leave the area immediately or be destroyed.", + + trigger: Event, + trigger_param: 1, + delay: 6, +} + +event: { + id: 10, + event: Message, + sound: "Vox/Misc/M05-E10.ogg", + event_message: "We have two Hegemony warships inbound." + event_source: Archon, + event_ship: Mustang, + + trigger: Event, + trigger_param: 1, + delay: 8, +} + +event: { + id: 11, + event: Message, + sound: "Vox/Misc/M05-E11.ogg", + event_message: "Destroy the smugglers and return to base ASAP.", + + trigger: Event, + trigger_param: 10, + delay: 3, +} + -- cgit v1.1