tbftss/data/missions/sol/07 - wingmates.json

54 lines
1.0 KiB
JSON

{
"name" : "Wingmates",
"description" : "Battle along side two team mates to take on 3 enemy fighters.",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/earth.png",
"music" : "music/battle/Battle in the winter.mp3",
"objectives" : [
{
"description" : "Eliminate Darts",
"targetName" : "Dart",
"targetValue" : 3,
"targetType" : "TT_DESTROY"
}
],
"player" : {
"type" : "TAF",
"side" : "SIDE_ALLIES",
"pilot" : "2nd Lt. Jim Goddard",
"squadron" : "Midnight Runners"
},
"fighters" : [
{
"name" : "TAF",
"types" : "TAF",
"side" : "SIDE_ALLIES",
"x" : 24.9,
"y" : 25.5
},
{
"name" : "TAF",
"types" : "TAF",
"side" : "SIDE_ALLIES",
"x" : 25.1,
"y" : 25.5
},
{
"name" : "Dart",
"types" : "Simple Dart",
"side" : "SIDE_PIRATE",
"number" : 3,
"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."
]
}
]
}