{ "name" : "Coyote Assault #3", "description" : "The assault isn't going as well as we want, and we're beginning to suffer heavy losses as the Pandoran forces overwhelm us. However, we need to continue the fight back, and attempt to hold the enemy here. They cannot be allowed to advance further in to Independent space.", "background" : "gfx/backgrounds/background03.jpg", "planet" : "gfx/planets/mythos.png", "music" : "music/heroism.ogg", "requires" : "PREVIOUS", "epic" : { "fighterLimit" : 12 }, "objectives" : [ { "description" : "Destroy all enemy targets", "targetName" : "Pandoran", "targetValue" : 250, "targetType" : "TT_DESTROY" }, { "description" : "Retreat to Extraction Point", "targetName" : "Player", "targetValue" : 1, "targetType" : "TT_ESCAPED", "active" : 0 } ], "player" : { "type" : "TAF", "side" : "SIDE_ALLIES", "pilot" : "(Multiple)", "squadron" : "(Multiple)" }, "fighters" : [ { "name" : "ALLIES", "types" : "Firefly;Nymph;TAF;Ray;Leopard;Hyena-A;Hyena-B;Kingfisher", "side" : "SIDE_ALLIES", "x" : 25, "y" : 25, "number" : 95, "scatter" : 5000 }, { "name" : "Pandoran", "types" : "Jackal;Mantis;Sphinx", "side" : "SIDE_PANDORAN", "x" : 25, "y" : 15, "number" : 250, "scatter" : 5000 }, { "name" : "ATAFs", "types" : "ATAF", "side" : "SIDE_ALLIES", "x" : 25, "y" : 25, "number" : 5, "scatter" : 500, "active" : 0 }, { "name" : "ALLIES", "types" : "Firefly;Nymph;TAF;Ray;Leopard;Hyena-A;Hyena-B;Kingfisher", "side" : "SIDE_ALLIES", "x" : 25, "y" : 25, "number" : 25, "scatter" : 5000 } ], "entities" : [ { "name" : "Extraction Point", "type" : "ET_EXTRACTION_POINT", "x" : 25, "y" : 25, "active" : 0 } ], "script" : [ { "function" : "ALLIES_KILLED 70", "lines" : [ "MSG_BOX 4 UNF Pilot #1;We're getting our arses kicked here! Any chance of any backup?!" ] }, { "function" : "ALLIES_KILLED 80", "lines" : [ "MSG_BOX 4 UNF Pilot #2;The White Knights are here! Finally!", "ACTIVATE_ENTITY ATAFs" ] }, { "function" : "ALLIES_KILLED 90", "lines" : [ "MSG_BOX 6 UNF Talos;All fighters, Captain Bailey has signalled the retreat. Coyote is lost. Fall back to the extraction point.", "MSG_BOX 4 Cdr de Winter;You all heard the Captain - fall back, we'll cover the retreat.", "WAIT 8", "MSG_BOX 4 Lt Cdr Dodds;Estelle, we've got this. We can take them.", "MSG_BOX 4 Cdr de Winter;We're taking too many losses, Dodds. Fall back now, that's an order.", "WAIT 8", "ACTIVATE_ENTITY Extraction Point", "RETREAT_ALLIES" ] } ] }