mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "if not mission.trig.flag[2] then a_out_text_delay(\"Успех!\", \"15\"); mission.trig.flag[2]=true; end; else mission.trig.flag[2]=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",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"1\") )",
            [2] = "return(c_mission_score_higher(\"offline\", \"99\") )",
        }, -- 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
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 77,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 78,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 79,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"1\") then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_mission_score_higher(\"offline\", \"99\") then if not mission.trigflag[2] then a_out_text_delay(\"Успех!\", \"15\"); mission.trigflag[2]=true; end; else mission.trigflag[2]=false;end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 20,
                dir = 91,
            }, -- end of at8000
            atGround = 
            {
                speed = 8,
                dir = 142,
            }, -- end of atGround
            at2000 = 
            {
                speed = 14,
                dir = 126,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 1,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 1,
            temperature = 17,
        }, -- end of season
        clouds = 
        {
            density = 0,
            thickness = 650,
            base = 1800,
            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_group_dead(\"Самолетная группа #007\") and c_group_dead(\"Самолетная группа #008\") and c_group_dead(\"Самолетная группа #009\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_flag_is_true(\"1\") )",
                [2] = "return(c_group_dead(\"Самолетная группа #007\") and c_group_dead(\"Самолетная группа #008\") and c_group_dead(\"Самолетная группа #009\") )",
            }, -- 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 = 
    {
        zones = 
        {
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73187368278351,
        zoom = 500000,
        centerX = 0.74890172457898,
    }, -- 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] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Получены данные о том, что в Сухуми перебазируется два звена турецких истребителей - носителей ядерного оружия. Получен приказ о перехвате истребителей.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "Вы звеном Су-27 совместно с парой Су-30 должны перехватить турецкие истребители. Наши Су и МиГи из Сочи-Адлера отвлекут дежурные звенья F-16 из Гудауты и Сухуми. В это время ваша группа, обойдя абхазские авиабазы с юга, получит необходимое время для перехвата противника. \
Ваше звено должно связать боем истребители противника, которые поднимутся из Абхазии (если это произойдёт).\
До выхода на точку перехвата (16-я маршрутная точка) следуйте строго по маршруту, проложенному с учётом рельефа местности. При полёте по маршруту не теряйте визуального контакта с парой Су-30.\
\
После перехвата противника уходите на Усть-Джегуту на форсаже, на высоте, без огибания рельефа местности.  В Усть-Джегуте развёрнут ЗРК \"Куб\". Если противник увяжется за вами до самой Усть-Джегуты, то его перехватят наши соколы с авиабазы. Вам вступать в бой на маршруте до Усть-Джегуты запрещается. ЗРК \"Куб\" развёрнуты также в районе Кисловодска.\
До выхода на точку 15 не включайте РЛС и системы РЭБ.\
\
В составе группы перехватываемых F-16 может находиться несколько военно-транспортных самолётов. Достоверно известно, что на F-16 не подвешивались ракеты AIM-120, но информации об отсутствии на них вооружения нет. По нашим расчётам, вашу группу смогут атаковать не более четырёх турецких истребителей, скорее всего F-4, с авиабазы Сухуми.\
Ознакомьтесь с выявленными позициями ЗРК, нанесёнными на карту.\
\
Вам подвешены ракеты: 2 Р-27ЭР, 2 Р-27Р, Р-27ЭТ, Р-27Т, 2 Р-73, контейнеры РЭБ. Первый и третий ведомые не имеют контейнеров РЭБ, им подвешены дополнительно 2 Р-73.\
\
Посадку осуществляете в Майкопе, запасной аэродром - Сочи-Адлер.\
\
В случае необходимости покидания самолёта не производите катапультирования над морем, выходите в горные районы. Выйдете на связь с наземными пунктами связи и доложите о положении.\
\
Удачной охоты!",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "su05{65E4CCA8-B85C-4444-9DF3-0A3C154D757A}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 1,
                    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 = "triggerFront",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_mission_score_higher",
                    coalitionlist = "offline",
                    score = 99,
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Успех!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- 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 = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 4.4156830075457,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.748133808567,
                                            long = 0.7178229166655,
                                            x = -220023.41235624,
                                            name = "",
                                            speed = 0,
                                            y = 564402.7369914,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                lat = 0.748133808567,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-8MT",
                                        CLSID = "{C08CF845-F905-40F0-AF1B-554908BBE89E}",
                                        unitId = 50,
                                        lat = 0.748133808567,
                                        long = 0.7178229166655,
                                        x = -220023.41235624,
                                        name = "Стат. объект #011",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564402.7369914,
                                        heading = 4.4156830075457,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7178229166655,
                                name = "Стат. объект #011",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74700583289122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.714397002061,
                                            x = -228750.23824874,
                                            speed = 5.5555555555556,
                                            y = 549028.11127554,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "TICONDEROG",
                                        CLSID = "{E4C99B3C-BFA9-42B5-842B-563729B5DEFA}",
                                        unitId = 46,
                                        lat = 0.74700583289122,
                                        skill = "Excellent",
                                        long = 0.714397002061,
                                        x = -228750.23824874,
                                        name = "Юнит #6",
                                        heading = 5.4803338512622,
                                        y = 549028.11127554,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75238763646252,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70802223486501,
                                            x = -197238.10755716,
                                            speed = 5.5555555555556,
                                            y = 516028.34851324,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 42,
                                        lat = 0.75238763646252,
                                        skill = "Average",
                                        long = 0.70802223486501,
                                        x = -197238.10755716,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 516028.34851324,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74815023543282,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71753688678409,
                                            x = -220048.93588817,
                                            speed = 5.5555555555556,
                                            y = 563051.47970948,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Vulcan",
                                        CLSID = "{AC83CA0F-E7D9-4A25-9B1F-0CC163FA1684}",
                                        unitId = 47,
                                        lat = 0.74815023543282,
                                        skill = "Average",
                                        long = 0.71753688678409,
                                        x = -220048.93588817,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 563051.47970948,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #003",
                                groupId = 73,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74444734296133,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72771976390687,
                                            x = -238844.88583529,
                                            speed = 152.77777777778,
                                            y = 613218.38773592,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74461373855638,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72549764076331,
                                            x = -238858.86755987,
                                            speed = 166.66666666667,
                                            y = 602664.19711774,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74972284504423,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71033538011635,
                                            x = -213222.8207406,
                                            speed = 194.44444444444,
                                            y = 528385.22782432,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7492820968994,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71375255949008,
                                            x = -214535.73739967,
                                            speed = 180.55555555556,
                                            y = 544631.92220169,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            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 [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 161,
                                        lat = 0.748055,
                                        skill = "Random",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 162,
                                        lat = 0.748048,
                                        skill = "Random",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #004",
                                groupId = 74,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74800996456562,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71782136498718,
                                            x = -220812.97438569,
                                            speed = 138.88888888889,
                                            y = 564473.3500628,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75132173971808,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70789031786264,
                                            x = -204082.99375525,
                                            speed = 291.66666666667,
                                            y = 516023.85443759,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7490607732025,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71525207267421,
                                            x = -215284.3937723,
                                            speed = 222.22222222222,
                                            y = 551796.12281278,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            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 [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 163,
                                        lat = 0.74800996456562,
                                        skill = "Random",
                                        long = 0.71782136498718,
                                        x = -220812.97438569,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 564473.3500628,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 164,
                                        lat = 0.74800296456562,
                                        skill = "Random",
                                        long = 0.71782836498718,
                                        x = -220854.37730177,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 564510.5689153,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #005",
                                groupId = 75,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75270486883262,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72980869152908,
                                            x = -185215.50276883,
                                            speed = 319.44444444444,
                                            y = 617488.82851397,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75591213220878,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7331529545441,
                                            x = -163117.69606785,
                                            speed = 319.44444444444,
                                            y = 630878.5514671,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75340499170338,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71585240054112,
                                            x = -187345.87240334,
                                            speed = 222.22222222222,
                                            y = 551949.79376074,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 2100,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 165,
                                        lat = 0.752425,
                                        skill = "Random",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 166,
                                        lat = 0.752418,
                                        skill = "Random",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.9444441095072,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75256040822515,
                                            long = 0.70811126429586,
                                            x = -196099.73253643,
                                            name = "",
                                            speed = 0,
                                            y = 516344.44185262,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                lat = 0.75256040822515,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 45,
                                        lat = 0.75256040822515,
                                        long = 0.70811126429586,
                                        x = -196099.73253643,
                                        name = "Стат. объект #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516344.44185262,
                                        heading = 3.9444441095072,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70811126429586,
                                name = "Стат. объект #008",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75239082056643,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70808607691859,
                                            x = -197190.56918506,
                                            speed = 5.5555555555556,
                                            y = 516324.15164007,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Roland Radar",
                                        CLSID = "{E7CF8850-522C-4EBA-AB32-0C4DF31B02FD}",
                                        unitId = 43,
                                        lat = 0.75239082056643,
                                        skill = "Average",
                                        long = 0.70808607691859,
                                        x = -197190.56918506,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 516324.15164007,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 44,
                                        lat = 0.75238382056643,
                                        skill = "Average",
                                        long = 0.70809307691859,
                                        x = -197232.16243867,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 516360.7943648,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Наземная группа #005",
                                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 = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74809786550639,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71763634254898,
                                            x = -220337.26187918,
                                            speed = 5.5555555555556,
                                            y = 563550.67089249,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 68,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 138,
                                        lat = 0.74809786550639,
                                        skill = "Average",
                                        long = 0.71763634254898,
                                        x = -220337.26187918,
                                        name = "Наземная группа #009",
                                        heading = 0,
                                        y = 563550.67089249,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 139,
                                        lat = 0.74808692735762,
                                        skill = "Average",
                                        long = 0.71764257003851,
                                        x = -220404.10137057,
                                        name = "Наземная группа #1",
                                        heading = 0,
                                        y = 563586.74493068,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 140,
                                        lat = 0.74811378316169,
                                        skill = "Average",
                                        long = 0.71762965736539,
                                        x = -220238.91242656,
                                        name = "Наземная группа #2",
                                        heading = 0,
                                        y = 563509.31946575,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 141,
                                        lat = 0.74809786550639,
                                        skill = "Average",
                                        long = 0.71761341106941,
                                        x = -220347.69690856,
                                        name = "Наземная группа #3",
                                        heading = 0,
                                        y = 563443.16666645,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 142,
                                        lat = 0.74808039717292,
                                        skill = "Average",
                                        long = 0.71761617910341,
                                        x = -220457.70631015,
                                        name = "Наземная группа #4",
                                        heading = 0,
                                        y = 563467.12949411,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 143,
                                        lat = 0.74807639745449,
                                        skill = "Average",
                                        long = 0.71763731411396,
                                        x = -220473.56599472,
                                        name = "Наземная группа #5",
                                        heading = 0,
                                        y = 563568.72724555,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 144,
                                        lat = 0.74807435678759,
                                        skill = "Average",
                                        long = 0.71764223291389,
                                        x = -220484.32623001,
                                        name = "Наземная группа #6",
                                        heading = 0,
                                        y = 563593.07029807,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 145,
                                        lat = 0.74807239775103,
                                        skill = "Average",
                                        long = 0.71764726679006,
                                        x = -220494.51413429,
                                        name = "Наземная группа #7",
                                        heading = 0,
                                        y = 563617.90149667,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Наземная группа #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #006",
                                groupId = 76,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75368737666303,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73793780062669,
                                            x = -174829.81494437,
                                            speed = 319.44444444444,
                                            y = 654718.23809566,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75541027991462,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73826250996339,
                                            x = -163683.43147649,
                                            speed = 311.11111111111,
                                            y = 655001.97865792,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75021241531373,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72343805779262,
                                            x = -204177.77729271,
                                            speed = 263.88888888889,
                                            y = 589375.24712747,
                                        }, -- 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 = 2100,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 167,
                                        lat = 0.748055,
                                        skill = "Random",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 168,
                                        lat = 0.748048,
                                        skill = "Random",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Colt12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #007",
                                groupId = 77,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.71273508018486,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73507207945716,
                                            x = -437263.61781505,
                                            speed = 138.88888888889,
                                            y = 669389.171898,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2151,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74579017762179,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72798946671165,
                                            x = -230159.97899281,
                                            speed = 138.88888888889,
                                            y = 613597.39080932,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            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 [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 240,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "C-130",
                                        CLSID = "{0213FA86-978D-4586-BAC3-BD642AD52B96}",
                                        unitId = 169,
                                        lat = 0.71273508018486,
                                        skill = "Random",
                                        long = 0.73507207945716,
                                        x = -437263.61781505,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "20830",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 11,
                                        y = 669389.171898,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #008",
                                groupId = 78,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.71262061549181,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73529942677323,
                                            x = -437877.63992085,
                                            speed = 138.88888888889,
                                            y = 670566.53829975,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74571195742046,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72841509417633,
                                            x = -230452.5684662,
                                            speed = 138.88888888889,
                                            y = 615650.4803457,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1688,
                                            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 [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 240,
                                task = "Nothing",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 170,
                                        lat = 0.71262061549181,
                                        skill = "Random",
                                        long = 0.73529942677323,
                                        x = -437877.63992085,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 670566.53829975,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 171,
                                        lat = 0.71261361549181,
                                        skill = "Random",
                                        long = 0.73530642677323,
                                        x = -437918.69914133,
                                        name = "Пилот #14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 670605.04183315,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 172,
                                        lat = 0.71260661549181,
                                        skill = "Random",
                                        long = 0.73531342677323,
                                        x = -437959.7583618,
                                        name = "Пилот #15",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 670643.54536655,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Springfield13",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 173,
                                        lat = 0.71259961549181,
                                        skill = "Random",
                                        long = 0.73532042677323,
                                        x = -438000.81758228,
                                        name = "Пилот #16",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 670682.04889996,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Springfield14",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #009",
                                groupId = 79,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.71249497733122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73487323326732,
                                            x = -438895.19045166,
                                            speed = 138.88888888889,
                                            y = 668585.93558074,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74562749568563,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72782527330889,
                                            x = -231275.7073242,
                                            speed = 138.88888888889,
                                            y = 612933.74164431,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            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 [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 240,
                                task = "Nothing",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 174,
                                        lat = 0.71249497733122,
                                        skill = "Random",
                                        long = 0.73487323326732,
                                        x = -438895.19045166,
                                        name = "Пилот #17",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 668585.93558074,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 175,
                                        lat = 0.71248797733122,
                                        skill = "Random",
                                        long = 0.73488023326732,
                                        x = -438936.24967213,
                                        name = "Пилот #18",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 668624.43911414,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 176,
                                        lat = 0.71248097733122,
                                        skill = "Random",
                                        long = 0.73488723326732,
                                        x = -438977.30889261,
                                        name = "Пилот #19",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 668662.94264754,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Uzi13",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 177,
                                        lat = 0.71247397733122,
                                        skill = "Random",
                                        long = 0.73489423326732,
                                        x = -439018.36811308,
                                        name = "Пилот #20",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 668701.44618094,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Uzi14",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.5604716740684,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74817796650232,
                                            long = 0.71768844420886,
                                            x = -219803.3291724,
                                            name = "",
                                            speed = 0,
                                            y = 563744.54999374,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                lat = 0.74817796650232,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "C-130",
                                        CLSID = "{0213FA86-978D-4586-BAC3-BD642AD52B96}",
                                        unitId = 48,
                                        lat = 0.74817796650232,
                                        long = 0.71768844420886,
                                        x = -219803.3291724,
                                        name = "Стат. объект #009",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563744.54999374,
                                        heading = 3.5604716740684,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71768844420886,
                                name = "Стат. объект #009",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 3.5604716740684,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7481147797385,
                                            long = 0.7178211137667,
                                            x = -220145.44174354,
                                            name = "",
                                            speed = 0,
                                            y = 564406.25241693,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                lat = 0.7481147797385,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 49,
                                        lat = 0.7481147797385,
                                        long = 0.7178211137667,
                                        x = -220145.44174354,
                                        name = "Стат. объект #010",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564406.25241693,
                                        heading = 3.5604716740684,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7178211137667,
                                name = "Стат. объект #010",
                                dead = false,
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 179,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77980007893725,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69862569072263,
                                            x = -26515.618426136,
                                            speed = 5.5555555555556,
                                            y = 457262.69031806,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 12,
                                        lat = 0.77980007893725,
                                        skill = "Good",
                                        long = 0.69862569072263,
                                        x = -26515.618426136,
                                        name = "Наземная группа #11",
                                        heading = 5.3232542185827,
                                        y = 457262.69031806,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 13,
                                        lat = 0.77977644035221,
                                        skill = "Good",
                                        long = 0.69865349358448,
                                        x = -26655.035924308,
                                        name = "Наземная группа #12",
                                        heading = 5.3232542185827,
                                        y = 457402.51093994,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 14,
                                        lat = 0.7798091321587,
                                        skill = "Good",
                                        long = 0.69866228177505,
                                        x = -26443.36038981,
                                        name = "Наземная группа #13",
                                        heading = 5.3232542185827,
                                        y = 457423.80120196,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 15,
                                        lat = 0.77977191387769,
                                        skill = "Good",
                                        long = 0.69860880743197,
                                        x = -26701.702217399,
                                        name = "Наземная группа #14",
                                        heading = 5.3232542185827,
                                        y = 457202.03335841,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 16,
                                        lat = 0.77982841243745,
                                        skill = "Good",
                                        long = 0.69862073320514,
                                        x = -26337.183419739,
                                        name = "Наземная группа #15",
                                        heading = 5.3232542185827,
                                        y = 457224.00405384,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 17,
                                        lat = 0.77980326432074,
                                        skill = "Good",
                                        long = 0.69858924324687,
                                        x = -26509.88936016,
                                        name = "Наземная группа #16",
                                        heading = 5.3232542185827,
                                        y = 457095.2521282,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75754586159207,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69783813667512,
                                            x = -168538.8280404,
                                            speed = 5.5555555555556,
                                            y = 465753.58581217,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 34,
                                        lat = 0.75754586159207,
                                        skill = "Good",
                                        long = 0.69783813667512,
                                        x = -168538.8280404,
                                        name = "Наземная группа",
                                        heading = 2.9670597283904,
                                        y = 465753.58581217,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 35,
                                        lat = 0.75757769142947,
                                        skill = "Good",
                                        long = 0.69783381188722,
                                        x = -168337.79082158,
                                        name = "Наземная группа #17",
                                        heading = 2.9670597283904,
                                        y = 465716.3753329,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 36,
                                        lat = 0.75755710036854,
                                        skill = "Good",
                                        long = 0.69780852979461,
                                        x = -168478.64451322,
                                        name = "Наземная группа #18",
                                        heading = 2.9670597283904,
                                        y = 465609.91557072,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 37,
                                        lat = 0.75756333506976,
                                        skill = "Good",
                                        long = 0.69786583566969,
                                        x = -168416.89829881,
                                        name = "Наземная группа #19",
                                        heading = 2.9670597283904,
                                        y = 465872.95623922,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 38,
                                        lat = 0.75752666570996,
                                        skill = "Good",
                                        long = 0.69781533800661,
                                        x = -168669.84165078,
                                        name = "Наземная группа #20",
                                        heading = 2.9670597283904,
                                        y = 465657.92065318,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 39,
                                        lat = 0.75752797823781,
                                        skill = "Good",
                                        long = 0.6978565990516,
                                        x = -168645.61256878,
                                        name = "Наземная группа #21",
                                        heading = 2.9670597283904,
                                        y = 465849.02084748,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 659,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76857019628742,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73230496183622,
                                            x = -82919.060655788,
                                            speed = 5.5555555555556,
                                            y = 618155.72413493,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 69,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 146,
                                        lat = 0.76857019628742,
                                        skill = "Good",
                                        long = 0.73230496183622,
                                        x = -82919.060655788,
                                        name = "Наземная группа #8",
                                        heading = 2.9670597283904,
                                        y = 618155.72413493,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 147,
                                        lat = 0.76861689128469,
                                        skill = "Good",
                                        long = 0.73230397465146,
                                        x = -82622.169539073,
                                        name = "Наземная группа #9",
                                        heading = 2.9670597283904,
                                        y = 618118.41607158,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 148,
                                        lat = 0.76858754947267,
                                        skill = "Good",
                                        long = 0.73224786190791,
                                        x = -82837.019501655,
                                        name = "Наземная группа #10",
                                        heading = 2.9670597283904,
                                        y = 617881.04347606,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 149,
                                        lat = 0.76858981295357,
                                        skill = "Good",
                                        long = 0.73235881492076,
                                        x = -82767.27346253,
                                        name = "Наземная группа #22",
                                        heading = 2.9670597283904,
                                        y = 618389.53345587,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 150,
                                        lat = 0.76853582612326,
                                        skill = "Good",
                                        long = 0.73226733656054,
                                        x = -83156.714911646,
                                        name = "Наземная группа #23",
                                        heading = 2.9670597283904,
                                        y = 618006.87181262,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 151,
                                        lat = 0.76853943074418,
                                        skill = "Good",
                                        long = 0.73234425420667,
                                        x = -83095.400614001,
                                        name = "Наземная группа #24",
                                        heading = 2.9670597283904,
                                        y = 618357.95160234,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 823,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76650273750656,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74500257073492,
                                            x = -89428.403307772,
                                            speed = 5.5555555555556,
                                            y = 678050.2725715,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 70,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 152,
                                        lat = 0.76650273750656,
                                        skill = "Good",
                                        long = 0.74500257073492,
                                        x = -89428.403307772,
                                        name = "Наземная группа #25",
                                        heading = 2.9670597283904,
                                        y = 678050.2725715,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 153,
                                        lat = 0.76654943250383,
                                        skill = "Good",
                                        long = 0.74500158355016,
                                        x = -89131.525017381,
                                        name = "Наземная группа #26",
                                        heading = 2.9670597283904,
                                        y = 678010.27215681,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 154,
                                        lat = 0.76652009069181,
                                        skill = "Good",
                                        long = 0.74494547080661,
                                        x = -89348.798853232,
                                        name = "Наземная группа #27",
                                        heading = 2.9670597283904,
                                        y = 677773.82766314,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 155,
                                        lat = 0.76652235417271,
                                        skill = "Good",
                                        long = 0.74505642381946,
                                        x = -89274.295246317,
                                        name = "Наземная группа #28",
                                        heading = 2.9670597283904,
                                        y = 678283.68134,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 156,
                                        lat = 0.7664683673424,
                                        skill = "Good",
                                        long = 0.74496494545924,
                                        x = -89667.692124392,
                                        name = "Наземная группа #29",
                                        heading = 2.9670597283904,
                                        y = 677902.88570957,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 157,
                                        lat = 0.76647197196332,
                                        skill = "Good",
                                        long = 0.74504186310537,
                                        x = -89603.078380085,
                                        name = "Наземная группа #30",
                                        heading = 2.9670597283904,
                                        y = 678254.79409319,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #002",
                                groupId = 71,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75640414185344,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69000236229908,
                                            x = -178770.35163556,
                                            speed = 180.55555555556,
                                            y = 429944.21360062,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75183619480898,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70631717109542,
                                            x = -201470.4476043,
                                            speed = 272.22222222222,
                                            y = 508388.42102492,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74729637014409,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69649025919961,
                                            x = -234329.6606986,
                                            speed = 319.44444444444,
                                            y = 464896.7998116,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75638070374162,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68969478475013,
                                            x = -179033.56902189,
                                            speed = 361.11111111111,
                                            y = 428526.59339095,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76175210367597,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68901038273144,
                                            x = -145077.06249463,
                                            speed = 138.88888888889,
                                            y = 422669.27164635,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Reconnaissance",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-25RBT",
                                        CLSID = "{FB7FDABF-24F4-4311-AD7A-331CB382E9FA}",
                                        unitId = 158,
                                        lat = 0.758225,
                                        skill = "Random",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "15245",
                                            flare = 0,
                                            chaff = 0,
                                            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 = "Самолетная группа #001",
                                groupId = 72,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75821125771944,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69715752224507,
                                            x = -164563.20228733,
                                            speed = 138.88888888889,
                                            y = 462232.08580559,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75318379472355,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70475316790882,
                                            x = -193533.41809843,
                                            speed = 188.88888888889,
                                            y = 500328.3417188,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75560540740045,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69084560743668,
                                            x = -183544.25770433,
                                            speed = 305.55555555556,
                                            y = 434263.06930293,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 159,
                                        lat = 0.75821125771944,
                                        skill = "High",
                                        long = 0.69715752224507,
                                        x = -164563.20228733,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- 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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 462232.08580559,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 160,
                                        lat = 0.75820425771944,
                                        skill = "High",
                                        long = 0.69716452224507,
                                        x = -164605.08764536,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- 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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 462268.38793262,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #010",
                                groupId = 80,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1652,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1060,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77281105954378,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71388812731923,
                                            x = -64627.003512163,
                                            speed = 152.77777777778,
                                            y = 530922.5077016,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76450735290411,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7317987504998,
                                            x = -109047.18155175,
                                            speed = 263.88888888889,
                                            y = 618644.77806153,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76171141408158,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73459631277756,
                                            x = -125438.21461847,
                                            speed = 263.88888888889,
                                            y = 633523.40051468,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76083310132532,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73541237415965,
                                            x = -130614.11037482,
                                            speed = 263.88888888889,
                                            y = 637907.48739923,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75977595082658,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73528755715058,
                                            x = -137411.75347013,
                                            speed = 222.22222222222,
                                            y = 638084.17831478,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75851997053392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73480464925494,
                                            x = -145659.53530985,
                                            speed = 222.22222222222,
                                            y = 636728.10839744,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 1700,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75750738516295,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73615222612695,
                                            x = -151418.71599077,
                                            speed = 222.22222222222,
                                            y = 643695.91487446,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75648650716226,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73650006566026,
                                            x = -157743.34796958,
                                            speed = 222.22222222222,
                                            y = 646041.25488066,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 2200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75524940654528,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73599872163796,
                                            x = -165880.66775444,
                                            speed = 222.22222222222,
                                            y = 644571.59117527,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 3600,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75430610630477,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73656272483356,
                                            x = -171600.70542033,
                                            speed = 222.22222222222,
                                            y = 647872.06471575,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75347265919912,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73787116788025,
                                            x = -176232.7596861,
                                            speed = 222.22222222222,
                                            y = 654564.36993074,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7525680023323,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73638506289274,
                                            x = -182763.94141567,
                                            speed = 222.22222222222,
                                            y = 648264.20830651,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 1200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75041254360342,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73626527340773,
                                            x = -196556.71619166,
                                            speed = 250,
                                            y = 649229.98183821,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74954369042237,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72933172186373,
                                                    radius = 40000,
                                                    y = 623653.62132277,
                                                    x = -265393.95108886,
                                                    lat = 0.74015635877818,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73642634648015,
                                            x = -202009.36480989,
                                            speed = 250,
                                            y = 650585.91910109,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74620547226356,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72905790856319,
                                                    radius = 40000,
                                                    y = 622155.58725656,
                                                    x = -263534.86707341,
                                                    lat = 0.74046953733216,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72896863946264,
                                            x = -227036.83188492,
                                            speed = 277.77777777778,
                                            y = 617920.6813841,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76402689248572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74390065653196,
                                            x = -105794.67536359,
                                            speed = 311.11111111111,
                                            y = 674826.97376935,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76916101798716,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73254534916836,
                                            x = -79036.454783204,
                                            speed = 138.88888888889,
                                            y = 618846.21586023,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 1060,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [19]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 178,
                                        lat = 0.779801,
                                        skill = "Excellent",
                                        y = 458040.61422532,
                                        long = 0.698797,
                                        x = -26441.347360305,
                                        name = "Пилот #21",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 179,
                                        lat = 0.779794,
                                        skill = "Excellent",
                                        y = 458076.41516939,
                                        long = 0.698804,
                                        x = -26483.124922666,
                                        name = "Пилот #22",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #011",
                                groupId = 81,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1387,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77280423286864,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7138428149042,
                                            x = -64690.495456486,
                                            speed = 152.77777777778,
                                            y = 530719.53025706,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76448753232206,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73173459180368,
                                            x = -109205.40959064,
                                            speed = 263.88888888889,
                                            y = 618362.41605855,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76170795471522,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73454405386972,
                                            x = -125487.04750177,
                                            speed = 263.88888888889,
                                            y = 633284.1785513,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7608368047012,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73535792248261,
                                            x = -130618.44493883,
                                            speed = 263.88888888889,
                                            y = 637653.14493699,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.759779650481,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73523738232035,
                                            x = -137413.91218509,
                                            speed = 222.22222222222,
                                            y = 637848.88220688,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75851414027991,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7347589156861,
                                            x = -145720.11961014,
                                            speed = 222.22222222222,
                                            y = 636520.09431678,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 1700,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75748605554959,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73612595085731,
                                            x = -151568.05171979,
                                            speed = 222.22222222222,
                                            y = 643588.94727269,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75648257315117,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73645890114986,
                                            x = -157789.50655906,
                                            speed = 222.22222222222,
                                            y = 645852.65041361,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 2200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75523950114438,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7359575953318,
                                            x = -165964.84093262,
                                            speed = 222.22222222222,
                                            y = 644386.86443375,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 2117,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75382847457846,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73686517419133,
                                            x = -174488.35082566,
                                            speed = 138.88888888889,
                                            y = 649621.89980651,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75365378078281,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73798028614194,
                                            x = -175021.45804064,
                                            speed = 138.88888888889,
                                            y = 654940.89270268,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 1673,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75299074449449,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73753839568369,
                                            x = -179478.08342127,
                                            speed = 138.88888888889,
                                            y = 653355.73633084,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75241506905375,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73626162416545,
                                            x = -183801.43788001,
                                            speed = 138.88888888889,
                                            y = 647795.40546003,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 1200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75043283556775,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73632381821168,
                                            x = -196397.45598809,
                                            speed = 250,
                                            y = 649489.78995562,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74961315000885,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72932630882578,
                                                    radius = 40000,
                                                    y = 624103.97552768,
                                                    x = -269980.15431959,
                                                    lat = 0.73943692830893,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73643738461189,
                                            x = -201561.19751801,
                                            speed = 250,
                                            y = 650588.59946383,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74615116730574,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72926695104484,
                                                    radius = 40000,
                                                    y = 623646.42070947,
                                                    x = -268297.96027668,
                                                    lat = 0.73970560029619,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72889535681316,
                                            x = -227419.26164487,
                                            speed = 277.77777777778,
                                            y = 617613.22886392,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7639818219696,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74372707311904,
                                            x = -106175.75542678,
                                            speed = 311.11111111111,
                                            y = 674059.85317141,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76907084690753,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73246060108643,
                                            x = -79652.984225201,
                                            speed = 138.88888888889,
                                            y = 618519.88844348,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [20]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 40,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 180,
                                        lat = 0.779801,
                                        skill = "Player",
                                        y = 458040.61422532,
                                        long = 0.698797,
                                        x = -26441.347360305,
                                        name = "Пилот #23",
                                        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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 181,
                                        lat = 0.779794,
                                        skill = "Excellent",
                                        y = 458076.41516939,
                                        long = 0.698804,
                                        x = -26483.124922666,
                                        name = "Пилот #24",
                                        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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 28,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 182,
                                        lat = 0.779787,
                                        skill = "Excellent",
                                        y = 458112.21611346,
                                        long = 0.698811,
                                        x = -26524.902485027,
                                        name = "Пилот #25",
                                        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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 6,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 29,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 183,
                                        lat = 0.77978,
                                        skill = "Excellent",
                                        y = 458148.01705753,
                                        long = 0.698818,
                                        x = -26566.680047388,
                                        name = "Пилот #26",
                                        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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 5.8817595792209,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77956790826104,
                                            long = 0.69863137641016,
                                            x = -27991.704461812,
                                            name = "",
                                            speed = 0,
                                            y = 457420.66651316,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                lat = 0.77956790826104,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 18,
                                        lat = 0.77956790826104,
                                        long = 0.69863137641016,
                                        x = -27991.704461812,
                                        name = "Стат. объект",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457420.66651316,
                                        heading = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69863137641016,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.8817595792209,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77957042245949,
                                            long = 0.69864306063456,
                                            x = -27971.029330042,
                                            name = "",
                                            speed = 0,
                                            y = 457472.38112126,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                lat = 0.77957042245949,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 19,
                                        lat = 0.77957042245949,
                                        long = 0.69864306063456,
                                        x = -27971.029330042,
                                        name = "Стат. объект #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457472.38112126,
                                        heading = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69864306063456,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 5.6897733615015,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77965532222824,
                                            long = 0.69875077708244,
                                            x = -27387.413416991,
                                            name = "",
                                            speed = 0,
                                            y = 457913.65266534,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                lat = 0.77965532222824,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-17M4",
                                        CLSID = "{2BAFF3D1-6A2C-4654-92A9-99D3BC501A4E}",
                                        unitId = 20,
                                        lat = 0.77965532222824,
                                        long = 0.69875077708244,
                                        x = -27387.413416991,
                                        name = "Стат. объект #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457913.65266534,
                                        heading = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69875077708244,
                                name = "Стат. объект #002",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 5.6897733615015,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77965188587022,
                                            long = 0.69874090131026,
                                            x = -27413.238086403,
                                            name = "",
                                            speed = 0,
                                            y = 457870.73578437,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                lat = 0.77965188587022,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-17M4",
                                        CLSID = "{2BAFF3D1-6A2C-4654-92A9-99D3BC501A4E}",
                                        unitId = 21,
                                        lat = 0.77965188587022,
                                        long = 0.69874090131026,
                                        x = -27413.238086403,
                                        name = "Стат. объект #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 457870.73578437,
                                        heading = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69874090131026,
                                name = "Стат. объект #003",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 2.0071286397935,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77976395068463,
                                            long = 0.69887449151372,
                                            x = -26646.316814281,
                                            name = "",
                                            speed = 0,
                                            y = 458413.87403883,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                lat = 0.77976395068463,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 22,
                                        lat = 0.77976395068463,
                                        long = 0.69887449151372,
                                        x = -26646.316814281,
                                        name = "Стат. объект #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 458413.87403883,
                                        heading = 2.0071286397935,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69887449151372,
                                name = "Стат. объект #004",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 2.0071286397935,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77976981829449,
                                            long = 0.69887887265077,
                                            x = -26607.205142577,
                                            name = "",
                                            speed = 0,
                                            y = 458430.43610695,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                lat = 0.77976981829449,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 23,
                                        lat = 0.77976981829449,
                                        long = 0.69887887265077,
                                        x = -26607.205142577,
                                        name = "Стат. объект #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 458430.43610695,
                                        heading = 2.0071286397935,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69887887265077,
                                name = "Стат. объект #005",
                                dead = false,
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Перехват истребителей Ф16",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 19951,
    start_time = 26100,
    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
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
