Lowered required kills, and removed destroy cap ship objectives.
This commit is contained in:
parent
6088a98a40
commit
2f71467e3b
|
@ -9,7 +9,7 @@
|
||||||
"unwinnable" : 1,
|
"unwinnable" : 1,
|
||||||
"epic" : {
|
"epic" : {
|
||||||
"fighterLimit" : 18,
|
"fighterLimit" : 18,
|
||||||
"kills" : 55,
|
"kills" : 45,
|
||||||
"unlimitedEnemies" : 1
|
"unlimitedEnemies" : 1
|
||||||
},
|
},
|
||||||
"objectives" : [
|
"objectives" : [
|
||||||
|
@ -19,18 +19,6 @@
|
||||||
"targetValue" : 1,
|
"targetValue" : 1,
|
||||||
"targetType" : "TT_DESTROY",
|
"targetType" : "TT_DESTROY",
|
||||||
"isEliminateAll" : 1
|
"isEliminateAll" : 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"description" : "Destroy INF Mora",
|
|
||||||
"targetName" : "INF Mora",
|
|
||||||
"targetValue" : 1,
|
|
||||||
"targetType" : "TT_DESTROY"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description" : "Destroy INF Karambit",
|
|
||||||
"targetName" : "INF Karambit",
|
|
||||||
"targetValue" : 1,
|
|
||||||
"targetType" : "TT_DESTROY"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"player" : {
|
"player" : {
|
||||||
|
|
Loading…
Reference in New Issue