diff --git a/data/missions/sol/03 - moving target.json b/data/missions/sol/03 - moving target.json index 096b3c3..1f95f79 100644 --- a/data/missions/sol/03 - moving target.json +++ b/data/missions/sol/03 - moving target.json @@ -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." + ] } ] } diff --git a/data/missions/sol/04 - armed target.json b/data/missions/sol/04 - armed target.json index 0d1a296..2251cae 100644 --- a/data/missions/sol/04 - armed target.json +++ b/data/missions/sol/04 - armed target.json @@ -26,5 +26,13 @@ "x" : 25, "y" : 24 } + ], + "script" : [ + { + "function" : "TIME 1", + "lines" : [ + "MSG_BOX Earth Orbital #1;This Dart is armed! Watch yourself." + ] + } ] } diff --git a/data/missions/sol/05 - ecm.json b/data/missions/sol/05 - ecm.json index 1705bef..ab2535d 100644 --- a/data/missions/sol/05 - ecm.json +++ b/data/missions/sol/05 - ecm.json @@ -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." + ] + } ] } diff --git a/data/missions/sol/07 - wingmates.json b/data/missions/sol/07 - wingmates.json index d180ab1..a382d07 100644 --- a/data/missions/sol/07 - wingmates.json +++ b/data/missions/sol/07 - wingmates.json @@ -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." + ] + } ] } diff --git a/data/missions/sol/08 - final.json b/data/missions/sol/08 - final.json index cc90f1d..82e0b09 100644 --- a/data/missions/sol/08 - final.json +++ b/data/missions/sol/08 - final.json @@ -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." + ] + } ] }