Mission tweaks.
This commit is contained in:
parent
1757df1340
commit
dc8e582812
|
@ -14,6 +14,13 @@
|
||||||
"targetType" : "TT_DESTROY",
|
"targetType" : "TT_DESTROY",
|
||||||
"isCondition" : 1
|
"isCondition" : 1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description" : "Eliminate all Pandoran opposition",
|
||||||
|
"targetName" : "ENEMY",
|
||||||
|
"targetValue" : 1,
|
||||||
|
"targetType" : "TT_DESTROY",
|
||||||
|
"isEliminateAll" : 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description" : "Destroy INF Stiletto",
|
"description" : "Destroy INF Stiletto",
|
||||||
"targetName" : "INF Stiletto",
|
"targetName" : "INF Stiletto",
|
||||||
|
@ -27,14 +34,6 @@
|
||||||
"targetValue" : 1,
|
"targetValue" : 1,
|
||||||
"targetType" : "TT_DESTROY",
|
"targetType" : "TT_DESTROY",
|
||||||
"active" : 0
|
"active" : 0
|
||||||
},
|
|
||||||
{
|
|
||||||
"description" : "Eliminate all remaining Pandoran opposition",
|
|
||||||
"targetName" : "ENEMY",
|
|
||||||
"targetValue" : 1,
|
|
||||||
"targetType" : "TT_DESTROY",
|
|
||||||
"isEliminateAll" : 1,
|
|
||||||
"active" : 0
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"player" : {
|
"player" : {
|
||||||
|
@ -124,7 +123,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"function" : "TIME 30",
|
"function" : "TIME 45",
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"ACTIVATE_ENTITIES INF Stiletto",
|
"ACTIVATE_ENTITIES INF Stiletto",
|
||||||
"ACTIVATE_OBJECTIVES Destroy INF Stiletto",
|
"ACTIVATE_OBJECTIVES Destroy INF Stiletto",
|
||||||
|
@ -132,7 +131,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"function" : "TIME 60",
|
"function" : "TIME 120",
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"ACTIVATE_ENTITIES INF BC-41",
|
"ACTIVATE_ENTITIES INF BC-41",
|
||||||
"ACTIVATE_OBJECTIVES Destroy INF BC-41",
|
"ACTIVATE_OBJECTIVES Destroy INF BC-41",
|
||||||
|
@ -149,6 +148,19 @@
|
||||||
"ACTIVATE_SPAWNER 0 civSpawner",
|
"ACTIVATE_SPAWNER 0 civSpawner",
|
||||||
"ACTIVATE_OBJECTIVES Eliminate all remaining Pandoran opposition"
|
"ACTIVATE_OBJECTIVES Eliminate all remaining Pandoran opposition"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function" : "ALL_OBJECTIVES_COMPLETE",
|
||||||
|
"lines" : [
|
||||||
|
"WAIT 1",
|
||||||
|
"MSG_BOX Taylor;Area secure.",
|
||||||
|
"MSG_BOX Control;How's the jumpgate looking?",
|
||||||
|
"MSG_BOX Taylor;Some damage, but it's still operational.",
|
||||||
|
"MSG_BOX Control;Good work. Continue to guard the gate, and eliminate any incoming enemy threats.",
|
||||||
|
"MSG_BOX Taylor;Got it.",
|
||||||
|
"WAIT_MSG_BOX",
|
||||||
|
"COMPLETE_MISSION"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue