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, }