Tweaked Warro mission to require fewer civilians to rescue.

This commit is contained in:
Steve 2015-11-13 23:35:17 +00:00
parent 7df9ad09e2
commit af82086298
1 changed files with 10 additions and 19 deletions

View File

@ -8,7 +8,7 @@
{ {
"description" : "Rescue all civilians", "description" : "Rescue all civilians",
"targetName" : "Civilian", "targetName" : "Civilian",
"targetValue" : 36, "targetValue" : 8,
"targetType" : "TT_ESCAPED" "targetType" : "TT_ESCAPED"
} }
], ],
@ -30,38 +30,29 @@
}, },
{ {
"types" : "Civilian", "types" : "Civilian",
"number" : 12, "number" : 4,
"name" : "Civilian", "name" : "Civilian",
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 18, "x" : 18,
"y" : 20, "y" : 25,
"scatter" : 5000 "scatter" : 1500
}, },
{ {
"types" : "Civilian", "types" : "Civilian",
"number" : 12, "number" : 4,
"name" : "Civilian", "name" : "Civilian",
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"x" : 35, "x" : 32,
"y" : 28, "y" : 25,
"scatter" : 5000 "scatter" : 1500
},
{
"types" : "Civilian",
"number" : 12,
"name" : "Civilian",
"side" : "SIDE_ALLIES",
"x" : 20,
"y" : 12,
"scatter" : 5000
} }
], ],
"entities" : [ "entities" : [
{ {
"name" : "Extraction Point", "name" : "Extraction Point",
"type" : "ET_EXTRACTION_POINT", "type" : "ET_EXTRACTION_POINT",
"x" : 22, "x" : 25,
"y" : 24 "y" : 25
} }
] ]
} }