mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "a_set_flag(\"2\"); mission.trig.func[2]='';",
            [3] = "if not mission.trig.flag[3] then a_out_text_delay(\"Успех миссии!\", \"20\"); mission.trig.flag[3]=true; end; else mission.trig.flag[3]=false;",
        }, -- 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",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"2\") )",
            [2] = "return(c_group_dead(\"Самолетная группа #004\") and c_group_dead(\"Самолетная группа #005\") )",
            [3] = "return(c_mission_score_higher(\"\", \"90\") )",
        }, -- 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 = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"2\") then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_group_dead(\"Самолетная группа #004\") and c_group_dead(\"Самолетная группа #005\") then a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if c_mission_score_higher(\"\", \"90\") then if not mission.trigflag[3] then a_out_text_delay(\"Успех миссии!\", \"20\"); mission.trigflag[3]=true; end; else mission.trigflag[3]=false;end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 8,
                dir = 180,
            }, -- end of at8000
            atGround = 
            {
                speed = 2,
                dir = 157,
            }, -- end of atGround
            at2000 = 
            {
                speed = 7,
                dir = 19,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 2,
            temperature = -8,
        }, -- end of season
        clouds = 
        {
            density = 6,
            thickness = 1300,
            base = 3400,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_flag_is_true(\"1\")  then a_set_mission_result(50) end",
        [2] = "if c_flag_is_true(\"2\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_flag_is_true(\"1\") )",
                [2] = "return(c_flag_is_true(\"2\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- 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 = 
    {
    }, -- end of triggers
    map = 
    {
        centerY = 0.712320351438,
        zoom = 1000000,
        centerX = 0.74924105149007,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Оперативная сводка:\
\
Похоже, что у Турции есть партнер в этой войне. Выполняйте патрулирование над аэродромом \"Адлер\". Уничтожайте любой неопознанный самолет.\
\
Задача:\
Перехват атакующих самолетов.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
    }, -- end of trigflag
    descriptionRedTask = "",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "04{21861180-9C95-473e-B808-D63B8105DAA3}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 2,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 19,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 22,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerFront",
            rules = 
            {
                [1] = 
                {
                    score = 90,
                    coalitionlist = "",
                    predicate = "c_mission_score_higher",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Успех миссии!",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    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 [1]
                [2] = 
                {
                    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 [2]
                [3] = 
                {
                    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 [3]
                [4] = 
                {
                    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 [4]
                [5] = 
                {
                    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 = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #004",
                                groupId = 19,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75422480955381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7054354371719,
                                            x = -186621.83855956,
                                            speed = 138.88888888889,
                                            y = 502915.41271769,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75710678841127,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69713191139775,
                                                    radius = 1000,
                                                    y = 462136.85529053,
                                                    x = -164855.35182547,
                                                    lat = 0.75816692871705,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69937167208868,
                                            x = -170727.43297753,
                                            speed = 138.88888888889,
                                            y = 473103.01225228,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75732601513676,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69712817848438,
                                                    radius = 1000,
                                                    y = 462124.97301418,
                                                    x = -164921.61010351,
                                                    lat = 0.75815674972736,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69818466108644,
                                            x = -169804.82612473,
                                            speed = 138.88888888889,
                                            y = 467481.90861945,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75695787464815,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6977545264679,
                                            x = -172315.44172704,
                                            speed = 138.88888888889,
                                            y = 465680.91850985,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 58,
                                        lat = 0.75422480955381,
                                        skill = "High",
                                        long = 0.7054354371719,
                                        x = -186621.83855956,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 502915.41271769,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 62,
                                        lat = 0.75421780955381,
                                        skill = "High",
                                        long = 0.7054424371719,
                                        x = -186663.53008953,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 502952.06673846,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #005",
                                groupId = 22,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75186263400863,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70757195947329,
                                            x = -200774.03938325,
                                            speed = 138.88888888889,
                                            y = 514229.89417487,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75914267934305,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69716063168334,
                                                    radius = 1000,
                                                    y = 462239.48121966,
                                                    x = -164478.35996348,
                                                    lat = 0.75822439259606,
                                                    categories = 
                                                    {
                                                        [1] = "Airfields",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69987321454802,
                                            x = -157562.28211894,
                                            speed = 138.88888888889,
                                            y = 474333.33432637,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75878975766223,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69714233938422,
                                                    radius = 1000,
                                                    y = 462157.62446073,
                                                    x = -164523.03684642,
                                                    lat = 0.75821848188136,
                                                    categories = 
                                                    {
                                                        [1] = "Airfields",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69876410393358,
                                            x = -160252.19639759,
                                            speed = 138.88888888889,
                                            y = 469381.41633109,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75812358660281,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69671718259606,
                                            x = -165290.88612545,
                                            speed = 138.88888888889,
                                            y = 460232.2454507,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Runway Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 63,
                                        lat = 0.75186263400863,
                                        skill = "High",
                                        long = 0.70757195947329,
                                        x = -200774.03938325,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        y = 514229.89417487,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 64,
                                        lat = 0.75185563400863,
                                        skill = "High",
                                        long = 0.70757895947329,
                                        x = -200815.63263686,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        y = 514266.5368996,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- 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 = "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 [6]
                [7] = 
                {
                    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 [7]
                [8] = 
                {
                    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 [8]
                [9] = 
                {
                    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 [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    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 = "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 [11]
                [12] = 
                {
                    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 [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Вертол. группа #001",
                                groupId = 15,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74280129483112,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72128074515731,
                                            x = -252399.35897922,
                                            speed = 55.555555555556,
                                            y = 583971.38504129,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74654630016263,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71665753915202,
                                            x = -230665.67827167,
                                            speed = 55.555555555556,
                                            y = 559915.77938926,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75133340318138,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71199730644856,
                                            x = -202244.56591882,
                                            speed = 55.555555555556,
                                            y = 535203.75251416,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 41.666666666667,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UH-60A",
                                        CLSID = "{8CC2AAFA-F5F6-498D-83E0-681561D691B8}",
                                        unitId = 41,
                                        lat = 0.74280129483112,
                                        skill = "High",
                                        long = 0.72128074515731,
                                        x = -252399.35897922,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "1100",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 583971.38504129,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74448964862877,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72479677440539,
                                            x = -239988.12134256,
                                            speed = 5.5555555555556,
                                            y = 599449.12191232,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 45,
                                        lat = 0.74448964862877,
                                        skill = "High",
                                        long = 0.72479677440539,
                                        x = -239988.12134256,
                                        name = "Наземная группа",
                                        heading = 0,
                                        y = 599449.12191232,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 46,
                                        lat = 0.74448671402919,
                                        skill = "High",
                                        long = 0.72481006810514,
                                        x = -240000.39097771,
                                        name = "Наземная группа #1",
                                        heading = 0,
                                        y = 599513.51095019,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 47,
                                        lat = 0.74447132733355,
                                        skill = "High",
                                        long = 0.72479812748031,
                                        x = -240104.1825151,
                                        name = "Наземная группа #2",
                                        heading = 0,
                                        y = 599467.28685503,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 48,
                                        lat = 0.74449123490195,
                                        skill = "High",
                                        long = 0.72477516896002,
                                        x = -239988.45841272,
                                        name = "Наземная группа #3",
                                        heading = 0,
                                        y = 599346.52508258,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 49,
                                        lat = 0.7445093978874,
                                        skill = "High",
                                        long = 0.72480379663493,
                                        x = -239858.91542071,
                                        name = "Наземная группа #4",
                                        heading = 0,
                                        y = 599469.41226727,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 50,
                                        lat = 0.74448766579039,
                                        skill = "High",
                                        long = 0.7248264381747,
                                        x = -239986.41581932,
                                        name = "Наземная группа #5",
                                        heading = 0,
                                        y = 599589.85927072,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- 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 = "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 [14]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77971525083666,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66002871751217,
                                            x = -39844.971283693,
                                            speed = 5.5555555555556,
                                            y = 281948.8333009,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 18,
                                        lat = 0.77971525083666,
                                        skill = "Excellent",
                                        long = 0.66002871751217,
                                        x = -39844.971283693,
                                        name = "Юнит #7",
                                        heading = 4.2312880788639,
                                        y = 281948.8333009,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75804921961937,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69007229905014,
                                            x = -168268.64037927,
                                            speed = 16.666666666667,
                                            y = 429442.18000849,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75554759417563,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69687310096496,
                                            x = -181635.43255662,
                                            speed = 16.666666666667,
                                            y = 462325.48136384,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75617404464348,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69719568084586,
                                            x = -177522.01576859,
                                            speed = 16.666666666667,
                                            y = 463501.49124989,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75811373637037,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69213263945242,
                                            x = -167094.19961739,
                                            speed = 16.666666666667,
                                            y = 438961.08476272,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76044448401844,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69316705358923,
                                            x = -151868.67058712,
                                            speed = 16.666666666667,
                                            y = 442567.91984049,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.75804921961937,
                                        skill = "Excellent",
                                        long = 0.69007229905014,
                                        x = -168268.64037927,
                                        name = "Юнит #1",
                                        heading = 2.0368538959695,
                                        y = 429442.18000849,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 20,
                                        lat = 0.75790921961937,
                                        skill = "Average",
                                        long = 0.69021229905014,
                                        x = -169108.2638428,
                                        name = "Юнит #2",
                                        heading = 2.2132068906128,
                                        y = 430160.97058411,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 21,
                                        lat = 0.75776921961937,
                                        skill = "Average",
                                        long = 0.69035229905014,
                                        x = -169947.88730634,
                                        name = "Юнит #3",
                                        heading = 2.2132068906128,
                                        y = 430879.76115973,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 22,
                                        lat = 0.75762921961937,
                                        skill = "Average",
                                        long = 0.69049229905014,
                                        x = -170787.51076987,
                                        name = "Юнит #4",
                                        heading = 2.0208992047039,
                                        y = 431598.55173535,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 23,
                                        lat = 0.75748921961937,
                                        skill = "Average",
                                        long = 0.69063229905014,
                                        x = -171627.13423341,
                                        name = "Юнит #5",
                                        heading = 2.411092693031,
                                        y = 432317.34231097,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75817628690704,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69719488019912,
                                            x = -164771.53624468,
                                            speed = 5.5555555555556,
                                            y = 462424.54191067,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 60,
                                        lat = 0.75817628690704,
                                        skill = "Good",
                                        long = 0.69719488019912,
                                        x = -164771.53624468,
                                        name = "Юнит #6",
                                        heading = 1.8490959858,
                                        y = 462424.54191067,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75815379455519,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69704991175565,
                                            x = -164970.53376187,
                                            speed = 5.5555555555556,
                                            y = 461762.73146024,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 61,
                                        lat = 0.75815379455519,
                                        skill = "Good",
                                        long = 0.69704991175565,
                                        x = -164970.53376187,
                                        name = "Юнит #8",
                                        heading = 3.4829100313404,
                                        y = 461762.73146024,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77485794953312,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68667771582834,
                                            x = -62455.027825363,
                                            speed = 138.88888888889,
                                            y = 405425.94351468,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76773968563134,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6812111135999,
                                            x = -109677.73094413,
                                            speed = 138.88888888889,
                                            y = 383819.84684788,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76408533847096,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70115712426881,
                                            x = -125574.06279051,
                                            speed = 138.88888888889,
                                            y = 477540.20830504,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77282762690777,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70455109486279,
                                            x = -68519.137635431,
                                            speed = 138.88888888889,
                                            y = 488199.922512,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77753638150564,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6856818116476,
                                            x = -45755.384090102,
                                            speed = 138.88888888889,
                                            y = 399570.42337762,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76916234531114,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67868122908151,
                                            x = -101457.58182648,
                                            speed = 138.88888888889,
                                            y = 371529.38663128,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76553523633471,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69928540974121,
                                            x = -117087.95008371,
                                            speed = 138.88888888889,
                                            y = 468116.30697321,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77316077931662,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70267265616343,
                                            x = -67174.265649517,
                                            speed = 138.88888888889,
                                            y = 479426.1206411,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 1,
                                        lat = 0.78688,
                                        skill = "High",
                                        y = 367948.47230953,
                                        long = 0.679696,
                                        x = 11692.789495652,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #002",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 21,
                                            lat = 0.75776921961937,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69035229905014,
                                            x = -169947.88730634,
                                            speed = 138.88888888889,
                                            helipadId = 21,
                                            y = 430879.76115973,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75571105159714,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70517081926832,
                                                    radius = 50000,
                                                    y = 500580.27003005,
                                                    x = -174307.18371081,
                                                    lat = 0.75617560140123,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69815936251604,
                                            x = -180099.48401461,
                                            speed = 138.88888888889,
                                            y = 468231.93350967,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75317856564932,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70852902576449,
                                                    radius = 50000,
                                                    y = 518002.25858426,
                                                    x = -192699.33234641,
                                                    lat = 0.75306631014395,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.70215352150307,
                                            x = -194634.99106947,
                                            speed = 138.88888888889,
                                            y = 488208.0478203,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74986146607959,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70914353522732,
                                                    radius = 50000,
                                                    y = 522908.80286508,
                                                    x = -214832.07840328,
                                                    lat = 0.74955004175722,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69903090324699,
                                            x = -217004.77472812,
                                            speed = 138.88888888889,
                                            y = 475433.87836411,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75656699367889,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68622019022695,
                                            x = -179089.74073204,
                                            speed = 138.88888888889,
                                            y = 412283.95669948,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7579510566519,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68764222129035,
                                            x = -169769.30785786,
                                            speed = 138.88888888889,
                                            y = 418203.84448007,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 21,
                                            lat = 0.75776921961937,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69035229905014,
                                            x = -169947.88730634,
                                            speed = 138.88888888889,
                                            helipadId = 21,
                                            y = 430879.76115973,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 34,
                                        lat = 0.75776921961937,
                                        skill = "Player",
                                        y = 430879.76115973,
                                        long = 0.69035229905014,
                                        x = -169947.88730634,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 55,
                                        lat = 0.75776221961937,
                                        skill = "Excellent",
                                        y = 430915.70068851,
                                        long = 0.69035929905014,
                                        x = -169989.86847952,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "111",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- 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 = "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 [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "В обороне",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 17398,
    start_time = 16830000,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
