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" : {