Training mission updates.
This commit is contained in:
parent
95876d3437
commit
c8c2752d15
|
@ -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."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -26,5 +26,13 @@
|
|||
"x" : 25,
|
||||
"y" : 24
|
||||
}
|
||||
],
|
||||
"script" : [
|
||||
{
|
||||
"function" : "TIME 1",
|
||||
"lines" : [
|
||||
"MSG_BOX Earth Orbital #1;This Dart is armed! Watch yourself."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue