Mission tweaks.

This commit is contained in:
Steve 2016-04-19 13:59:00 +01:00
parent d871e48144
commit 259d565809
1 changed files with 36 additions and 16 deletions

View File

@ -28,7 +28,7 @@
}, },
{ {
"description" : "Protect Tzac Commanders", "description" : "Protect Tzac Commanders",
"targetName" : "Assassins", "targetName" : "Mercs",
"targetValue" : 24, "targetValue" : 24,
"targetType" : "TT_DESTROY", "targetType" : "TT_DESTROY",
"hideNumbers" : 1, "hideNumbers" : 1,
@ -70,7 +70,7 @@
"x" : 35, "x" : 35,
"y" : 25, "y" : 25,
"scatter" : 1000, "scatter" : 1000,
"flags" : "+EF_AI_LEADER+EF_MUST_DISABLE+EF_MISSION_TARGET", "flags" : "+EF_AI_LEADER+EF_MUST_DISABLE+EF_MISSION_TARGET+EF_AI_TARGET",
"aiFlags" : "+AIF_WANDERS" "aiFlags" : "+AIF_WANDERS"
}, },
{ {
@ -80,8 +80,8 @@
"x" : 35, "x" : 35,
"y" : 25, "y" : 25,
"scatter" : 1000, "scatter" : 1000,
"flags" : "+EF_AI_LEADER+EF_MUST_DISABLE+EF_MISSION_TARGET", "flags" : "+EF_MUST_DISABLE+EF_MISSION_TARGET+EF_AI_TARGET",
"flags" : "+EF_IMMORTAL" "aiFlags" : "+AIF_MOVES_TO_LEADER"
}, },
{ {
"groupName" : "Rebels-1", "groupName" : "Rebels-1",
@ -92,19 +92,39 @@
"number" : 8, "number" : 8,
"scatter" : 1000, "scatter" : 1000,
"aiFlags" : "+AIF_MOVES_TO_LEADER" "aiFlags" : "+AIF_MOVES_TO_LEADER"
} },
],
"spawners" : [
{ {
"name" : "MercSpawner", "groupName" : "Mercs",
"types" : "Dart", "types" : "Dart;Rocket Dart",
"side" : "SIDE_MERC", "side" : "SIDE_MERC",
"interval" : 2, "x" : 15,
"total" : 24, "y" : -1,
"step" : 1, "number" : 8,
"offScreen" : 1, "scatter" : 1000,
"active" : 0, "aiFlags" : "+AIF_UNLIMITED_RANGE+AIF_ASSASSIN",
"aiFlags" : "+AIF_UNLIMITED_RANGE+AIF_ASSASSIN" "active" : 0
},
{
"groupName" : "Mercs",
"types" : "Dart;Rocket Dart",
"side" : "SIDE_MERC",
"x" : 25,
"y" : -1,
"number" : 8,
"scatter" : 1000,
"aiFlags" : "+AIF_TARGET_FOCUS+AIF_UNLIMITED_RANGE+AIF_ASSASSIN",
"active" : 0
},
{
"groupName" : "Mercs",
"types" : "Dart;Rocket Dart",
"side" : "SIDE_MERC",
"x" : 35,
"y" : -1,
"number" : 8,
"scatter" : 1000,
"aiFlags" : "+AIF_UNLIMITED_RANGE+AIF_ASSASSIN",
"active" : 0
} }
], ],
"script" : [ "script" : [
@ -130,7 +150,7 @@
"MSG_BOX Goddard;Commander, I'm reading incoming fighter signature: Darts.", "MSG_BOX Goddard;Commander, I'm reading incoming fighter signature: Darts.",
"MSG_BOX Wing Commander;I'll bet my house those are mercenaries, and given that the relationship with Tzac didn't end amicably they're probably targetting the commanders. We can't afford to lose them.", "MSG_BOX Wing Commander;I'll bet my house those are mercenaries, and given that the relationship with Tzac didn't end amicably they're probably targetting the commanders. We can't afford to lose them.",
"WAIT_MSG_BOX", "WAIT_MSG_BOX",
"ACTIVATE_SPAWNERS 1 MercSpawner", "ACTIVATE_ENTITY_GROUPS Mercs",
"ACTIVATE_OBJECTIVES Protect Tzac Commanders" "ACTIVATE_OBJECTIVES Protect Tzac Commanders"
] ]
}, },