Skip to content

Commit

Permalink
Require player to destroy Pandoran fighters.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjsweeney committed Jun 25, 2017
1 parent 9d08e9a commit 38e6397
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions data/missions/warro/02 - evacuation #2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"targetValue" : 2,
"targetType" : "TT_DESTROY",
"isCondition" : 1
},
{
"description" : "Eliminate Pandoran fighters",
"targetName" : "Jackal",
"targetValue" : 6,
"targetType" : "TT_DESTROY",
"active" : 0
}
],
"player" : {
Expand Down Expand Up @@ -77,6 +84,7 @@
"name" : "PandoranSpawner",
"types" : "Jackal",
"side" : "SIDE_PANDORAN",
"aiFlags" : "+AIF_UNLIMITED_RANGE",
"step" : 2,
"interval" : 60,
"total" : 6,
Expand All @@ -90,13 +98,14 @@
"lines" : [
"ACTIVATE_SPAWNER 1 PandoranSpawner",
"IMPORTANT_MSG_BOX Wingmate;Gaskin, INF fighters spotted! Pandorans, without a doubt!",
"MSG_BOX Gaskin;Break and attack! Protect the civilians!"
"MSG_BOX Gaskin;Break and attack! Protect the civilians!",
"WAIT_MSG_BOX",
"ACTIVATE_OBJECTIVES Eliminate Pandoran fighters"
]
},
{
"function" : "ALL_OBJECTIVES_COMPLETE",
"lines" : [
"RETREAT_ENEMIES",
"WAIT 1",
"MSG_BOX Gaskin;That was a close one. Looks like they were scouting. We'll have to take extra precautions in future.",
"WAIT_MSG_BOX",
Expand Down

0 comments on commit 38e6397

Please sign in to comment.