Training mission updates.

This commit is contained in:
Steve 2016-05-14 17:03:03 +01:00
parent 95876d3437
commit c8c2752d15
5 changed files with 42 additions and 1 deletions

View File

@ -24,7 +24,16 @@
"types" : "Unarmed Dart",
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 24
"y" : 24,
"aiFlags" : "+AIF_DEFENSIVE"
}
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;This Dart has control over its engines, but not its weapons. Practice chasing it down and destroying it."
]
}
]
}

View File

@ -26,5 +26,13 @@
"x" : 25,
"y" : 24
}
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;This Dart is armed! Watch yourself."
]
}
]
}

View File

@ -26,5 +26,13 @@
"x" : 25,
"y" : 24
}
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;Use your ECM to destroy the missiles fired at you. Remember, the ECM needs several seconds to recharge between uses."
]
}
]
}

View File

@ -41,5 +41,13 @@
"x" : 26,
"y" : 20
}
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;Wingmate will often assist you in battle. When you're ready, approach the Darts and engage."
]
}
]
}

View File

@ -27,5 +27,13 @@
"x" : 26,
"y" : 20
}
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;Final course. Use all your training to defeat the three opponents."
]
}
]
}