Require player to destroy Pandoran fighters.
This commit is contained in:
parent
9d08e9ae16
commit
38e6397b74
|
@ -19,6 +19,13 @@
|
||||||
"targetValue" : 2,
|
"targetValue" : 2,
|
||||||
"targetType" : "TT_DESTROY",
|
"targetType" : "TT_DESTROY",
|
||||||
"isCondition" : 1
|
"isCondition" : 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description" : "Eliminate Pandoran fighters",
|
||||||
|
"targetName" : "Jackal",
|
||||||
|
"targetValue" : 6,
|
||||||
|
"targetType" : "TT_DESTROY",
|
||||||
|
"active" : 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"player" : {
|
"player" : {
|
||||||
|
@ -77,6 +84,7 @@
|
||||||
"name" : "PandoranSpawner",
|
"name" : "PandoranSpawner",
|
||||||
"types" : "Jackal",
|
"types" : "Jackal",
|
||||||
"side" : "SIDE_PANDORAN",
|
"side" : "SIDE_PANDORAN",
|
||||||
|
"aiFlags" : "+AIF_UNLIMITED_RANGE",
|
||||||
"step" : 2,
|
"step" : 2,
|
||||||
"interval" : 60,
|
"interval" : 60,
|
||||||
"total" : 6,
|
"total" : 6,
|
||||||
|
@ -90,13 +98,14 @@
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"ACTIVATE_SPAWNER 1 PandoranSpawner",
|
"ACTIVATE_SPAWNER 1 PandoranSpawner",
|
||||||
"IMPORTANT_MSG_BOX Wingmate;Gaskin, INF fighters spotted! Pandorans, without a doubt!",
|
"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",
|
"function" : "ALL_OBJECTIVES_COMPLETE",
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"RETREAT_ENEMIES",
|
|
||||||
"WAIT 1",
|
"WAIT 1",
|
||||||
"MSG_BOX Gaskin;That was a close one. Looks like they were scouting. We'll have to take extra precautions in future.",
|
"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",
|
"WAIT_MSG_BOX",
|
||||||
|
|
Loading…
Reference in New Issue