tbftss/data/missions/sol/05 - ecm.json

31 lines
828 B
JSON

{
"name" : "ECM Training",
"description" : "Practice using your ECM in the next encounter. The Dart here is equipped with missiles, which will home in on you. You can thwart these attacks by careful use of your ECM. Once you are done practicing, you can destroy the Dart and move on.",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/earth.png",
"music" : "music/Battle in the winter.mp3",
"objectives" : [
{
"description" : "Eliminate Dart",
"targetName" : "Dart",
"targetValue" : 1,
"targetType" : "TT_DESTROY"
}
],
"player" : {
"type" : "TAF",
"side" : "SIDE_ALLIES",
"pilot" : "2nd Lt. Jim Goddard",
"squadron" : "Midnight Runners"
},
"fighters" : [
{
"name" : "Dart",
"types" : "MissileDart",
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 24
}
]
}