{ "name" : "Suspect Packages #2", "description" : "The crates were found to be carrying a variety of munitions, though we're still unsure of where they came from. We're dispatching shuttles to accompany the next few patrols, in case we should encounter any more.", "background" : "gfx/backgrounds/background03.jpg", "requires" : 4, "planet" : "gfx/planets/bluePlanet.png", "music" : "music/battle/determination.mp3", "manualComplete" : 1, "waypointAutoAdvance" : 1, "objectives" : [ { "description" : "Check all wayponts", "targetName" : "Waypoint", "targetValue" : 4, "targetType" : "TT_WAYPOINT" }, { "description" : "Retrieve packages", "targetName" : "package", "targetValue" : 2, "targetType" : "TT_ITEM", "active" : 0 }, { "description" : "Bring in stranded Dart", "targetName" : "Stranded Dart", "targetValue" : 1, "targetType" : "TT_STOLEN", "active" : 0 }, { "description" : "Do not destroy stranded Dart", "targetName" : "Stranded Dart", "targetValue" : 1, "targetType" : "TT_DESTROY", "isCondition" : 1, "active" : 0 }, { "description" : "Destroy intercepting Darts", "targetName" : "Dart", "targetValue" : 7, "targetType" : "TT_DESTROY", "active" : 0 } ], "player" : { "pilot" : "Lt. Cdr. Daniel Carr", "squadron" : "Iron Patriots", "type" : "TAF", "side" : "SIDE_ALLIES", "x" : 10, "y" : 8 }, "fighters" : [ { "types" : "TAF", "side" : "SIDE_ALLIES", "x" : 9.5, "y" : 8, "number" : 3, "scatter" : 500 }, { "types" : "Shuttle", "side" : "SIDE_ALLIES", "x" : 10.5, "y" : 8 }, { "name" : "Stranded Dart", "types" : "Dart", "side" : "SIDE_PIRATE", "x" : 25, "y" : 25, "flags" : "EF_NO_KILL+EF_MISSION_TARGET+EF_DISABLED", "active" : 0 }, { "name" : "Tug", "types" : "Tug", "side" : "SIDE_ALLIES", "x" : 10, "y" : 8, "active" : 0 }, { "name" : "Dart", "types" : "Dart", "side" : "SIDE_PIRATE", "x" : 10, "y" : 8, "number" : 7, "scatter" : 1000, "active" : 0 } ], "entities" : [ { "type" : "ET_WAYPOINT", "number" : 4, "x" : 12, "y" : 25, "scatter" : 10000, "active" : 0 }, { "name" : "Jumpgate", "type" : "ET_JUMPGATE", "x" : 10, "y" : 8, "flags" : "+EF_DISABLED+EF_NO_HEALTH_BAR" } ], "items" : [ { "name" : "package", "number" : 2, "type" : "smallCrate", "x" : 10, "y" : 18, "scatter" : 2000, "flags" : "+EF_MISSION_TARGET", "active" : 0 } ], "script" : [ { "function" : "Waypoint #2", "lines" : [ "WAIT 1", "MSG_BOX Alexandria Orbital;Iron Patriots, we're again identifying a handful of crates drifting close to your current position. Please effect pick up.", "ACTIVATE_ENTITIES package", "ACTIVATE_OBJECTIVES Retrieve packages", "MSG_BOX Carr;Got it. Heading to the first one now." ] }, { "function" : "Waypoint #4", "lines" : [ "WAIT 1", "MSG_BOX Alexandria Orbital;Iron Patriots, a stranded Dart has been spotted nearby. A tug has been dispatch to bring it in. Please escort it to the target's location.", "MSG_BOX Carr;Know anything about the occupant, or affiliation?", "MSG_BOX Alexandria Orbital;Negative, Lieutenant. We'll know more once it's brought in.", "ACTIVATE_ENTITIES Stranded Dart;Tug", "ACTIVATE_OBJECTIVES Bring in stranded Dart;Do not destroy stranded Dart" ] }, { "function" : "TOWING Stranded Dart", "lines" : [ "WAIT 2", "MSG_BOX Tug;Tow cable attached. Ready to head home.", "MSG_BOX Carr;We're done here. Let's bring our mystery guest in.", "ACTIVATE_JUMPGATE 1", "WAIT 20", "ACTIVATE_ENTITIES Dart", "ACTIVATE_OBJECTIVES Destroy intercepting Darts", "MSG_BOX Wingmate;Dan, we've got hostile vessels inbound. More Darts.", "MSG_BOX Carr;Prepare to engage. Protect the asset!" ] }, { "function" : "ALL_OBJECTIVES_COMPLETE", "lines" : [ "WAIT 2", "MSG_BOX Carr;Alexandria, package delivered.", "MSG_BOX Carr;Excellent work, Lieutenant. Let's see what all this tell us. Come on home.", "WAIT_MSG_BOX", "COMPLETE_MISSION" ] } ] }