2015-10-20 13:51:49 +02:00
{
"name" : "Pirate Uprising #1" ,
"description" : "The Pandoran's 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 presense at Temper." ,
"background" : "gfx/backgrounds/background03.jpg" ,
"planet" : "gfx/planets/spirit.png" ,
2016-03-03 17:16:12 +01:00
"music" : "music/battle/battleThemeA.mp3" ,
2015-10-20 13:51:49 +02:00
"objectives" : [
{
"description" : "Eliminate Darts" ,
"targetName" : "Dart" ,
2015-10-22 08:08:03 +02:00
"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"
} ,
2015-11-26 18:41:05 +01:00
"fighters" : [
2015-10-20 13:51:49 +02:00
{
2015-10-25 13:56:24 +01:00
"types" : "TAF" ,
2015-10-20 13:51:49 +02:00
"number" : 4 ,
"side" : "SIDE_ALLIES" ,
2016-03-08 08:21:23 +01:00
"x" : 25 ,
"y" : 25 ,
"scatter" : 250
2015-10-20 13:51:49 +02:00
} ,
{
"name" : "Dart" ,
2016-04-15 09:51:49 +02:00
"types" : "Simple Dart" ,
2015-10-20 13:51:49 +02:00
"number" : 10 ,
"side" : "SIDE_PIRATE" ,
2015-11-02 11:49:10 +01:00
"x" : 27 ,
"y" : 35 ,
2015-10-24 09:51:43 +02:00
"scatter" : 2000
2015-10-20 13:51:49 +02:00
} ,
{
2016-04-15 09:51:49 +02:00
"types" : "Simple Dart" ,
2015-10-20 13:51:49 +02:00
"name" : "Dart" ,
"number" : 10 ,
"side" : "SIDE_PIRATE" ,
2015-11-02 11:49:10 +01:00
"x" : 20 ,
"y" : 15 ,
2015-10-24 09:51:43 +02:00
"scatter" : 2000
2015-10-20 13:51:49 +02:00
} ,
{
"name" : "Dart" ,
2016-04-15 09:51:49 +02:00
"types" : "Simple Dart" ,
2015-10-20 13:51:49 +02:00
"number" : 10 ,
"side" : "SIDE_PIRATE" ,
2015-11-02 11:49:10 +01:00
"x" : 15 ,
"y" : 35 ,
2015-10-24 09:51:43 +02:00
"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
]
}