Hide objective numbers.
This commit is contained in:
parent
2571fa0e6c
commit
0d3b8e3a54
|
@ -10,8 +10,9 @@
|
||||||
{
|
{
|
||||||
"description" : "Destroy all enemy targets",
|
"description" : "Destroy all enemy targets",
|
||||||
"targetName" : "Pandoran",
|
"targetName" : "Pandoran",
|
||||||
"targetValue" : 150,
|
"targetValue" : 999,
|
||||||
"targetType" : "TT_DESTROY"
|
"targetType" : "TT_DESTROY",
|
||||||
|
"hideNumbers" : 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"epic" : {
|
"epic" : {
|
||||||
|
|
|
@ -13,8 +13,9 @@
|
||||||
{
|
{
|
||||||
"description" : "Destroy all enemy targets",
|
"description" : "Destroy all enemy targets",
|
||||||
"targetName" : "Pandoran",
|
"targetName" : "Pandoran",
|
||||||
"targetValue" : 500,
|
"targetValue" : 999,
|
||||||
"targetType" : "TT_DESTROY"
|
"targetType" : "TT_DESTROY",
|
||||||
|
"hideNumbers" : 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"player" : {
|
"player" : {
|
||||||
|
|
Loading…
Reference in New Issue