From 4fb7d9058448e1a32799a2ca648b708d5a659221 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 26 Apr 2016 10:55:30 +0100 Subject: [PATCH] Use "isEliminateAll" objective type. --- data/missions/clarke/01 - clarke defence #1.json | 7 ++++--- data/missions/coyote/02 - coyote assault #2.json | 7 ++++--- data/missions/iliad/02 - iliad defence #2.json | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/data/missions/clarke/01 - clarke defence #1.json b/data/missions/clarke/01 - clarke defence #1.json index 4b98028..a272b67 100644 --- a/data/missions/clarke/01 - clarke defence #1.json +++ b/data/missions/clarke/01 - clarke defence #1.json @@ -11,9 +11,10 @@ "objectives" : [ { "description" : "Destroy all enemy targets", - "targetName" : "Pandoran", - "targetValue" : 80, - "targetType" : "TT_DESTROY" + "targetName" : "ENEMY", + "targetValue" : 1, + "targetType" : "TT_DESTROY", + "isEliminateAll" : 1 } ], "player" : { diff --git a/data/missions/coyote/02 - coyote assault #2.json b/data/missions/coyote/02 - coyote assault #2.json index fa850e3..6d4a990 100644 --- a/data/missions/coyote/02 - coyote assault #2.json +++ b/data/missions/coyote/02 - coyote assault #2.json @@ -11,9 +11,10 @@ "objectives" : [ { "description" : "Destroy all enemy targets", - "targetName" : "Pandoran", - "targetValue" : 75, - "targetType" : "TT_DESTROY" + "targetName" : "ENEMY", + "targetValue" : 1, + "targetType" : "TT_DESTROY", + "isEliminateAll" : 1 } ], "player" : { diff --git a/data/missions/iliad/02 - iliad defence #2.json b/data/missions/iliad/02 - iliad defence #2.json index 2164ee6..1c21712 100644 --- a/data/missions/iliad/02 - iliad defence #2.json +++ b/data/missions/iliad/02 - iliad defence #2.json @@ -11,9 +11,10 @@ "objectives" : [ { "description" : "Destroy all enemy targets", - "targetName" : "Pandoran", - "targetValue" : 50, - "targetType" : "TT_DESTROY" + "targetName" : "ENEMY", + "targetValue" : 1, + "targetType" : "TT_DESTROY", + "isEliminateAll" : 1 } ], "player" : {