2015-11-28 15:35:34 +01:00
{
"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" ,
2015-12-21 15:19:21 +01:00
"requires" : 4 ,
2015-11-28 15:35:34 +01:00
"planet" : "gfx/planets/bluePlanet.png" ,
2016-03-03 17:16:12 +01:00
"music" : "music/battle/determination.mp3" ,
2016-01-25 16:09:14 +01:00
"manualComplete" : 1 ,
2016-04-04 12:23:32 +02:00
"waypointAutoAdvance" : 1 ,
2015-11-28 15:35:34 +01:00
"objectives" : [
{
2015-12-20 15:31:16 +01:00
"description" : "Check all wayponts" ,
2015-11-28 15:35:34 +01:00
"targetName" : "Waypoint" ,
"targetValue" : 4 ,
"targetType" : "TT_WAYPOINT"
} ,
{
"description" : "Retrieve packages" ,
"targetName" : "package" ,
"targetValue" : 2 ,
"targetType" : "TT_ITEM" ,
"active" : 0
} ,
{
2015-12-20 15:31:16 +01:00
"description" : "Bring in stranded Dart" ,
2015-11-28 15:35:34 +01:00
"targetName" : "Stranded Dart" ,
"targetValue" : 1 ,
"targetType" : "TT_ESCAPED" ,
"active" : 0
} ,
2015-11-29 13:55:15 +01:00
{
2015-12-20 15:31:16 +01:00
"description" : "Do not destroy stranded Dart" ,
2015-11-29 13:55:15 +01:00
"targetName" : "Stranded Dart" ,
"targetValue" : 1 ,
"targetType" : "TT_DESTROY" ,
"isCondition" : 1 ,
"active" : 0
} ,
2015-11-28 15:35:34 +01:00
{
2015-12-18 15:28:44 +01:00
"description" : "Destroy intercepting Darts" ,
2015-11-28 15:35:34 +01:00
"targetName" : "Dart" ,
"targetValue" : 7 ,
"targetType" : "TT_DESTROY" ,
"active" : 0
}
] ,
"player" : {
2015-11-29 13:55:15 +01:00
"pilot" : "Lt. Cdr. Daniel Carr" ,
2015-11-28 15:35:34 +01:00
"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 ,
2015-11-29 17:51:33 +01:00
"x" : 12 ,
2015-11-28 15:35:34 +01:00
"y" : 18 ,
2015-11-28 16:03:51 +01:00
"scatter" : 10000 ,
"active" : 0
2015-11-28 15:35:34 +01:00
} ,
{
2016-03-07 18:12:21 +01:00
"name" : "Jumpgate" ,
"type" : "ET_JUMPGATE" ,
2015-11-28 15:35:34 +01:00
"x" : 10 ,
"y" : 8 ,
2016-03-12 13:35:05 +01:00
"flags" : "+EF_DISABLED"
2015-11-28 15:35:34 +01:00
}
] ,
"items" : [
{
"name" : "package" ,
"number" : 2 ,
"type" : "smallCrate" ,
"x" : 10 ,
"y" : 18 ,
"scatter" : 1000 ,
"flags" : "EF_MISSION_TARGET" ,
"active" : 0
}
] ,
"script" : [
{
"function" : "Waypoint #2" ,
"lines" : [
2015-11-29 17:51:33 +01:00
"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." ,
2015-11-29 13:55:15 +01:00
"ACTIVATE_ENTITIES package" ,
2015-12-18 15:28:44 +01:00
"ACTIVATE_OBJECTIVES Retrieve packages" ,
2015-11-29 17:51:33 +01:00
"MSG_BOX Carr;Got it. Heading to the first one now"
2015-11-28 15:35:34 +01:00
]
} ,
{
"function" : "Waypoint #4" ,
"lines" : [
2015-11-29 17:51:33 +01:00
"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?" ,
2015-11-28 18:00:54 +01:00
"MSG_BOX Alexandria Orbital;Negative, Lieutenant. We'll know more once it's brought in." ,
2015-11-29 13:55:15 +01:00
"ACTIVATE_ENTITIES Stranded Dart;Tug" ,
2015-12-18 15:28:44 +01:00
"ACTIVATE_OBJECTIVES Bring in Stranded Dart;Do not destroy Stranded Dart"
2015-11-28 15:35:34 +01:00
]
} ,
{
"function" : "TOWING Stranded Dart" ,
"lines" : [
"WAIT 2" ,
2015-11-28 18:00:54 +01:00
"MSG_BOX Tug;Tow cable attached. Ready to head home." ,
2015-11-29 17:51:33 +01:00
"MSG_BOX Carr;We're done here. Let's bring our mystery guest in." ,
2016-03-12 13:35:05 +01:00
"ACTIVATE_JUMPGATE 1" ,
2015-11-28 15:35:34 +01:00
"WAIT 20" ,
2015-11-29 13:55:15 +01:00
"ACTIVATE_ENTITIES Dart" ,
2015-12-18 15:28:44 +01:00
"ACTIVATE_OBJECTIVES Destroy intercepting Darts" ,
2015-12-02 20:17:40 +01:00
"MSG_BOX Wingmate;Dan, we've got hostile vessels inbound. More Darts." ,
2015-11-29 17:51:33 +01:00
"MSG_BOX Carr;Prepare to engage. Protect the asset!"
]
} ,
{
2016-02-25 11:52:01 +01:00
"function" : "ALL_OBJECTIVES_COMPLETE" ,
2015-11-29 17:51:33 +01:00
"lines" : [
"WAIT 2" ,
"MSG_BOX Carr;Alexandria, packaged delivered." ,
"MSG_BOX Carr;Excellent work, Lieutenant. Let's see what all this tell us. Come on home." ,
"WAIT_MSG_BOX" ,
"COMPLETE_MISSION"
2015-11-28 15:35:34 +01:00
]
}
]
}