Skip to content

Commit 38e6397

Browse files
Require player to destroy Pandoran fighters.
1 parent 9d08e9a commit 38e6397

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

data/missions/warro/02 - evacuation #2.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"targetValue" : 2,
2020
"targetType" : "TT_DESTROY",
2121
"isCondition" : 1
22+
},
23+
{
24+
"description" : "Eliminate Pandoran fighters",
25+
"targetName" : "Jackal",
26+
"targetValue" : 6,
27+
"targetType" : "TT_DESTROY",
28+
"active" : 0
2229
}
2330
],
2431
"player" : {
@@ -77,6 +84,7 @@
7784
"name" : "PandoranSpawner",
7885
"types" : "Jackal",
7986
"side" : "SIDE_PANDORAN",
87+
"aiFlags" : "+AIF_UNLIMITED_RANGE",
8088
"step" : 2,
8189
"interval" : 60,
8290
"total" : 6,
@@ -90,13 +98,14 @@
9098
"lines" : [
9199
"ACTIVATE_SPAWNER 1 PandoranSpawner",
92100
"IMPORTANT_MSG_BOX Wingmate;Gaskin, INF fighters spotted! Pandorans, without a doubt!",
93-
"MSG_BOX Gaskin;Break and attack! Protect the civilians!"
101+
"MSG_BOX Gaskin;Break and attack! Protect the civilians!",
102+
"WAIT_MSG_BOX",
103+
"ACTIVATE_OBJECTIVES Eliminate Pandoran fighters"
94104
]
95105
},
96106
{
97107
"function" : "ALL_OBJECTIVES_COMPLETE",
98108
"lines" : [
99-
"RETREAT_ENEMIES",
100109
"WAIT 1",
101110
"MSG_BOX Gaskin;That was a close one. Looks like they were scouting. We'll have to take extra precautions in future.",
102111
"WAIT_MSG_BOX",

0 commit comments

Comments
 (0)