tbftss/data/missions/coyote/02 - coyote assault #2.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2015-11-19 09:31:22 +01:00
{
"name" : "Coyote Assault #2",
"description" : "The initial fight back against the Pandoran has gone well, but the system is still choked with their forces. We need to continue to engage them and force them to abandon the system.",
"requires" : 4,
2015-11-19 09:31:22 +01:00
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/mythos.png",
"music" : "music/battle/Tactical Pursuit.mp3",
2015-11-19 09:31:22 +01:00
"epic" : {
2015-11-20 23:46:58 +01:00
"fighterLimit" : 12
2015-11-19 09:31:22 +01:00
},
"objectives" : [
{
"description" : "Destroy all enemy targets",
2016-05-15 09:19:26 +02:00
"targetName" : "ENEMY",
"targetValue" : 1,
"targetType" : "TT_DESTROY",
"isEliminateAll" : 1
2015-11-19 09:31:22 +01:00
}
],
"player" : {
"type" : "TAF",
"side" : "SIDE_ALLIES",
"pilot" : "(Multiple)",
"squadron" : "(Multiple)"
},
"fighters" : [
2015-11-19 09:31:22 +01:00
{
"name" : "ALLIES",
"types" : "Firefly;Nymph;TAF;Ray;Leopard;Hyena-A;Hyena-B;Kingfisher",
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 25,
"number" : 75,
"scatter" : 5000
},
{
"name" : "Pandoran",
"types" : "Jackal;Mantis;Sphinx",
"side" : "SIDE_PANDORAN",
"x" : 35,
"y" : 25,
"number" : 75,
"scatter" : 5000
}
]
}