Added extraction point.

This commit is contained in:
Steve 2015-11-21 17:37:33 +00:00
parent 669ce654f2
commit e96ea6712c
1 changed files with 17 additions and 1 deletions

View File

@ -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
}
]
}