diff --git a/data/missions/temper/03 - pirate uprising #3.json b/data/missions/temper/03 - pirate uprising #3.json index e227332..e22a5aa 100644 --- a/data/missions/temper/03 - pirate uprising #3.json +++ b/data/missions/temper/03 - pirate uprising #3.json @@ -24,6 +24,13 @@ "targetValue" : 1, "targetType" : "TT_DESTROY", "isCondition" : 1 + }, + { + "description" : "Do not let Pirate Leader Escape", + "targetName" : "Pirate Leader", + "targetValue" : 1, + "targetType" : "TT_ESCAPED", + "isCondition" : 1 } ], "challenges" : [ @@ -49,7 +56,8 @@ "side" : "SIDE_PIRATE", "x" : 12, "y" : 25, - "flags" : "EF_NO_KILL+EF_MUST_DISABLE+EF_MISSION_TARGET" + "flags" : "EF_NO_KILL+EF_MUST_DISABLE+EF_MISSION_TARGET", + "aiFlags" : "AIF_RETREATS" } ], "fighterGroups" : [ @@ -71,5 +79,13 @@ "y" : 25, "scatter" : 1000 } + ], + "entities" : [ + { + "name" : "Extraction Point", + "type" : "ET_EXTRACTION_POINT", + "x" : 26, + "y" : 25 + } ] }