Various tweaks.
This commit is contained in:
parent
af55539daa
commit
374afeaa07
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
{
|
||||
"description" : "Do not allow Ray or tug to be destroyed",
|
||||
"targetName" : "Tug",
|
||||
"targetName" : "RayTug",
|
||||
"targetType" : "TT_DESTROY",
|
||||
"targetValue" : 1,
|
||||
"isCondition" : 1
|
||||
|
@ -53,17 +53,18 @@
|
|||
],
|
||||
"fighters" : [
|
||||
{
|
||||
"groupName" : "Tug",
|
||||
"groupName" : "RayTug",
|
||||
"name" : "Ray",
|
||||
"types" : "Ray",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 45,
|
||||
"y" : 5,
|
||||
"scatter" : 500
|
||||
"scatter" : 500,
|
||||
"aiFlags" : "+AIF_TARGET_FOCUS"
|
||||
},
|
||||
{
|
||||
"groupName" : "RayTug",
|
||||
"name" : "Tug",
|
||||
"groupName" : "Tug",
|
||||
"types" : "Tug",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 45,
|
||||
|
@ -101,8 +102,8 @@
|
|||
"types" : "Rocket Dart",
|
||||
"number" : 4,
|
||||
"side" : "SIDE_MERC",
|
||||
"x" : 20,
|
||||
"y" : 48,
|
||||
"x" : 15,
|
||||
"y" : 25,
|
||||
"scatter" : 500,
|
||||
"aiFlags" : "AIF_UNLIMITED_RANGE+AIF_ASSASSIN+AIF_MISSILE_BOAT+AIF_LONG_RANGE_FIRE",
|
||||
"active" : 0
|
||||
|
@ -123,8 +124,8 @@
|
|||
"types" : "Rocket Dart",
|
||||
"number" : 4,
|
||||
"side" : "SIDE_MERC",
|
||||
"x" : 30,
|
||||
"y" : 48,
|
||||
"x" : 35,
|
||||
"y" : 25,
|
||||
"scatter" : 500,
|
||||
"aiFlags" : "AIF_UNLIMITED_RANGE+AIF_ASSASSIN+AIF_MISSILE_BOAT+AIF_LONG_RANGE_FIRE",
|
||||
"active" : 0
|
||||
|
@ -143,11 +144,11 @@
|
|||
"function" : "TIME 1",
|
||||
"lines" : [
|
||||
"MSG_BOX Burgess;I've sighted the Angel. Let's move in and secure it.",
|
||||
"MSG_BOX Wingmate;I've never heard of an Angel. What is it? Some kind of INF super weapon?",
|
||||
"MSG_BOX Burgess;I don't think so. I don't think the INF ever had an ATAF-like fighter.",
|
||||
"MSG_BOX Wingmate;Are the specs for this fighter correct? I've never heard of an Angel before? Sure it's not some kind of INF super weapon?",
|
||||
"MSG_BOX Burgess;It's an old, outdated class. I don't think the INF ever had an ATAF-like fighter.",
|
||||
"MSG_BOX Wingmate;They'd have given us something more powerful to work with, if that was an uber-craft.",
|
||||
"MSG_BOX Wingmate;Whatever it is, they want it pretty badly.",
|
||||
"MSG_BOX Burgess;I'll just be glad to get out of here. This is Pandoran space now."
|
||||
"MSG_BOX Wingmate;Whatever it is, the secret service want it pretty badly.",
|
||||
"MSG_BOX Burgess;I'll just be glad to get out of here. This is Pandoran-controlled space we're in."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -167,7 +168,7 @@
|
|||
"MSG_BOX Burgess;We have our goal, let's head over to it. Nearly done.",
|
||||
"WAIT_MSG_BOX",
|
||||
"ACTIVATE_ENTITY_GROUPS RocketDarts",
|
||||
"MSG_BOX Wingmate;PJ, I'm reading Darts all around the waypoint. Some are heading our way.",
|
||||
"MSG_BOX Wingmate;PJ, I'm reading Darts all around the waypoint. Others closing in from the sides.",
|
||||
"MSG_BOX Tug;They're scanning me!",
|
||||
"MSG_BOX Burgess;Hell! They clearly don't want us to have it if they can't have it. Prepare to engage!"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue