diff --git a/data/missions/alba/09 - alba defence #4.json b/data/missions/alba/09 - alba defence #4.json index 7db910e..6d67595 100644 --- a/data/missions/alba/09 - alba defence #4.json +++ b/data/missions/alba/09 - alba defence #4.json @@ -14,6 +14,13 @@ "targetType" : "TT_DESTROY", "isCondition" : 1 }, + { + "description" : "Eliminate all Pandoran opposition", + "targetName" : "ENEMY", + "targetValue" : 1, + "targetType" : "TT_DESTROY", + "isEliminateAll" : 1 + }, { "description" : "Destroy INF Stiletto", "targetName" : "INF Stiletto", @@ -27,14 +34,6 @@ "targetValue" : 1, "targetType" : "TT_DESTROY", "active" : 0 - }, - { - "description" : "Eliminate all remaining Pandoran opposition", - "targetName" : "ENEMY", - "targetValue" : 1, - "targetType" : "TT_DESTROY", - "isEliminateAll" : 1, - "active" : 0 } ], "player" : { @@ -124,7 +123,7 @@ ] }, { - "function" : "TIME 30", + "function" : "TIME 45", "lines" : [ "ACTIVATE_ENTITIES INF Stiletto", "ACTIVATE_OBJECTIVES Destroy INF Stiletto", @@ -132,7 +131,7 @@ ] }, { - "function" : "TIME 60", + "function" : "TIME 120", "lines" : [ "ACTIVATE_ENTITIES INF BC-41", "ACTIVATE_OBJECTIVES Destroy INF BC-41", @@ -149,6 +148,19 @@ "ACTIVATE_SPAWNER 0 civSpawner", "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" + ] } ] }