tbftss/data/missions/temper/01 - pirate uprising #1.json

77 lines
1.6 KiB
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "Pirate Uprising #1",
2018-12-17 09:31:27 +01:00
"description" : "The Pandorans' push in to Independent space has led to a surge in pirate activity along the Confederation border. The threat needs to be dealt with immediately, starting with cutting back on the enemy presence at Temper.",
2015-10-20 13:51:49 +02:00
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "music/battle/battleThemeA.mp3",
2015-10-20 13:51:49 +02:00
"objectives" : [
{
"description" : "Eliminate Darts",
"targetName" : "Dart",
"targetValue" : 30,
"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" : "Cdr. Katherine Strickland",
2015-10-20 13:51:49 +02:00
"squadron" : "Steel Bulls"
},
"fighters" : [
2015-10-20 13:51:49 +02:00
{
"types" : "TAF",
2016-07-20 09:30:43 +02:00
"name" : "Heywood",
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 25,
"scatter" : 250,
"flags" : "+EF_IMMORTAL"
2016-07-20 09:30:43 +02:00
},
{
"types" : "TAF",
"number" : 3,
2015-10-20 13:51:49 +02:00
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 25,
"scatter" : 250
2015-10-20 13:51:49 +02:00
},
{
"name" : "Dart",
"types" : "Simple Dart",
2015-10-20 13:51:49 +02:00
"number" : 10,
"side" : "SIDE_PIRATE",
"x" : 27,
"y" : 35,
"scatter" : 2000
2015-10-20 13:51:49 +02:00
},
{
"types" : "Simple Dart",
2015-10-20 13:51:49 +02:00
"name" : "Dart",
"number" : 10,
"side" : "SIDE_PIRATE",
"x" : 20,
"y" : 15,
"scatter" : 2000
2015-10-20 13:51:49 +02:00
},
{
"name" : "Dart",
"types" : "Simple Dart",
2015-10-20 13:51:49 +02:00
"number" : 10,
"side" : "SIDE_PIRATE",
"x" : 15,
"y" : 35,
"scatter" : 2000
2015-10-20 13:51:49 +02:00
}
2016-02-25 11:54:48 +01:00
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Heywood;Multiple incoming enemy fighters.",
"MSG_BOX Strickland;Follow my lead. Break and attack at will."
]
}
2015-10-20 13:51:49 +02:00
]
}