2015-10-20 13:51:49 +02:00
|
|
|
{
|
|
|
|
"name" : "Weapons Training",
|
|
|
|
"description" : "Practice using your fighter's weapons against a stationary target.",
|
|
|
|
"background" : "gfx/backgrounds/background03.jpg",
|
|
|
|
"planet" : "gfx/planets/earth.png",
|
2016-03-03 17:16:12 +01:00
|
|
|
"music" : "music/battle/Battle in the winter.mp3",
|
2015-10-20 13:51:49 +02:00
|
|
|
"objectives" : [
|
|
|
|
{
|
|
|
|
"description" : "Destroy Dart",
|
|
|
|
"targetName" : "Dart",
|
2015-10-22 08:08:03 +02:00
|
|
|
"targetValue" : 1,
|
|
|
|
"targetType" : "TT_DESTROY"
|
2015-10-20 13:51:49 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"player" : {
|
|
|
|
"type" : "TAF",
|
|
|
|
"side" : "SIDE_ALLIES",
|
2015-11-29 13:55:15 +01:00
|
|
|
"pilot" : "2nd Lt. Jim Goddard",
|
2015-10-20 13:51:49 +02:00
|
|
|
"squadron" : "Midnight Runners"
|
|
|
|
},
|
|
|
|
"fighters" : [
|
|
|
|
{
|
|
|
|
"name" : "Dart",
|
2016-04-15 09:51:49 +02:00
|
|
|
"types" : "Static Dart",
|
2015-10-20 13:51:49 +02:00
|
|
|
"side" : "SIDE_PIRATE",
|
2015-11-02 11:49:10 +01:00
|
|
|
"x" : 25.5,
|
|
|
|
"y" : 24.5
|
2015-10-20 13:51:49 +02:00
|
|
|
}
|
2015-11-28 18:01:14 +01:00
|
|
|
],
|
|
|
|
"script" : [
|
|
|
|
{
|
|
|
|
"function" : "TIME 1",
|
|
|
|
"lines" : [
|
|
|
|
"MSG_BOX Earth Orbital #1;The Dart won't attack you, so when you're ready, you can blow the thing to pieces."
|
|
|
|
]
|
|
|
|
}
|
2015-10-20 13:51:49 +02:00
|
|
|
]
|
|
|
|
}
|