mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"Ha explotat la presa, fracas.\", \"10\");a_explosion(\"explosio\", \"3\", \"2000\"); mission.trig.func[2]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(((c_unit_in_zone(\"11\", \"recepcioExplosius\") ) or (c_unit_in_zone(\"12\", \"recepcioExplosius\") )))",
            [2] = "return((c_flag_is_true(\"1\") and c_time_since_flag(\"1\", \"120\") ))",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if ((c_unit_in_zone(\"11\", \"recepcioExplosius\") ) or (c_unit_in_zone(\"12\", \"recepcioExplosius\") )) then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if (c_flag_is_true(\"1\") and c_time_since_flag(\"1\", \"120\") ) then a_out_text_delay(\"Ha explotat la presa, fracas.\", \"10\");a_explosion(\"explosio\", \"3\", \"2000\"); mission.trigfunc[2]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        name_ru = "Зима. Oблачность",
        wind = 
        {
            at8000 = 
            {
                speed = 7,
                dir = 206,
            }, -- end of at8000
            at2000 = 
            {
                speed = 5,
                dir = 130,
            }, -- end of at2000
            atGround = 
            {
                speed = 3,
                dir = 257,
            }, -- end of atGround
        }, -- end of wind
        name_fr = "Hiver. Nuages & vent",
        turbulence = 
        {
            at8000 = 3,
            at2000 = 2,
            atGround = 7,
        }, -- end of turbulence
        season = 
        {
            temperature = -1,
            iseason = 2,
        }, -- end of season
        qnh = 750,
        name = "Winter. Clouds & wind",
        fog = 
        {
            density = 0,
            visibility = 300,
            thickness = 0,
        }, -- end of fog
        name_de = "Winter. Wind und Wolken",
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        name_es = "Invierno. Nubes & viento",
        clouds = 
        {
            density = 5,
            thickness = 800,
            base = 800,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 200,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.7462667614027,
                hidden = true,
                long = 0.7335670602768,
                x = -224350.23939201,
                name = "explosio",
                y = 639465.96411836,
            }, -- end of [1]
            [2] = 
            {
                radius = 200,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74630808279576,
                hidden = true,
                long = 0.73367311751839,
                x = -224032.6803582,
                name = "recepcioExplosius",
                y = 639934.95011899,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73993687029733,
        zoom = 200000,
        centerX = 0.74930667609958,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 17,
            [8] = 15,
            [9] = 12,
            [10] = 9,
            [11] = 10,
            [12] = 3,
            [13] = 4,
            [14] = 2,
            [15] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "La presa\
\
Un grup terrorista ha pres el poble de Dzhvari i amenaca amb fer esclatar la presa situada al nord.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "Intel·ligència informa que durant la nit les forces terroristes han pres la ciutat de Dzhvari establint varis efectius als carrers de la ciutat.  El govern Abjasia esta sumit en ple conflicte amb Georgia amb la qual cosa no disposa de recursos per a gestionar la crisis.\
\
Els terroristes han exigit la capitulació del govern Abjasia per la forca i amenacen en fer esclatar la presa situada al nord de la ciutat, cosa que desencadenaria un desastre en Dzhvari, Zugdidi i totes les petites poblacions situades cap al sud.\
\
Per sort intel·ligència ha aconseguit esbrinar que els terroristes encara no han desplaçat els explosius a la presa.  El convoy que transporta els explosius ha sortir de Mestia i s-espera que arribi a la presa aproximadament en 1h i 20 minuts.\
\
Donat que disposem de un FARP proper a la zona del conflicte realitzarem un atac llampec utilitzant els nostres Ka-50.\
\
Els objectius son:\
Objectiu primari: Localitzar i destruir el convoy que transporta els explosius abans de que aquests arribin a la presa.\
Objectiu secundari: Eliminar totes les unitats insurgents situades a la presa i a la ciutat de Dzhvari.\
\
Intel·ligència també informa que les unitats de que disposen els insurgents son principalment personal armat amb fusells, defenses AAA, i algun transport de tropes lleuger subministrat de contraban per el exercit georgià.  S-han carregat al pla de vol la informació sobre les defenses aèries que ha aconseguit localitzar intel·ligència.\
\
El pla de vol contempla:\
WP1: Ciutat de Dzhvari (objectiu terciari)\
WP2: Presa (objectiu secundari)\
WP3: Mestia - origen del convoi amb els explosius (objectiu primari)\
\
Bona sort!",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "presa{AEC5BFFD-BEE8-4df4-B25B-41A527F10697}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    unit = 11,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "B",
                    unit = 12,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [2]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "recepcio",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_clear_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            predicate = "triggerStart",
            comment = "flags",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    logicBlock = "A",
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    seconds = 120,
                    logicBlock = "A",
                    flag = 1,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "Ha explotat la presa, fracas.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    altitude = 3,
                    seconds = 10,
                    zone = 2,
                    text = "",
                    predicate = "a_explosion",
                    volume = 2000,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "explosio",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73354958277446,
                                                lat = 0.74620019587753,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73354958197233,
                                                lat = 0.74619905942852,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 532,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74630345537069,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73369538033838,
                                            x = -224050.76099603,
                                            speed = 0,
                                            y = 640042.50750851,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23 Insurgent",
                                        CLSID = "{91776447-a2f2-4b35-be80-8ae60da93e41}",
                                        unitId = 1,
                                        lat = 0.74630345537069,
                                        skill = "Average",
                                        long = 0.73369538033838,
                                        x = -224050.76099603,
                                        name = "AAA1",
                                        heading = 3.1421109162149,
                                        y = 640042.50750851,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ural-375 ZU-23 Insurgent",
                                        CLSID = "{91776447-a2f2-4b35-be80-8ae60da93e41}",
                                        unitId = 2,
                                        lat = 0.74628616358907,
                                        skill = "Average",
                                        long = 0.73372247776589,
                                        x = -224147.04844802,
                                        name = "AAA2",
                                        heading = 1.7681918866448,
                                        y = 640181.4085089,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 3,
                                        lat = 0.7463080016127,
                                        skill = "Average",
                                        long = 0.73370438722651,
                                        x = -224017.18561505,
                                        name = "Ural",
                                        heading = 5.8782935208945,
                                        y = 640081.62570671,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 4,
                                        lat = 0.74630304945715,
                                        skill = "Average",
                                        long = 0.73370158316085,
                                        x = -224050.1707876,
                                        name = "AK1",
                                        heading = 3.5464844398749,
                                        y = 640071.8698514,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 5,
                                        lat = 0.74630524139205,
                                        skill = "Average",
                                        long = 0.73370182034294,
                                        x = -224036.08489903,
                                        name = "AK2",
                                        heading = 2.1910458127777,
                                        y = 640071.48056045,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 6,
                                        lat = 0.74628794958188,
                                        skill = "Average",
                                        long = 0.73371983626201,
                                        x = -224137.0228042,
                                        name = "AK3",
                                        heading = 5.742765806909,
                                        y = 640167.79945656,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 7,
                                        lat = 0.74630337418797,
                                        skill = "Average",
                                        long = 0.73370950037836,
                                        x = -224044.0478986,
                                        name = "TRANSPORT",
                                        heading = 3.0309354324159,
                                        y = 640108.77032125,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Presa",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                long = 0.7375399010538,
                                                lat = 0.75028152000764,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                long = 0.7382931120615,
                                                lat = 0.75064088280604,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.73819249172489,
                                                lat = 0.75066209859308,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                long = 0.7374949728448,
                                                lat = 0.75028981609013,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                long = 0.73745801126185,
                                                lat = 0.75029212450405,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                long = 0.7374209675544,
                                                lat = 0.75028965136993,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                long = 0.73740156430989,
                                                lat = 0.75028575129277,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                long = 0.73815393029619,
                                                lat = 0.75065536880966,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                long = 0.73740156430989,
                                                lat = 0.75028575129277,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                long = 0.73738513294454,
                                                lat = 0.75028244838982,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                long = 0.73692480064005,
                                                lat = 0.75014003268572,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                long = 0.73691315482051,
                                                lat = 0.75013156108249,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                long = 0.73815007808675,
                                                lat = 0.75065183864104,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                long = 0.73690679029452,
                                                lat = 0.75012054112195,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                long = 0.73690064696592,
                                                lat = 0.75009255052217,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                long = 0.7368909526969,
                                                lat = 0.75007858324572,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                long = 0.73687630624382,
                                                lat = 0.75006721587724,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                long = 0.73814059689592,
                                                lat = 0.75063801720637,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                long = 0.73685780983784,
                                                lat = 0.75005937905052,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                long = 0.73683704677621,
                                                lat = 0.75005565039868,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                long = 0.73680337816788,
                                                lat = 0.75005281274119,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                long = 0.73821571545075,
                                                lat = 0.75062495618213,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                long = 0.73812873839316,
                                                lat = 0.75063176795409,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                long = 0.73667058171303,
                                                lat = 0.74998361774437,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                long = 0.73665617568146,
                                                lat = 0.74996956071454,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                long = 0.73661527920116,
                                                lat = 0.74991793949004,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                long = 0.73658420839496,
                                                lat = 0.7498882810317,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                long = 0.73811437130639,
                                                lat = 0.75063011919076,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                long = 0.73654856186692,
                                                lat = 0.74986158307957,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                long = 0.73647393296758,
                                                lat = 0.74981795216243,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                long = 0.73646965972546,
                                                lat = 0.74981013610103,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                long = 0.73647161541636,
                                                lat = 0.74980181522706,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                long = 0.73805288593756,
                                                lat = 0.75063790061171,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                long = 0.73649261024806,
                                                lat = 0.74976801351532,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                long = 0.73649094286842,
                                                lat = 0.74975833811867,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                long = 0.73647216056726,
                                                lat = 0.74972862361971,
                                            }, -- end of [58]
                                            [24] = 
                                            {
                                                long = 0.7377193522678,
                                                lat = 0.75037643280693,
                                            }, -- end of [24]
                                            [59] = 
                                            {
                                                long = 0.73644960908166,
                                                lat = 0.74961688439142,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                long = 0.73800256643892,
                                                lat = 0.75058967035239,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                long = 0.7364422464273,
                                                lat = 0.74960413866033,
                                            }, -- end of [60]
                                            [25] = 
                                            {
                                                long = 0.73767291147675,
                                                lat = 0.7503380800207,
                                            }, -- end of [25]
                                            [61] = 
                                            {
                                                long = 0.73639661004996,
                                                lat = 0.7495470891011,
                                            }, -- end of [61]
                                            [103] = 
                                            {
                                                long = 0.7341516453139,
                                                lat = 0.74891398353348,
                                            }, -- end of [103]
                                            [62] = 
                                            {
                                                long = 0.73638430536714,
                                                lat = 0.74953984492969,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                long = 0.7382931120615,
                                                lat = 0.75064088280604,
                                            }, -- end of [1]
                                            [63] = 
                                            {
                                                long = 0.73621311113111,
                                                lat = 0.7495010404493,
                                            }, -- end of [63]
                                            [16] = 
                                            {
                                                long = 0.73786331016098,
                                                lat = 0.75049203583635,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                long = 0.73613281118634,
                                                lat = 0.74949913782077,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                long = 0.73611212073871,
                                                lat = 0.74949437515041,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                long = 0.73609422728874,
                                                lat = 0.74948546191873,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                long = 0.73786331016098,
                                                lat = 0.75049203583635,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                long = 0.73602055517488,
                                                lat = 0.74943577122729,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                long = 0.73599582293082,
                                                lat = 0.7494296857386,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                long = 0.73590936016906,
                                                lat = 0.74942010936089,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                long = 0.73782473450595,
                                                lat = 0.75046498459431,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                long = 0.73571746680275,
                                                lat = 0.74937406352215,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                long = 0.7356395857409,
                                                lat = 0.74933678427351,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                long = 0.73562176866864,
                                                lat = 0.74933406076318,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                long = 0.73780644841127,
                                                lat = 0.75045792454026,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                long = 0.73548724872168,
                                                lat = 0.74933234111816,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                long = 0.73535914385664,
                                                lat = 0.74930772784125,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                long = 0.73819711830504,
                                                lat = 0.75063275883646,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                long = 0.73775063227349,
                                                lat = 0.75044804484739,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                long = 0.73527468522378,
                                                lat = 0.74927206187839,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                long = 0.73519426915985,
                                                lat = 0.74926494963963,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                long = 0.73513919410418,
                                                lat = 0.74925155982728,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                long = 0.73773697058952,
                                                lat = 0.75044115566831,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                long = 0.7349415681609,
                                                lat = 0.74927143237002,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                long = 0.73492574437746,
                                                lat = 0.7492648536967,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                long = 0.73483903351492,
                                                lat = 0.74921318147278,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                long = 0.73772793188474,
                                                lat = 0.75043090631788,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                long = 0.73474624455165,
                                                lat = 0.74914927794484,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                long = 0.73473440524696,
                                                lat = 0.74914434045883,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                long = 0.73453968410618,
                                                lat = 0.74911527844205,
                                            }, -- end of [90]
                                            [23] = 
                                            {
                                                long = 0.73772507803717,
                                                lat = 0.75042195680583,
                                            }, -- end of [23]
                                            [92] = 
                                            {
                                                long = 0.73451704566094,
                                                lat = 0.74909943123414,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                long = 0.73451312851056,
                                                lat = 0.74908812893945,
                                            }, -- end of [93]
                                            [6] = 
                                            {
                                                long = 0.73819436586579,
                                                lat = 0.75064067581562,
                                            }, -- end of [6]
                                            [95] = 
                                            {
                                                long = 0.73450813911332,
                                                lat = 0.74905517209626,
                                            }, -- end of [95]
                                            [96] = 
                                            {
                                                long = 0.7344618722145,
                                                lat = 0.74900738796601,
                                            }, -- end of [96]
                                            [97] = 
                                            {
                                                long = 0.73444176137028,
                                                lat = 0.74899416311545,
                                            }, -- end of [97]
                                            [98] = 
                                            {
                                                long = 0.73441814617834,
                                                lat = 0.74898467167387,
                                            }, -- end of [98]
                                            [99] = 
                                            {
                                                long = 0.73439217357948,
                                                lat = 0.74897944967736,
                                            }, -- end of [99]
                                            [100] = 
                                            {
                                                long = 0.73432819671723,
                                                lat = 0.74897428308401,
                                            }, -- end of [100]
                                            [101] = 
                                            {
                                                long = 0.73422569345066,
                                                lat = 0.7489353042823,
                                            }, -- end of [101]
                                            [102] = 
                                            {
                                                long = 0.73417229077329,
                                                lat = 0.74892363690083,
                                            }, -- end of [102]
                                            [26] = 
                                            {
                                                long = 0.73765862759938,
                                                lat = 0.75031789878689,
                                            }, -- end of [26]
                                            [104] = 
                                            {
                                                long = 0.7341349624054,
                                                lat = 0.74890079571442,
                                            }, -- end of [104]
                                            [105] = 
                                            {
                                                long = 0.73413147980794,
                                                lat = 0.74889602709574,
                                            }, -- end of [105]
                                            [94] = 
                                            {
                                                long = 0.73451344581661,
                                                lat = 0.74906432258188,
                                            }, -- end of [94]
                                            [27] = 
                                            {
                                                long = 0.73764094227763,
                                                lat = 0.75030278271202,
                                            }, -- end of [27]
                                            [91] = 
                                            {
                                                long = 0.73452636110932,
                                                lat = 0.74910896722146,
                                            }, -- end of [91]
                                            [87] = 
                                            {
                                                long = 0.73479154203236,
                                                lat = 0.74919399353878,
                                            }, -- end of [87]
                                            [7] = 
                                            {
                                                long = 0.73819705579278,
                                                lat = 0.75065976251636,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                long = 0.73761895163845,
                                                lat = 0.75029100035577,
                                            }, -- end of [28]
                                            [83] = 
                                            {
                                                long = 0.73495952537548,
                                                lat = 0.74927367998221,
                                            }, -- end of [83]
                                            [79] = 
                                            {
                                                long = 0.73530306568789,
                                                lat = 0.7492797467894,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                long = 0.73533872591321,
                                                lat = 0.74929901071863,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                long = 0.73759394634878,
                                                lat = 0.75028330954584,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                long = 0.73550717651763,
                                                lat = 0.7493348958626,
                                            }, -- end of [75]
                                            [71] = 
                                            {
                                                long = 0.73582758523595,
                                                lat = 0.74939186391551,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                long = 0.73604250230326,
                                                lat = 0.74944608418999,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                long = 0.73756705260557,
                                                lat = 0.75028008916143,
                                            }, -- end of [30]
                                            [4] = 
                                            {
                                                long = 0.73820501301163,
                                                lat = 0.75062701046508,
                                            }, -- end of [4]
                                            [47] = 
                                            {
                                                long = 0.7367850804785,
                                                lat = 0.75004699967327,
                                            }, -- end of [47]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [33] = 
                                            {
                                                long = 0.73370300111216,
                                                lat = 0.74811294547118,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                long = 0.73367054935101,
                                                lat = 0.74803374760396,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                long = 0.73363198887214,
                                                lat = 0.74803124367492,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                long = 0.73361820391659,
                                                lat = 0.7480956774521,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                long = 0.73359595275177,
                                                lat = 0.74809744761066,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                long = 0.73354275532094,
                                                lat = 0.74803818458431,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                long = 0.73346640727202,
                                                lat = 0.74784372634507,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                long = 0.73339241402588,
                                                lat = 0.74776978716171,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                long = 0.73338146515093,
                                                lat = 0.74772568537172,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                long = 0.73339553828102,
                                                lat = 0.74768202895787,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                long = 0.73348327581835,
                                                lat = 0.7475831385754,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                long = 0.73348448999213,
                                                lat = 0.74758179992317,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                long = 0.73347870371484,
                                                lat = 0.74756562121239,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                long = 0.73344741240173,
                                                lat = 0.74753694986877,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                long = 0.7334802074994,
                                                lat = 0.74749737755959,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                long = 0.73351152657592,
                                                lat = 0.74748554842935,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                long = 0.7335559709317,
                                                lat = 0.74747306754403,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                long = 0.73354186929862,
                                                lat = 0.74739005416664,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                long = 0.73362326455487,
                                                lat = 0.74729450159856,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                long = 0.73370101247616,
                                                lat = 0.74718871944277,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                long = 0.73383314974279,
                                                lat = 0.74719640612822,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                long = 0.73387232359609,
                                                lat = 0.74714454706543,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                long = 0.73378038216254,
                                                lat = 0.7469808557176,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                long = 0.73383398827054,
                                                lat = 0.74686765192616,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                long = 0.7338722770988,
                                                lat = 0.746797498767,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                long = 0.73395505715087,
                                                lat = 0.74679812196057,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                long = 0.73402276090431,
                                                lat = 0.74677302448659,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                long = 0.73402623857866,
                                                lat = 0.74661256418129,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                long = 0.73400532858982,
                                                lat = 0.74653551376133,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                long = 0.73401795265916,
                                                lat = 0.74643726745446,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                long = 0.73392740089758,
                                                lat = 0.74640092870787,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                long = 0.73386597197728,
                                                lat = 0.74630097113907,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                long = 0.73386734364145,
                                                lat = 0.74617819421549,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                long = 0.73384212280028,
                                                lat = 0.74588346298258,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                long = 0.73363852611326,
                                                lat = 0.74579230522662,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                long = 0.73387100416987,
                                                lat = 0.74597879379446,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                long = 0.73371083951823,
                                                lat = 0.7462933106665,
                                            }, -- end of [164]
                                            [1] = 
                                            {
                                                long = 0.73413147980794,
                                                lat = 0.74889602709574,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73413147980794,
                                                lat = 0.74889602709574,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                long = 0.73390701896742,
                                                lat = 0.74613940223895,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                long = 0.73374925367809,
                                                lat = 0.74578294514967,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                long = 0.733641907683,
                                                lat = 0.74580231736719,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                long = 0.73387995770057,
                                                lat = 0.74600790361242,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                long = 0.73369800161734,
                                                lat = 0.74629954240894,
                                            }, -- end of [165]
                                            [3] = 
                                            {
                                                long = 0.73412331787345,
                                                lat = 0.74888485100369,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.73407722526925,
                                                lat = 0.74879685932385,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                long = 0.73355503463739,
                                                lat = 0.74746450877067,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                long = 0.73355366304351,
                                                lat = 0.74737451840317,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                long = 0.73363030941623,
                                                lat = 0.74726623643685,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                long = 0.73406621454557,
                                                lat = 0.74878808431825,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                long = 0.73384133082878,
                                                lat = 0.7471933214293,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                long = 0.73385555083986,
                                                lat = 0.74709424145916,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                long = 0.73377887538456,
                                                lat = 0.74695970677657,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                long = 0.73394455434139,
                                                lat = 0.74874496815929,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                long = 0.7338902956159,
                                                lat = 0.74679104016588,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                long = 0.73397522547184,
                                                lat = 0.74679831920038,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                long = 0.73404741496226,
                                                lat = 0.74671604181199,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                long = 0.73393967011643,
                                                lat = 0.74874080545743,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                long = 0.73402378807984,
                                                lat = 0.74651034003918,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                long = 0.73400876525566,
                                                lat = 0.74642693408,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                long = 0.73391139899913,
                                                lat = 0.74638117070156,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                long = 0.73391317756659,
                                                lat = 0.74870956140826,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                long = 0.73392433776589,
                                                lat = 0.74611518385908,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                long = 0.73390210931012,
                                                lat = 0.74870110398807,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                long = 0.7336996046517,
                                                lat = 0.74585392003173,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                long = 0.73382385511065,
                                                lat = 0.74865036001924,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.73380665727623,
                                                lat = 0.74863289369683,
                                            }, -- end of [11]
                                            [12] = 
                                            {
                                                long = 0.73379529347822,
                                                lat = 0.74861300038798,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.733790556514,
                                                lat = 0.74859171584125,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                long = 0.73379240645429,
                                                lat = 0.74857022056579,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                long = 0.73380597445615,
                                                lat = 0.74852683638348,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                long = 0.7338045257222,
                                                lat = 0.74851627784013,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.73379445515588,
                                                lat = 0.74848631394731,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                long = 0.73379785180925,
                                                lat = 0.74844923398527,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                long = 0.73379291251695,
                                                lat = 0.74844468287512,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                long = 0.73374757923866,
                                                lat = 0.74843832569284,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.73372266505944,
                                                lat = 0.74843002791695,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                long = 0.73370111754219,
                                                lat = 0.74841777302758,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                long = 0.73368409444454,
                                                lat = 0.74840217534821,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                long = 0.7336336872496,
                                                lat = 0.74833374538943,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.7336237499782,
                                                lat = 0.748310441228,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                long = 0.7336200732103,
                                                lat = 0.74828616802024,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.73362155111041,
                                                lat = 0.74826792045024,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                long = 0.73364333297347,
                                                lat = 0.74815411117123,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                long = 0.73365160927242,
                                                lat = 0.74814364200987,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                long = 0.73366471121869,
                                                lat = 0.74813624210219,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                long = 0.73369434698457,
                                                lat = 0.74812736914018,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                long = 0.73370130635722,
                                                lat = 0.74812100731534,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                long = 0.73367666287916,
                                                lat = 0.74803687133174,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                long = 0.73363595013136,
                                                lat = 0.74802771062748,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                long = 0.73362508377569,
                                                lat = 0.74808877283435,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                long = 0.73360736774804,
                                                lat = 0.7480988940766,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                long = 0.73358721397051,
                                                lat = 0.74809170700544,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                long = 0.73346200232722,
                                                lat = 0.74790890458424,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                long = 0.73340685069185,
                                                lat = 0.74778967407534,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                long = 0.73338389916986,
                                                lat = 0.74774809551669,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                long = 0.73338543623792,
                                                lat = 0.74770331583907,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                long = 0.7334069235297,
                                                lat = 0.74766731125034,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                long = 0.73348327581835,
                                                lat = 0.7475831385754,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                long = 0.7334848189058,
                                                lat = 0.74757314053185,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                long = 0.73345035069203,
                                                lat = 0.74754534962078,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                long = 0.73345088939188,
                                                lat = 0.74752866819337,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                long = 0.73349451151366,
                                                lat = 0.74748949098082,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                long = 0.73354035115698,
                                                lat = 0.74748506186432,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                long = 0.73353391841854,
                                                lat = 0.74742160896933,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                long = 0.73357456635923,
                                                lat = 0.74731862385051,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                long = 0.73364058556662,
                                                lat = 0.74725199819094,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                long = 0.73373392612719,
                                                lat = 0.74717621061687,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                long = 0.73386909459884,
                                                lat = 0.74716536695907,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                long = 0.73384838821028,
                                                lat = 0.74708249022681,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                long = 0.73378390838531,
                                                lat = 0.7469388219137,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                long = 0.73384864592333,
                                                lat = 0.74682088573431,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                long = 0.73391002809169,
                                                lat = 0.74678899681176,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                long = 0.73399449898186,
                                                lat = 0.74679387861714,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                long = 0.73404750409893,
                                                lat = 0.74670795099553,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                long = 0.7339970851091,
                                                lat = 0.74655916643076,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                long = 0.73402930294629,
                                                lat = 0.74649349741463,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                long = 0.73399486338803,
                                                lat = 0.74642003737476,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                long = 0.73390971776372,
                                                lat = 0.74633923817176,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                long = 0.73384150582234,
                                                lat = 0.74626124601691,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                long = 0.73394048547086,
                                                lat = 0.7460619418861,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                long = 0.73367650819956,
                                                lat = 0.74576887839257,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                long = 0.73377777511572,
                                                lat = 0.74588317185351,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                long = 0.73386835214833,
                                                lat = 0.74609649253097,
                                            }, -- end of [160]
                                            [129] = 
                                            {
                                                long = 0.73383862420215,
                                                lat = 0.74623942203955,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                long = 0.73393880616054,
                                                lat = 0.74603452858277,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                long = 0.73366238789815,
                                                lat = 0.74576913847927,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                long = 0.73380862429326,
                                                lat = 0.74590261197445,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                long = 0.7338519197151,
                                                lat = 0.74612385757699,
                                            }, -- end of [161]
                                            [65] = 
                                            {
                                                long = 0.73355048389342,
                                                lat = 0.74748072438522,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                long = 0.73353832941064,
                                                lat = 0.74740807296967,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                long = 0.73358550107855,
                                                lat = 0.74730959190181,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                long = 0.73367814453299,
                                                lat = 0.74721447685701,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                long = 0.73375260123112,
                                                lat = 0.74717707834073,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                long = 0.73387334150905,
                                                lat = 0.74715364849938,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                long = 0.73378828100972,
                                                lat = 0.74700126019926,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                long = 0.73379511355614,
                                                lat = 0.74691932911994,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                long = 0.73385791660278,
                                                lat = 0.7468078253746,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                long = 0.73392980097277,
                                                lat = 0.74679158052188,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                long = 0.73401089915749,
                                                lat = 0.74678511498595,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                long = 0.73403234598761,
                                                lat = 0.74662439884832,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                long = 0.733999723789,
                                                lat = 0.74654522160489,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                long = 0.73402836344946,
                                                lat = 0.74647622774459,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                long = 0.73393361601609,
                                                lat = 0.74640553471512,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                long = 0.73390479772593,
                                                lat = 0.74633256683159,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                long = 0.73384203329766,
                                                lat = 0.74621764637991,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                long = 0.73393074111693,
                                                lat = 0.74600785965642,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                long = 0.73364988453476,
                                                lat = 0.74577390026682,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                long = 0.73383485511925,
                                                lat = 0.74592540174262,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                long = 0.73375738674649,
                                                lat = 0.74623231353608,
                                            }, -- end of [162]
                                            [163] = 
                                            {
                                                long = 0.73372066861318,
                                                lat = 0.74628334594927,
                                            }, -- end of [163]
                                            [159] = 
                                            {
                                                long = 0.73387859379814,
                                                lat = 0.74606758006028,
                                            }, -- end of [159]
                                            [158] = 
                                            {
                                                long = 0.73388252567255,
                                                lat = 0.74603775759506,
                                            }, -- end of [158]
                                            [155] = 
                                            {
                                                long = 0.73385575654201,
                                                lat = 0.74595104861554,
                                            }, -- end of [155]
                                            [151] = 
                                            {
                                                long = 0.73374312368086,
                                                lat = 0.74586756557195,
                                            }, -- end of [151]
                                            [147] = 
                                            {
                                                long = 0.73364139862351,
                                                lat = 0.74578210954365,
                                            }, -- end of [147]
                                            [143] = 
                                            {
                                                long = 0.7337500392293,
                                                lat = 0.74577958638704,
                                            }, -- end of [143]
                                            [142] = 
                                            {
                                                long = 0.7337500392293,
                                                lat = 0.74577958638704,
                                            }, -- end of [142]
                                            [139] = 
                                            {
                                                long = 0.73391638180253,
                                                lat = 0.74598255558768,
                                            }, -- end of [139]
                                            [135] = 
                                            {
                                                long = 0.73393563060811,
                                                lat = 0.74608909115465,
                                            }, -- end of [135]
                                            [131] = 
                                            {
                                                long = 0.7338518692603,
                                                lat = 0.74619684994962,
                                            }, -- end of [131]
                                            [127] = 
                                            {
                                                long = 0.73385084642118,
                                                lat = 0.74628208460706,
                                            }, -- end of [127]
                                            [111] = 
                                            {
                                                long = 0.73400008432812,
                                                lat = 0.74657305412526,
                                            }, -- end of [111]
                                            [95] = 
                                            {
                                                long = 0.73384161072334,
                                                lat = 0.74684844428417,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                long = 0.73371598004949,
                                                lat = 0.74718030762236,
                                            }, -- end of [79]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73369786925506,
                                                lat = 0.74629939624219,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73369786925506,
                                                lat = 0.74629939624219,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75064088280604,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7382931120615,
                                            x = -194050.53339027,
                                            speed = 22.222222222222,
                                            y = 658549.12247755,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 762,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74889602709574,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73413147980794,
                                            x = -207310.78583773,
                                            speed = 22.222222222222,
                                            y = 640294.52995498,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 546,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74629954240894,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73369800161734,
                                            x = -224074.34754661,
                                            speed = 22.222222222222,
                                            y = 640057.47863869,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 9,
                                        lat = 0.75064088280604,
                                        skill = "Average",
                                        long = 0.7382931120615,
                                        x = -194050.53339027,
                                        name = "Unit #1",
                                        heading = 4.1935561189858,
                                        y = 658549.12247755,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ural-375 ZU-23 Insurgent",
                                        CLSID = "{91776447-a2f2-4b35-be80-8ae60da93e41}",
                                        unitId = 10,
                                        lat = 0.75064108806772,
                                        skill = "Average",
                                        long = 0.73829410965784,
                                        x = -194048.70042781,
                                        name = "Unit #2",
                                        heading = 4.1563417912488,
                                        y = 658553.6378656,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 11,
                                        lat = 0.75064133794365,
                                        skill = "Average",
                                        long = 0.73829532408862,
                                        x = -194046.46906336,
                                        name = "camio1",
                                        heading = 3.8377834760321,
                                        y = 658559.13470495,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 12,
                                        lat = 0.75064144426257,
                                        skill = "Average",
                                        long = 0.73829584081418,
                                        x = -194045.51964649,
                                        name = "camio2",
                                        heading = 3.8377834760321,
                                        y = 658561.47354357,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Ural-375 ZU-23 Insurgent",
                                        CLSID = "{91776447-a2f2-4b35-be80-8ae60da93e41}",
                                        unitId = 13,
                                        lat = 0.75064189972053,
                                        skill = "Average",
                                        long = 0.73829805441554,
                                        x = -194041.45244977,
                                        name = "Unit #5",
                                        heading = 4.1935561189858,
                                        y = 658571.49289899,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Explosius",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1441,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74505298989937,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73368919294963,
                                            x = -232020.44456802,
                                            speed = 5.5555555555556,
                                            y = 640871.08898848,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23 Insurgent",
                                        CLSID = "{91776447-a2f2-4b35-be80-8ae60da93e41}",
                                        unitId = 20,
                                        lat = 0.74505298989937,
                                        skill = "Average",
                                        long = 0.73368919294963,
                                        x = -232020.44456802,
                                        name = "Unit #6",
                                        heading = 0,
                                        y = 640871.08898848,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 21,
                                        lat = 0.7450480434804,
                                        skill = "Average",
                                        long = 0.73368420440403,
                                        x = -232054.51226613,
                                        name = "Unit #7",
                                        heading = 4.1545161875942,
                                        y = 640851.11786416,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 22,
                                        lat = 0.74504909763337,
                                        skill = "Average",
                                        long = 0.73367872648237,
                                        x = -232050.60004156,
                                        name = "Unit #8",
                                        heading = 2.677945044589,
                                        y = 640824.61920879,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 23,
                                        lat = 0.74504990852097,
                                        skill = "Average",
                                        long = 0.73368371169138,
                                        x = -232042.88205235,
                                        name = "Unit #9",
                                        heading = 4.1363363725212,
                                        y = 640847.4875581,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 24,
                                        lat = 0.74505720653664,
                                        skill = "Average",
                                        long = 0.7336835668118,
                                        x = -231996.45961582,
                                        name = "Unit #10",
                                        heading = 0,
                                        y = 640841.66591356,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 25,
                                        lat = 0.74505631455431,
                                        skill = "Average",
                                        long = 0.73368725482504,
                                        x = -232000.25480978,
                                        name = "Unit #11",
                                        heading = 0,
                                        y = 640859.63453181,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Ocupacio",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 303,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74525070296129,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73391767196672,
                                            x = -230643.84041454,
                                            speed = 5.5555555555556,
                                            y = 641806.09237409,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23 Insurgent",
                                        CLSID = "{91776447-a2f2-4b35-be80-8ae60da93e41}",
                                        unitId = 26,
                                        lat = 0.74525070296129,
                                        skill = "Average",
                                        long = 0.73391767196672,
                                        x = -230643.84041454,
                                        name = "Unit #12",
                                        heading = 0,
                                        y = 641806.09237409,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 27,
                                        lat = 0.74523123822096,
                                        skill = "Average",
                                        long = 0.73391463205457,
                                        x = -230769.40877701,
                                        name = "Unit #13",
                                        heading = 4.1545161875942,
                                        y = 641805.50951544,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 28,
                                        lat = 0.74523302247427,
                                        skill = "Average",
                                        long = 0.73391644235313,
                                        x = -230757.11445399,
                                        name = "Unit #14",
                                        heading = 2.677945044589,
                                        y = 641812.76443519,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 29,
                                        lat = 0.74523277916682,
                                        skill = "Average",
                                        long = 0.73391131797375,
                                        x = -230761.28755273,
                                        name = "Unit #15",
                                        heading = 4.1363363725212,
                                        y = 641788.84195102,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 30,
                                        lat = 0.74525491959856,
                                        skill = "Average",
                                        long = 0.73391204582889,
                                        x = -230619.85546233,
                                        name = "Unit #16",
                                        heading = 0,
                                        y = 641776.66929917,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 31,
                                        lat = 0.74525402761623,
                                        skill = "Average",
                                        long = 0.73391573384213,
                                        x = -230623.6506563,
                                        name = "Unit #17",
                                        heading = 0,
                                        y = 641794.63791743,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Ocupacio #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 308,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74559131140581,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73383738172747,
                                            x = -228514.99360252,
                                            speed = 5.5555555555556,
                                            y = 641196.13261762,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23 Insurgent",
                                        CLSID = "{91776447-a2f2-4b35-be80-8ae60da93e41}",
                                        unitId = 32,
                                        lat = 0.74559131140581,
                                        skill = "Average",
                                        long = 0.73383738172747,
                                        x = -228514.99360252,
                                        name = "Unit #18",
                                        heading = 0,
                                        y = 641196.13261762,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 33,
                                        lat = 0.74558636498684,
                                        skill = "Average",
                                        long = 0.73383239318187,
                                        x = -228549.06081169,
                                        name = "Unit #19",
                                        heading = 4.1545161875942,
                                        y = 641176.13006368,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 34,
                                        lat = 0.74558741913981,
                                        skill = "Average",
                                        long = 0.73382691526021,
                                        x = -228545.15000685,
                                        name = "Unit #20",
                                        heading = 2.677945044589,
                                        y = 641149.72267072,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 35,
                                        lat = 0.74558823002741,
                                        skill = "Average",
                                        long = 0.73383190046922,
                                        x = -228537.43125965,
                                        name = "Unit #21",
                                        heading = 4.1363363725212,
                                        y = 641172.54229507,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 36,
                                        lat = 0.74559552804308,
                                        skill = "Average",
                                        long = 0.73383175558964,
                                        x = -228491.01105392,
                                        name = "Unit #22",
                                        heading = 0,
                                        y = 641166.86404934,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 37,
                                        lat = 0.74559463606075,
                                        skill = "Average",
                                        long = 0.73383544360288,
                                        x = -228494.80523706,
                                        name = "Unit #23",
                                        heading = 0,
                                        y = 641184.76769042,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Ocupacio #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.6607387678363,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74630378010163,
                                            long = 0.73370473966072,
                                            x = -224043.89966301,
                                            name = "",
                                            speed = 0,
                                            y = 640086.16983804,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                lat = 0.74630378010163,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 8,
                                        lat = 0.74630378010163,
                                        long = 0.73370473966072,
                                        x = -224043.89966301,
                                        name = "New Static Object",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 640086.16983804,
                                        heading = 3.6607387678363,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73370473966072,
                                name = "New Static Object",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Manairo 1",
                                groupId = 9,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 165,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            linkUnit = 38,
                                            lat = 0.74486455539051,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72823515844947,
                                            x = -235937.93553068,
                                            speed = 41.666666666667,
                                            helipadId = 38,
                                            y = 615368.57543039,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74698251855301,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73118358801042,
                                            x = -220984.08566023,
                                            speed = 41.666666666667,
                                            y = 627788.64038419,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74741428102919,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7331002362628,
                                            x = -217278.63238229,
                                            speed = 41.666666666667,
                                            y = 636491.06465947,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74893755495946,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73407758683024,
                                            x = -207073.83669212,
                                            speed = 41.666666666667,
                                            y = 640013.997429,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7495468660851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73641409487912,
                                            x = -201995.40675409,
                                            speed = 41.666666666667,
                                            y = 650526.22904622,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74627658422342,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7337235318662,
                                            x = -224207.53716401,
                                            speed = 41.666666666667,
                                            y = 640192.91264009,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 39,
                                        lat = 0.74486455539051,
                                        skill = "Client",
                                        y = 615368.57543039,
                                        long = 0.72823515844947,
                                        x = -235937.93553068,
                                        name = "Manairo 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 57,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 1,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Manairo 2",
                                groupId = 10,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 176,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.74487455539051,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72824515844947,
                                            x = -235869.39701717,
                                            speed = 41.666666666667,
                                            y = 615408.93290585,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74698251855301,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73118358801042,
                                            x = -220984.08566023,
                                            speed = 41.666666666667,
                                            y = 627788.64038419,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74741428102919,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7331002362628,
                                            x = -217278.63238229,
                                            speed = 41.666666666667,
                                            y = 636491.06465947,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74893755495946,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73407758683024,
                                            x = -207073.83669212,
                                            speed = 41.666666666667,
                                            y = 640013.997429,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7495468660851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73641409487912,
                                            x = -201995.40675409,
                                            speed = 41.666666666667,
                                            y = 650526.22904622,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74627658422342,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7337235318662,
                                            x = -224207.53716401,
                                            speed = 41.666666666667,
                                            y = 640192.91264009,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 40,
                                        lat = 0.74487455539051,
                                        skill = "Client",
                                        y = 615408.93290585,
                                        long = 0.72824515844947,
                                        x = -235869.39701717,
                                        name = "Manairo 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 57,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 2,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Manairo 3",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 168,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.74488455539051,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72825515844947,
                                            x = -235800.85850367,
                                            speed = 41.666666666667,
                                            y = 615449.29038131,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74698251855301,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73118358801042,
                                            x = -220984.08566023,
                                            speed = 41.666666666667,
                                            y = 627788.64038419,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74741428102919,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7331002362628,
                                            x = -217278.63238229,
                                            speed = 41.666666666667,
                                            y = 636491.06465947,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74893755495946,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73407758683024,
                                            x = -207073.83669212,
                                            speed = 41.666666666667,
                                            y = 640013.997429,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7495468660851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73641409487912,
                                            x = -201995.40675409,
                                            speed = 41.666666666667,
                                            y = 650526.22904622,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74627658422342,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7337235318662,
                                            x = -224207.53716401,
                                            speed = 41.666666666667,
                                            y = 640192.91264009,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 41,
                                        lat = 0.74488455539051,
                                        skill = "Client",
                                        y = 615449.29038131,
                                        long = 0.72825515844947,
                                        x = -235800.85850367,
                                        name = "Manairo 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 57,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 3,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Manairo 4",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 172,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.74489455539051,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72826515844947,
                                            x = -235732.31999017,
                                            speed = 41.666666666667,
                                            y = 615489.64785677,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74698251855301,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73118358801042,
                                            x = -220984.08566023,
                                            speed = 41.666666666667,
                                            y = 627788.64038419,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74741428102919,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7331002362628,
                                            x = -217278.63238229,
                                            speed = 41.666666666667,
                                            y = 636491.06465947,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1284,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74893755495946,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73407758683024,
                                            x = -207073.83669212,
                                            speed = 41.666666666667,
                                            y = 640013.997429,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7495468660851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73641409487912,
                                            x = -201995.40675409,
                                            speed = 41.666666666667,
                                            y = 650526.22904622,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 920,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74627658422342,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7337235318662,
                                            x = -224207.53716401,
                                            speed = 41.666666666667,
                                            y = 640192.91264009,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 42,
                                        lat = 0.74489455539051,
                                        skill = "Client",
                                        y = 615489.64785677,
                                        long = 0.72826515844947,
                                        x = -235732.31999017,
                                        name = "Manairo 4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 57,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 4,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 1.5120405040792,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74486455539051,
                                            long = 0.72823515844947,
                                            x = -235937.93553068,
                                            name = "",
                                            speed = 0,
                                            y = 615368.57543039,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                lat = 0.74486455539051,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "FARP",
                                        CLSID = "{24FC9197-F225-4f2a-8A31-BD51DC7BDAB6}",
                                        unitId = 38,
                                        lat = 0.74486455539051,
                                        long = 0.72823515844947,
                                        x = -235937.93553068,
                                        name = "FARP 1",
                                        category = "Heliports",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 9,
                                        y = 615368.57543039,
                                        heading = 1.5120405040792,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72823515844947,
                                name = "FARP 1",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "La presa",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 10674,
    start_time = 28800,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro_common = 
        {
            hh = 0,
            prob = 100,
            label = "HYD COMMON",
            enable = false,
            mmint = 1,
            id = "hydro_common",
            mm = 0,
        }, -- end of hydro_common
        asc_a = 
        {
            hh = 0,
            prob = 100,
            label = "ASC ALT",
            enable = false,
            mmint = 1,
            id = "asc_a",
            mm = 0,
        }, -- end of asc_a
        asc_p = 
        {
            hh = 0,
            prob = 100,
            label = "ASC PITCH",
            enable = false,
            mmint = 1,
            id = "asc_p",
            mm = 0,
        }, -- end of asc_p
        hydro_main = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO MAIN",
            enable = false,
            mmint = 1,
            id = "hydro_main",
            mm = 0,
        }, -- end of hydro_main
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        asc_r = 
        {
            hh = 0,
            prob = 100,
            label = "ASC ROLL",
            enable = false,
            mmint = 1,
            id = "asc_r",
            mm = 0,
        }, -- end of asc_r
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        asc_y = 
        {
            hh = 0,
            prob = 100,
            label = "ASC YAW",
            enable = false,
            mmint = 1,
            id = "asc_y",
            mm = 0,
        }, -- end of asc_y
    }, -- end of failures
} -- end of mission
