tbftss/data/missions/sol/08 - final.json

40 lines
1008 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "3 Against 1",
"description" : "Take on three enemy targets single handedly. Once again, these are Darts equipped with simple particle cannons. A single TAF should not find itself outclassed here, so long as the enemy are not allowed to gain the upper hand.",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/earth.png",
"music" : "music/battle/Battle in the winter.mp3",
2015-10-20 13:51:49 +02:00
"objectives" : [
{
"description" : "Eliminate Darts",
"targetName" : "Dart",
"targetValue" : 3,
"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" : [
2015-10-20 13:51:49 +02:00
{
"name" : "Dart",
"types" : "Simple Dart",
2015-10-20 13:51:49 +02:00
"side" : "SIDE_PIRATE",
"number" : 3,
"x" : 26,
"y" : 20
2015-10-20 13:51:49 +02:00
}
2016-05-15 09:19:26 +02:00
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;Final course. Use all your training to defeat the three opponents."
]
}
2015-10-20 13:51:49 +02:00
]
}