Mission tweaks.
This commit is contained in:
parent
22aa284975
commit
f13b643419
|
@ -81,7 +81,7 @@
|
|||
"side" : "SIDE_PIRATE",
|
||||
"x" : 15,
|
||||
"y" : 40,
|
||||
"flags" : "EF_NO_KILL+EF_MISSION_TARGET",
|
||||
"flags" : "+EF_NO_KILL+EF_MISSION_TARGET+EF_MUST_DISABLE",
|
||||
"active" : 0
|
||||
},
|
||||
{
|
||||
|
@ -101,7 +101,7 @@
|
|||
"side" : "SIDE_TZAC",
|
||||
"x" : 15,
|
||||
"y" : 40,
|
||||
"flags" : "EF_NO_KILL+EF_MISSION_TARGET",
|
||||
"flags" : "+EF_NO_KILL+EF_MISSION_TARGET+EF_MUST_DISABLE",
|
||||
"active" : 0
|
||||
},
|
||||
{
|
||||
|
@ -132,11 +132,11 @@
|
|||
"MSG_BOX Alexandria Orbital;Patrol, we have a major situation developing. A skirmish is taking place between a number of starfighters: Darts, Nymphs, and Fireflies.",
|
||||
"MSG_BOX Carr;Pirates? Insurgents? Nation of Tzac?",
|
||||
"WAIT_MSG_BOX",
|
||||
"ACTIVATE_OBJECTIVES Disable Pirate Commander",
|
||||
"ACTIVATE_OBJECTIVES Disable Tzac Commander",
|
||||
"ACTIVATE_OBJECTIVES Disable pirate commander",
|
||||
"ACTIVATE_OBJECTIVES Disable Tzac commander",
|
||||
"ACTIVATE_OBJECTIVES Destroy all other opponents",
|
||||
"ACTIVATE_OBJECTIVES Do not allow Pirate Commander to be killed",
|
||||
"ACTIVATE_OBJECTIVES Do not allow Tzac Commander to be killed",
|
||||
"ACTIVATE_OBJECTIVES Do not allow pirate commander to be killed",
|
||||
"ACTIVATE_OBJECTIVES Do not allow Tzac commander to be killed",
|
||||
"ACTIVATE_ENTITY_GROUPS skirmishGroup",
|
||||
"MSG_BOX Alexandria Orbital;Too early to speculate. We want you to disable and bring in one craft from each side. The rest, you can eliminate.",
|
||||
"MSG_BOX Carr;On it."
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 18,
|
||||
"y" : 26,
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_TAKES_DAMAGE"
|
||||
},
|
||||
{
|
||||
"name" : "Civilian",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 28,
|
||||
"y" : 20,
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_TAKES_DAMAGE"
|
||||
},
|
||||
{
|
||||
"name" : "Civilian",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 37,
|
||||
"y" : 22,
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_TAKES_DAMAGE"
|
||||
},
|
||||
{
|
||||
"name" : "Civilian",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 32,
|
||||
"y" : 32,
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_TAKES_DAMAGE"
|
||||
},
|
||||
{
|
||||
"number" : 3,
|
||||
|
|
Loading…
Reference in New Issue