tbftss/data/missions/coyote/01 - coyote assault #1.json

84 lines
2.0 KiB
JSON

{
"name" : "Coyote Assault #1",
"description" : "Though we suffered heavy losses at Coyote, it is still important that we attempt to prevent, or at least slow, the Pandoran war machine's advance. Admiral Jenkins has ordered that the White Knights lead an attack on the enemy forces gathered in the system. The weight of the opposing forces remains tremendous, though the ATAFs should help to give us the edge in battle. Be advised that the enemy are now in possession of UNF fighter craft.",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/mythos.png",
"music" : "music/heroism.ogg",
"requires" : "temper/03 - pirate uprising #3.json",
"objectives" : [
{
"description" : "Destroy all enemy targets",
"targetName" : "Pandoran",
"targetValue" : 100,
"targetType" : "TT_DESTROY"
},
{
"description" : "Do not lose any of the ATAFs",
"targetName" : "ATAF",
"targetValue" : 1,
"targetType" : "TT_DESTROY",
"isCondition" : 1
}
],
"challenges" : [
{
"type" : "CHALLENGE_NO_LOSSES",
"targetValue" : 0
}
],
"player" : {
"type" : "ATAF",
"side" : "SIDE_ALLIES",
"pilot" : "Simon Dodds",
"squadron" : "White Knights"
},
"fighterGroups" : [
{
"name" : "Pandoran",
"types" : "Jackal;Sphinx;Nymph",
"number" : 20,
"side" : "SIDE_PANDORAN",
"x" : -5000,
"y" : 0,
"scatter" : 2000
},
{
"name" : "Pandoran",
"types" : "Jackal;Sphinx;Nymph",
"number" : 20,
"side" : "SIDE_PANDORAN",
"x" : -5000,
"y" : 5000,
"scatter" : 2000
},
{
"name" : "Pandoran",
"types" : "Jackal;Sphinx;Nymph",
"number" : 20,
"side" : "SIDE_PANDORAN",
"x" : -5000,
"y" : -5000,
"scatter" : 2000
},
{
"name" : "Pandoran",
"types" : "Nymph",
"number" : 20,
"side" : "SIDE_PANDORAN",
"x" : 5000,
"y" : 8000,
"scatter" : 2000
},
{
"name" : "Pandoran",
"types" : "Jackal;Sphinx",
"number" : 20,
"side" : "SIDE_PANDORAN",
"x" : 7000,
"y" : -4000,
"scatter" : 2000
}
]
}