Use "isEliminateAll" objective type.
This commit is contained in:
parent
262eefec6e
commit
4fb7d90584
|
@ -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" : {
|
||||
|
|
|
@ -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" : {
|
||||
|
|
|
@ -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" : {
|
||||
|
|
Loading…
Reference in New Issue