Lowered difficulty.

This commit is contained in:
Steve 2015-12-20 14:31:25 +00:00
parent 5ac96998a0
commit 6c60772e72
1 changed files with 12 additions and 12 deletions

View File

@ -13,15 +13,15 @@
"targetType" : "TT_DESTROY" "targetType" : "TT_DESTROY"
}, },
{ {
"description" : "Eliminate Escorts", "description" : "Eliminate escorts",
"targetName" : "Pandoran", "targetName" : "Pandoran",
"targetValue" : 8, "targetValue" : 4,
"targetType" : "TT_DESTROY" "targetType" : "TT_DESTROY"
}, },
{ {
"description" : "Eliminate Reinforcements", "description" : "Eliminate reinforcements",
"targetName" : "Reinforcements", "targetName" : "Reinforcements",
"targetValue" : 6, "targetValue" : 4,
"targetType" : "TT_DESTROY", "targetType" : "TT_DESTROY",
"active": 0 "active": 0
}, },
@ -64,10 +64,10 @@
"name" : "Pandoran", "name" : "Pandoran",
"types" : "Jackal;Sphinx;Mantis", "types" : "Jackal;Sphinx;Mantis",
"side" : "SIDE_PANDORAN", "side" : "SIDE_PANDORAN",
"x" : 40, "x" : 20,
"y" : 40, "y" : 40,
"number" : 6, "number" : 4,
"scatter" : 1000, "scatter" : 0,
"aiFlags" : "+AIF_MOVES_TO_LEADER" "aiFlags" : "+AIF_MOVES_TO_LEADER"
}, },
{ {
@ -75,9 +75,9 @@
"groupName" : "Reinforcements", "groupName" : "Reinforcements",
"types" : "Jackal;Sphinx;Mantis", "types" : "Jackal;Sphinx;Mantis",
"side" : "SIDE_PANDORAN", "side" : "SIDE_PANDORAN",
"x" : 35, "x" : 45,
"y" : 35, "y" : 25,
"number" : 6, "number" : 4,
"scatter" : 0, "scatter" : 0,
"aiFlags" : "+AIF_MOVES_TO_LEADER", "aiFlags" : "+AIF_MOVES_TO_LEADER",
"active" : 0 "active" : 0
@ -95,11 +95,11 @@
], ],
"script" : [ "script" : [
{ {
"function" : "ENEMIES_KILLED 5", "function" : "ENEMIES_KILLED 4",
"lines" : [ "lines" : [
"WAIT 1", "WAIT 1",
"ACTIVATE_ENTITY_GROUPS Reinforcements", "ACTIVATE_ENTITY_GROUPS Reinforcements",
"ACTIVATE_OBJECTIVES Eliminate Reinforcements", "ACTIVATE_OBJECTIVES Eliminate reinforcements",
"MSG_BOX Wingmate;Commander, enemy reinforcements are enroute. Looks like more INF fighters.", "MSG_BOX Wingmate;Commander, enemy reinforcements are enroute. Looks like more INF fighters.",
"MSG_BOX Carlyle;Dammit! Let's make sure we fry these cap ships before any more turn up." "MSG_BOX Carlyle;Dammit! Let's make sure we fry these cap ships before any more turn up."
] ]