tbftss/data/missions/temper/03 - pirate uprising #3.json

46 lines
1.1 KiB
JSON

{
"name" : "Pirate Uprising #3",
"description" : "Allied intelligence have managed to locate one of the pirate ring leaders. We need to bring this man in alive, as he could provide us with further useful information that will allow us to eliminate other high ranking individuals.",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "music/battleThemeA.mp3",
"objectives" : [
{
"description" : "Capture Pirate Leader",
"targetName" : "Pirate Leader",
"targetValue" : 1,
"targetType" : "TT_DISABLE"
},
{
"description" : "Do not kill pirate leader",
"targetName" : "Pirate Leader",
"targetValue" : 1,
"targetType" : "TT_DESTROY",
"isCondition" : 1
}
],
"player" : {
"type" : "Ray",
"side" : "SIDE_ALLIES",
"pilot" : "Ian Barclay",
"squadron" : "Steel Bulls"
},
"fighters" : [
{
"name" : "Pirate Leader",
"type" : "StaticDart",
"side" : "SIDE_PIRATE",
"x" : 800,
"y" : 200,
"flags" : "FF_NO_KILL+FF_DISABLE"
},
{
"name" : "TAF",
"type" : "Ray",
"side" : "SIDE_ALLIES",
"x" : 100,
"y" : 200
}
]
}