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
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 120,
                }, -- end of [1]
            }, -- end of rules
            score = 25,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 123,
                }, -- end of [1]
            }, -- end of rules
            score = 25,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [3]
    }, -- 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 = 26,
                dir = 121,
            }, -- end of at8000
            at2000 = 
            {
                speed = 19,
                dir = 97,
            }, -- end of at2000
            atGround = 
            {
                speed = 13,
                dir = 77,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 100,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 19,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 8,
            thickness = 1050,
            base = 1500,
            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_unit_dead(\"120\")  then a_set_mission_result(25) end",
        [3] = "if c_unit_dead(\"123\")  then a_set_mission_result(25) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_flag_is_true(\"1\") )",
                [2] = "return(c_unit_dead(\"120\") )",
                [3] = "return(c_unit_dead(\"123\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(25)",
                [3] = "a_set_mission_result(25)",
            }, -- 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",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
    }, -- end of triggers
    map = 
    {
        centerY = 0.71836703049141,
        zoom = 500000,
        centerX = 0.7505321497126,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "По данным разведки, в 10 км юго-западнее Ткварчели обнаружено скопление техники противника. Выявлены укреплённые сооружения, возможно, бункеры и огневые точки, а также высокие мачты антенн, вышки наблюдательных пунктов. Кроме того, зафиксированы пролёты вертолётов в данном квадрате. Таким образом, выявлен командный пункт противника либо какой-то иной объект, возможно, узел связи.\
\
Приказано уничтожить с воздуха обнаруженные объекты и наземную технику. ",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "Вы вылетаете в 12:40 в группе с двумя штурмовиками и украинской \"Кайрой\". \
Ваша задача - штурмовка. Уничтожайте любые объекты и технику. Штурмовики и МиГ-27 нанесут ракетный удар по целям.\
В районе целей возможно присутствие вертолётов противника. Их уничтожение - также Ваша задача.\
Вы должны скрытно появиться над целью, поэтому следуйте точно по маршруту всей группой. Не теряйте визуального контакта со штурмовиками. При выходе к цели пройдите вперёд с набором высоты, произведите поиск воздушных целей.\
\
Противник может располагать ПЗРК и зенитной артиллерией.\
\
Вам подвешены две ракеты Р-73, контейнеры РЭБ. Для работы по наземным целям Вам подвешены бомбы - пара РБК-500, блоки НАР - УБ-13 и Б-8. Один блок Б-8 - маркерные НАРы. Используйте их с первого захода для обозначения населённого пункта, чтобы облегчить задачу Су-25 и МиГ-27.\
\
Посадку производите в Сочи-Адлере, запасной аэродром - Гудаута. Авиабаза Сухуми контролируется отрядами противника.\
\
В случае необходимости покидания самолёта уведите машину из района скопления сил противника, затем производите катапультирование.\
\
Удачи!",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "su27{9D86D2EE-5E98-40ee-891D-3DBDEF7E8CE6}.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] = 
                {
                    score = 99,
                    coalitionlist = "offline",
                    predicate = "c_mission_score_higher",
                    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 = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 124,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74742094488219,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72561923378712,
                                            x = -220917.25513908,
                                            speed = 5.5555555555556,
                                            y = 601404.89546297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 61,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MCV-80",
                                        CLSID = "{4D1FFA57-1ADE-4A66-A034-DA87E7CC0CE0}",
                                        unitId = 111,
                                        lat = 0.74742094488219,
                                        skill = "Random",
                                        long = 0.72561923378712,
                                        x = -220917.25513908,
                                        name = "Юнит #22",
                                        heading = 4.4499570247379,
                                        y = 601404.89546297,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #019",
                                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 [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 118,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74725655476721,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72565390466124,
                                            x = -221947.69569277,
                                            speed = 5.5555555555556,
                                            y = 601673.68943166,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 56,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 106,
                                        lat = 0.74725655476721,
                                        skill = "Random",
                                        long = 0.72565390466124,
                                        x = -221947.69569277,
                                        name = "Юнит #16",
                                        heading = 3.8327656331975,
                                        y = 601673.68943166,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7474649110902,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72557980765575,
                                            x = -220656.24297339,
                                            speed = 5.5555555555556,
                                            y = 601191.633286,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 59,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-1",
                                        CLSID = "{A90A4A5B-5AF8-49CF-B363-BB81EF4A9256}",
                                        unitId = 109,
                                        lat = 0.7474649110902,
                                        skill = "Random",
                                        long = 0.72557980765575,
                                        x = -220656.24297339,
                                        name = "Юнит #20",
                                        heading = 4.6949356878647,
                                        y = 601191.633286,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 123,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74741671901941,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72562804498429,
                                            x = -220939.9145538,
                                            speed = 5.5555555555556,
                                            y = 601448.93750944,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 60,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BRDM-2",
                                        CLSID = "{B33FB5B1-ABF0-48E6-A06B-6886A0132786}",
                                        unitId = 110,
                                        lat = 0.74741671901941,
                                        skill = "Random",
                                        long = 0.72562804498429,
                                        x = -220939.9145538,
                                        name = "Юнит #21",
                                        heading = 3.9095375244673,
                                        y = 601448.93750944,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0.50614548307836,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7474207823487,
                                            long = 0.7256258073424,
                                            x = -220915.11210524,
                                            name = "",
                                            speed = 0,
                                            y = 601435.82038656,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 64,
                                lat = 0.7474207823487,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "pereezd_big",
                                        type = "Railway crossing A",
                                        CLSID = "{557eab86-9e3d-459f-880b-3bfbd3b397fe}",
                                        unitId = 114,
                                        lat = 0.7474207823487,
                                        long = 0.7256258073424,
                                        x = -220915.11210524,
                                        name = "Стат. объект #001",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601435.82038656,
                                        heading = 0.50614548307836,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7256258073424,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 3.4732052114687,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74746434219991,
                                            long = 0.72557606578665,
                                            x = -220661.67618991,
                                            name = "",
                                            speed = 0,
                                            y = 601174.45732246,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 65,
                                lat = 0.74746434219991,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block-onroad",
                                        type = ".Block on road",
                                        CLSID = "{B54053A8-B054-4a0b-871C-6DDA65ED90EF}",
                                        unitId = 115,
                                        lat = 0.74746434219991,
                                        long = 0.72557606578665,
                                        x = -220661.67618991,
                                        name = "Стат. объект #002",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601174.45732246,
                                        heading = 3.4732052114687,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72557606578665,
                                name = "Стат. объект #002",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 4.7748077903806,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7474501200402,
                                            long = 0.72567798004589,
                                            x = -220702.99770542,
                                            name = "",
                                            speed = 0,
                                            y = 601661.47013101,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 68,
                                lat = 0.7474501200402,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-8MT",
                                        CLSID = "{C08CF845-F905-40F0-AF1B-554908BBE89E}",
                                        unitId = 118,
                                        lat = 0.7474501200402,
                                        long = 0.72567798004589,
                                        x = -220702.99770542,
                                        name = "Стат. объект #003",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601661.47013101,
                                        heading = 4.7748077903806,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72567798004589,
                                name = "Стат. объект #003",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 0.54105206811824,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74739282695274,
                                            long = 0.72567295290076,
                                            x = -221070.39910363,
                                            name = "",
                                            speed = 0,
                                            y = 601674.92747938,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 70,
                                lat = 0.74739282695274,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 120,
                                        lat = 0.74739282695274,
                                        long = 0.72567295290076,
                                        x = -221070.39910363,
                                        name = "Стат. объект #004",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601674.92747938,
                                        heading = 0.54105206811824,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72567295290076,
                                name = "Стат. объект #004",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 5.3232542185827,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74738380661615,
                                            long = 0.72566246021082,
                                            x = -221132.93418039,
                                            name = "",
                                            speed = 0,
                                            y = 601631.56246635,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 71,
                                lat = 0.74738380661615,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tr_budka",
                                        type = "Electric power box",
                                        CLSID = "{7d0fa1db-38a1-4bf8-9169-943e11d49001}",
                                        unitId = 121,
                                        lat = 0.74738380661615,
                                        long = 0.72566246021082,
                                        x = -221132.93418039,
                                        name = "Стат. объект #005",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601631.56246635,
                                        heading = 5.3232542185827,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72566246021082,
                                name = "Стат. объект #005",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 5.218534463463,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7473757615147,
                                            long = 0.72571303428371,
                                            x = -221159.73009316,
                                            name = "",
                                            speed = 0,
                                            y = 601873.87655501,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 72,
                                lat = 0.7473757615147,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block",
                                        type = ".Block",
                                        CLSID = "{71AC463C-310A-41ce-B7E7-923AC3CA5EDC}",
                                        unitId = 122,
                                        lat = 0.7473757615147,
                                        long = 0.72571303428371,
                                        x = -221159.73009316,
                                        name = "Стат. объект #006",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601873.87655501,
                                        heading = 5.218534463463,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72571303428371,
                                name = "Стат. объект #006",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 2.1118483949131,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74736194683397,
                                            long = 0.72572436681084,
                                            x = -221242.25347618,
                                            name = "",
                                            speed = 0,
                                            y = 601935.93675674,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 73,
                                lat = 0.74736194683397,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 123,
                                        lat = 0.74736194683397,
                                        long = 0.72572436681084,
                                        x = -221242.25347618,
                                        name = "Стат. объект #007",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601935.93675674,
                                        heading = 2.1118483949131,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72572436681084,
                                name = "Стат. объект #007",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 0.57595865315813,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74735097647819,
                                            long = 0.72571691921926,
                                            x = -221315.7382925,
                                            name = "",
                                            speed = 0,
                                            y = 601908.10882384,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 74,
                                lat = 0.74735097647819,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 124,
                                        lat = 0.74735097647819,
                                        long = 0.72571691921926,
                                        x = -221315.7382925,
                                        name = "Стат. объект #008",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 601908.10882384,
                                        heading = 0.57595865315813,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72571691921926,
                                name = "Стат. объект #008",
                                dead = false,
                            }, -- end of [8]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Вертол. группа #001",
                                groupId = 55,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7472076407433,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73085065584469,
                                            x = -219715.66371125,
                                            speed = 41.666666666667,
                                            y = 626077.78786882,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74806916071049,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72915375159443,
                                            x = -215072.03798025,
                                            speed = 41.666666666667,
                                            y = 617540.92371748,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74768403743306,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72760172274389,
                                            x = -218282.72554132,
                                            speed = 41.666666666667,
                                            y = 610527.52704264,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74797906677054,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72656273746608,
                                            x = -216905.67023034,
                                            speed = 41.666666666667,
                                            y = 605459.29818355,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74722974115734,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72539687434361,
                                            x = -222242.78277184,
                                            speed = 41.666666666667,
                                            y = 600485.94072573,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74655807436588,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72586772431397,
                                            x = -226293.79829999,
                                            speed = 41.666666666667,
                                            y = 603127.58396075,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74748522879714,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7256529730244,
                                            x = -220491.43777328,
                                            speed = 41.666666666667,
                                            y = 601521.53576968,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UH-1H",
                                        CLSID = "{111132D6-F3AA-4C00-A53A-A6C5FB298572}",
                                        unitId = 105,
                                        lat = 0.7472076407433,
                                        skill = "Random",
                                        long = 0.73085065584469,
                                        x = -219715.66371125,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "680",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 626077.78786882,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74808046364084,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71780951839581,
                                            x = -220369.3033783,
                                            speed = 5.5555555555556,
                                            y = 564373.47451785,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 51,
                                        lat = 0.74808046364084,
                                        skill = "Random",
                                        long = 0.71780951839581,
                                        x = -220369.3033783,
                                        name = "Юнит #13",
                                        heading = 4.4209321859068,
                                        y = 564373.47451785,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.72446289901644,
                                                lat = 0.74615079376215,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.72383651252546,
                                                lat = 0.74527016069804,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                long = 0.72469441592354,
                                                lat = 0.74648084783927,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                long = 0.7237854603879,
                                                lat = 0.7453244895995,
                                            }, -- end of [3]
                                            [54] = 
                                            {
                                                long = 0.72529181206114,
                                                lat = 0.7471585480058,
                                            }, -- end of [54]
                                            [4] = 
                                            {
                                                long = 0.72376827868241,
                                                lat = 0.74534978724715,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.72374886432542,
                                                lat = 0.7453844343328,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.72374886432542,
                                                lat = 0.7453844343328,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.72388628271804,
                                                lat = 0.74546069118428,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.72404514741875,
                                                lat = 0.74553329714608,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.72406681195467,
                                                lat = 0.74555232306025,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.72410202351328,
                                                lat = 0.74565604813232,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.72414454325586,
                                                lat = 0.74564784995608,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.72417160844802,
                                                lat = 0.74566121256088,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.72430836767215,
                                                lat = 0.7458838717135,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.72444211503779,
                                                lat = 0.74602158519578,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.72446691222838,
                                                lat = 0.74616909548536,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.72454317865419,
                                                lat = 0.74626879744306,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.72472830222048,
                                                lat = 0.74652100568905,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                long = 0.72510143562553,
                                                lat = 0.74696495000422,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                long = 0.72535499808072,
                                                lat = 0.74720590767688,
                                            }, -- end of [56]
                                            [33] = 
                                            {
                                                long = 0.72453345107026,
                                                lat = 0.74630484638794,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.72478173750728,
                                                lat = 0.74656228675462,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                long = 0.72512103468744,
                                                lat = 0.74699330265537,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                long = 0.72538174013002,
                                                lat = 0.74723340572427,
                                            }, -- end of [57]
                                            [17] = 
                                            {
                                                long = 0.72422251421407,
                                                lat = 0.74575120477341,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.72431148797853,
                                                lat = 0.74588698202793,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.72446409456307,
                                                lat = 0.74608218264253,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.72447661658299,
                                                lat = 0.74618618630655,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.72453665253935,
                                                lat = 0.74631261262189,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.72479701179447,
                                                lat = 0.74658029246604,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                long = 0.72513680846599,
                                                lat = 0.74703403026587,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                long = 0.72542446058004,
                                                lat = 0.74729070310227,
                                            }, -- end of [58]
                                            [55] = 
                                            {
                                                long = 0.72532373886286,
                                                lat = 0.74718118259477,
                                            }, -- end of [55]
                                            [35] = 
                                            {
                                                long = 0.72456255490454,
                                                lat = 0.74632896088044,
                                            }, -- end of [35]
                                            [51] = 
                                            {
                                                long = 0.72519164090932,
                                                lat = 0.74707660767087,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                long = 0.72555144700547,
                                                lat = 0.74742712209743,
                                            }, -- end of [59]
                                            [9] = 
                                            {
                                                long = 0.72405520965444,
                                                lat = 0.74553913934463,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.72409747784139,
                                                lat = 0.74565395431007,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.72412794517829,
                                                lat = 0.74564791205467,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.72415988503431,
                                                lat = 0.74565259092402,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.72425853144853,
                                                lat = 0.74579325238392,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.72431148797853,
                                                lat = 0.74588698202793,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.72446692564915,
                                                lat = 0.7460950000533,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.72453296929618,
                                                lat = 0.74624342484117,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.72459232277328,
                                                lat = 0.74636173757242,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                long = 0.72492442664976,
                                                lat = 0.74673265419016,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                long = 0.72523527113752,
                                                lat = 0.74711908465667,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                long = 0.72557237221408,
                                                lat = 0.74745902674307,
                                            }, -- end of [60]
                                            [47] = 
                                            {
                                                long = 0.72494487938763,
                                                lat = 0.74680034655224,
                                            }, -- end of [47]
                                            [46] = 
                                            {
                                                long = 0.72493723132324,
                                                lat = 0.74678435949731,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                long = 0.72470713532261,
                                                lat = 0.74649888882085,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                long = 0.72482305122869,
                                                lat = 0.74664301453512,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                long = 0.72465064126183,
                                                lat = 0.74640917112519,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                long = 0.72493207861976,
                                                lat = 0.74674636478584,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                long = 0.72527480464537,
                                                lat = 0.74714201101149,
                                            }, -- end of [53]
                                            [1] = 
                                            {
                                                long = 0.72383651252546,
                                                lat = 0.74527016069804,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.72429085116647,
                                                lat = 0.74585716040774,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.72442931365713,
                                                lat = 0.74600441200174,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                long = 0.7245411249995,
                                                lat = 0.7462554509715,
                                            }, -- end of [31]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72557237221408,
                                                lat = 0.74745902674307,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72565254860436,
                                                lat = 0.74741468736051,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72564772922525,
                                                lat = 0.74740810481194,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72564772922525,
                                                lat = 0.74740810481194,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72565254860436,
                                                lat = 0.74741468736051,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72564772922525,
                                                lat = 0.74740810481194,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 304,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74527016069804,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72383651252546,
                                            x = -235473.38143849,
                                            speed = 8.3333333333333,
                                            y = 594430.64289143,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 130,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74745902674307,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72557237221408,
                                            x = -220697.32282092,
                                            speed = 8.3333333333333,
                                            y = 601160.57537048,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 130,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74741468736051,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72565254860436,
                                            x = -220941.00884547,
                                            speed = 8.3333333333333,
                                            y = 601565.1348752,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 123,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74740810481194,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72564772922525,
                                            x = -220985.27149861,
                                            speed = 8.3333333333333,
                                            y = 601546.79350528,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 51,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 101,
                                        lat = 0.74527016069804,
                                        skill = "Random",
                                        long = 0.72383651252546,
                                        x = -235473.38143849,
                                        name = "Юнит #11",
                                        heading = 0.52665451831546,
                                        y = 594430.64289143,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 121,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74738104364526,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72568807684746,
                                            x = -221138.14894476,
                                            speed = 5.5555555555556,
                                            y = 601753.45079791,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 63,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 113,
                                        lat = 0.74738104364526,
                                        skill = "Random",
                                        long = 0.72568807684746,
                                        x = -221138.14894476,
                                        name = "Юнит #24",
                                        heading = 5.0754420649771,
                                        y = 601753.45079791,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #021",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Вертол. группа",
                                groupId = 54,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 41.666666666667,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 450,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74787889895696,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72611490107045,
                                            x = -217760.30295656,
                                            speed = 61.111111111111,
                                            y = 603426.51227784,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 450,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74663343230417,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72565167948626,
                                            x = -225918.21103848,
                                            speed = 61.111111111111,
                                            y = 602065.96363026,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 450,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7479767088173,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72479494002693,
                                            x = -217775.46635415,
                                            speed = 61.111111111111,
                                            y = 597174.00900824,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 450,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74797752190404,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72689703818073,
                                            x = -216753.87212897,
                                            speed = 61.111111111111,
                                            y = 607027.68678845,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 450,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74656197206142,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72623757064814,
                                            x = -226090.14287632,
                                            speed = 61.111111111111,
                                            y = 604859.07651454,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 450,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74783385899653,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72549170940708,
                                            x = -218348.5425813,
                                            speed = 61.111111111111,
                                            y = 600534.77202425,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "AH-1W",
                                        CLSID = "{D49A54A7-1607-4779-88EE-7D4EF529CF5C}",
                                        unitId = 104,
                                        lat = 0.748055,
                                        skill = "Random",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "M260_HYDRA",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "M260_HYDRA",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = 825,
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2040,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7504741541277,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71558248726274,
                                            x = -206136.20134319,
                                            speed = 5.5555555555556,
                                            y = 552483.49738582,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 65,
                                        lat = 0.7504741541277,
                                        skill = "Random",
                                        long = 0.71558248726274,
                                        x = -206136.20134319,
                                        name = "Юнит #18",
                                        heading = 4.1545161875942,
                                        y = 552483.49738582,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 211,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74799996334026,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72719987453837,
                                            x = -216464.48799916,
                                            speed = 5.5555555555556,
                                            y = 608432.54087099,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 52,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 102,
                                        lat = 0.74799996334026,
                                        skill = "Random",
                                        long = 0.72719987453837,
                                        x = -216464.48799916,
                                        name = "Юнит #12",
                                        heading = 4.2312880788639,
                                        y = 608432.54087099,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.72676216715992,
                                                lat = 0.74806476263456,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.72811728704289,
                                                lat = 0.74780978977774,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                long = 0.72594619150836,
                                                lat = 0.74776935450179,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                long = 0.72804682778536,
                                                lat = 0.74774837212538,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.72801100710711,
                                                lat = 0.7477326743828,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.72798858097242,
                                                lat = 0.74772419038042,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.72796359210849,
                                                lat = 0.74772171072663,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.7279353675282,
                                                lat = 0.74772199038176,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.72790928004054,
                                                lat = 0.74771174536245,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.72773413914078,
                                                lat = 0.74773732401837,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.72766772837489,
                                                lat = 0.74772702206743,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.72757466362895,
                                                lat = 0.74770243020574,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.72750897290378,
                                                lat = 0.74770627426436,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.7273105501782,
                                                lat = 0.74782024618713,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.72701325648113,
                                                lat = 0.74804989097619,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.7267133025254,
                                                lat = 0.74805945156998,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.72642039506847,
                                                lat = 0.74794198387752,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.72589944745211,
                                                lat = 0.74775389424702,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                long = 0.72564715862936,
                                                lat = 0.74757303583779,
                                            }, -- end of [48]
                                            [33] = 
                                            {
                                                long = 0.72624143585233,
                                                lat = 0.74793930554618,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.72583078644323,
                                                lat = 0.74774417061894,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                long = 0.7255827178385,
                                                lat = 0.74747479990754,
                                            }, -- end of [49]
                                            [17] = 
                                            {
                                                long = 0.7274782157262,
                                                lat = 0.7477150606805,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.72727910137731,
                                                lat = 0.74784383830171,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.72698350342999,
                                                lat = 0.74805529671928,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.72663985078437,
                                                lat = 0.74804619635415,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.72622805729025,
                                                lat = 0.74793670873286,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.72576851310203,
                                                lat = 0.74770452821312,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                long = 0.72776816382067,
                                                lat = 0.74773581835864,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.72770033299223,
                                                lat = 0.7477343384979,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.72760696005852,
                                                lat = 0.74770757408386,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.72754153684113,
                                                lat = 0.74770198011011,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.72745029830061,
                                                lat = 0.74772810355773,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.72706521363129,
                                                lat = 0.74802638862708,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.72681150920152,
                                                lat = 0.74806587618937,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.72662742093,
                                                lat = 0.74804125400612,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.72611199125718,
                                                lat = 0.74788867261841,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                long = 0.72571683876033,
                                                lat = 0.74765442922847,
                                            }, -- end of [44]
                                            [47] = 
                                            {
                                                long = 0.72565732488446,
                                                lat = 0.7475837248006,
                                            }, -- end of [47]
                                            [46] = 
                                            {
                                                long = 0.72565732488446,
                                                lat = 0.7475837248006,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                long = 0.72592412058361,
                                                lat = 0.74775948538971,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                long = 0.72574014639272,
                                                lat = 0.74768084727483,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                long = 0.72607649646123,
                                                lat = 0.74786522233947,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                long = 0.72567989598232,
                                                lat = 0.74760745536749,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                long = 0.72617458389296,
                                                lat = 0.74792050918377,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                long = 0.72811728704289,
                                                lat = 0.74780978977774,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.72734597274168,
                                                lat = 0.747799882246,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.72704090823369,
                                                lat = 0.74804017096341,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                long = 0.72643752624562,
                                                lat = 0.74794547198311,
                                            }, -- end of [31]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72558333822819,
                                                lat = 0.74747458227098,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72558333822819,
                                                lat = 0.74747458227098,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 304,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74780978977774,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72811728704289,
                                            x = -217232.36469738,
                                            speed = 8.3333333333333,
                                            y = 612860.77075638,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 304,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74747479990754,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7255827178385,
                                            x = -220591.84172039,
                                            speed = 8.3333333333333,
                                            y = 601198.88670568,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 53,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-60",
                                        CLSID = "{A3CA58E6-EBE9-4D9F-A6A2-0D295F85D306}",
                                        unitId = 103,
                                        lat = 0.74780978977774,
                                        skill = "Random",
                                        long = 0.72811728704289,
                                        x = -217232.36469738,
                                        name = "Юнит #14",
                                        heading = 4.5349260243616,
                                        y = 612860.77075638,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 121,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74733586194845,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7256434970462,
                                            x = -221447.52217547,
                                            speed = 5.5555555555556,
                                            y = 601573.63965187,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 57,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 107,
                                        lat = 0.74733586194845,
                                        skill = "Random",
                                        long = 0.7256434970462,
                                        x = -221447.52217547,
                                        name = "Юнит #17",
                                        heading = 4.8923312477146,
                                        y = 601573.63965187,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 126,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74741647522014,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7257058016362,
                                            x = -220903.87112314,
                                            speed = 5.5555555555556,
                                            y = 601813.65439724,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 58,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 108,
                                        lat = 0.74741647522014,
                                        skill = "Random",
                                        long = 0.7257058016362,
                                        x = -220903.87112314,
                                        name = "Юнит #19",
                                        heading = 4.4166360288596,
                                        y = 601813.65439724,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 124,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74737568025136,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72569355466798,
                                            x = -221169.66644223,
                                            speed = 5.5555555555556,
                                            y = 601782.59958019,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 62,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-60",
                                        CLSID = "{A3CA58E6-EBE9-4D9F-A6A2-0D295F85D306}",
                                        unitId = 112,
                                        lat = 0.74737568025136,
                                        skill = "Random",
                                        long = 0.72569355466798,
                                        x = -221169.66644223,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = 601782.59958019,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74746629268214,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7255727669941,
                                            x = -220650.84616556,
                                            speed = 5.5555555555556,
                                            y = 601157.73050679,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 66,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 116,
                                        lat = 0.74746629268214,
                                        skill = "Random",
                                        long = 0.7255727669941,
                                        x = -220650.84616556,
                                        name = "Юнит #25",
                                        heading = 4.4674103172578,
                                        y = 601157.73050679,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #022",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74745263938054,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.725680174649,
                                            x = -220685.88778058,
                                            speed = 5.5555555555556,
                                            y = 601670.13127035,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 67,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hummer",
                                        CLSID = "{5A76E1FB-E73B-4D93-B61B-967AB6F87508}",
                                        unitId = 117,
                                        lat = 0.74745263938054,
                                        skill = "Random",
                                        long = 0.725680174649,
                                        x = -220685.88778058,
                                        name = "Юнит #26",
                                        heading = 0,
                                        y = 601670.13127035,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 123,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74739493983527,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72565905215785,
                                            x = -221063.66075014,
                                            speed = 5.5555555555556,
                                            y = 601608.38883759,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 69,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 119,
                                        lat = 0.74739493983527,
                                        skill = "Random",
                                        long = 0.72565905215785,
                                        x = -221063.66075014,
                                        name = "Юнит #27",
                                        heading = 4.000197411668,
                                        y = 601608.38883759,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #024",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77922268432857,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6606428306905,
                                            x = -42814.006006638,
                                            speed = 5.5555555555556,
                                            y = 284925.08846149,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MOSCOW",
                                        CLSID = "{5723F0F5-08EB-41DE-9CBB-7DCA54521D79}",
                                        unitId = 3,
                                        lat = 0.77922268432857,
                                        skill = "Random",
                                        long = 0.6606428306905,
                                        x = -42814.006006638,
                                        name = "Юнит #1",
                                        heading = 1.7359450042095,
                                        y = 284925.08846149,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75806752358977,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69569789262717,
                                            x = -166040.04632251,
                                            speed = 13.888888888889,
                                            y = 455533.2658247,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7569953471191,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6961131024456,
                                            x = -172708.16120086,
                                            speed = 13.888888888889,
                                            y = 458030.4761239,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7562785163525,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6998178646057,
                                            x = -175824.29210429,
                                            speed = 13.888888888889,
                                            y = 475637.80419475,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 44,
                                        lat = 0.75806752358977,
                                        skill = "Random",
                                        long = 0.69569789262717,
                                        x = -166040.04632251,
                                        name = "Юнит #6",
                                        heading = 2.8671834838474,
                                        y = 455533.2658247,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.6634033628108,
                                                lat = 0.77787835423782,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.6634033628108,
                                                lat = 0.77787835423782,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.66353127285841,
                                                lat = 0.77796336337714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.66344484282682,
                                                lat = 0.77789910384339,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.66344484282682,
                                                lat = 0.77789910384339,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.66342230566829,
                                                lat = 0.77789692846162,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.66351832489048,
                                                lat = 0.77797131243033,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.66353127285841,
                                                lat = 0.77796336337714,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.66342230566829,
                                                lat = 0.77789692846162,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.6634035888245,
                                                lat = 0.77788554961752,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.6634035888245,
                                                lat = 0.77788554961752,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.6634033628108,
                                                lat = 0.77787835423782,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77797131243033,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66351832489048,
                                            x = -49994.420546429,
                                            speed = 11.111111111111,
                                            y = 298487.62689886,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77796336337714,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66353127285841,
                                            x = -50041.325585346,
                                            speed = 11.111111111111,
                                            y = 298549.57073259,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77789910384339,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66344484282682,
                                            x = -50475.251909441,
                                            speed = 11.111111111111,
                                            y = 298181.96160132,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77789692846162,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66342230566829,
                                            x = -50495.560194154,
                                            speed = 11.111111111111,
                                            y = 298080.40364301,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77788554961752,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6634035888245,
                                            x = -50573.375849579,
                                            speed = 11.111111111111,
                                            y = 297999.80407919,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77787835423782,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6634033628108,
                                            x = -50619.256268188,
                                            speed = 11.111111111111,
                                            y = 298001.5907574,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 4,
                                        lat = 0.77797131243033,
                                        skill = "Random",
                                        long = 0.66351832489048,
                                        x = -49994.420546429,
                                        name = "Юнит #2",
                                        heading = 2.282118216867,
                                        y = 298487.62689886,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75815666763914,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69718392512831,
                                            x = -164900.69058921,
                                            speed = 5.5555555555556,
                                            y = 462384.16029482,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 45,
                                        lat = 0.75815666763914,
                                        skill = "Random",
                                        long = 0.69718392512831,
                                        x = -164900.69058921,
                                        name = "Юнит #7",
                                        heading = 3.6432854753164,
                                        y = 462384.16029482,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75720921978713,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69874113691858,
                                            x = -170326.63471205,
                                            speed = 5.5555555555556,
                                            y = 470124.37554327,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 46,
                                        lat = 0.75720921978713,
                                        skill = "Random",
                                        long = 0.69874113691858,
                                        x = -170326.63471205,
                                        name = "Юнит #8",
                                        heading = 2.6011731533192,
                                        y = 470124.37554327,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75307088510103,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70415832424842,
                                            x = -194498.05606987,
                                            speed = 5.5555555555556,
                                            y = 497617.8042133,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 47,
                                        lat = 0.75307088510103,
                                        skill = "Random",
                                        long = 0.70415832424842,
                                        x = -194498.05606987,
                                        name = "Юнит #9",
                                        heading = 2.9229237077159,
                                        y = 497617.8042133,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75223293310109,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70824028185032,
                                            x = -198130.29203382,
                                            speed = 5.5555555555556,
                                            y = 517133.47350857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 58,
                                        lat = 0.75223293310109,
                                        skill = "Random",
                                        long = 0.70824028185032,
                                        x = -198130.29203382,
                                        name = "Юнит #3",
                                        heading = 3.0309354324159,
                                        y = 517133.47350857,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75218134308152,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70901467414195,
                                            x = -198128.21298956,
                                            speed = 5.5555555555556,
                                            y = 520773.18000629,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 59,
                                        lat = 0.75218134308152,
                                        skill = "Random",
                                        long = 0.70901467414195,
                                        x = -198128.21298956,
                                        name = "Юнит #4",
                                        heading = 2.9996955989856,
                                        y = 520773.18000629,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75201418240356,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71074964040066,
                                            x = -198452.28213908,
                                            speed = 5.5555555555556,
                                            y = 528977.93252385,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 82,
                                        lat = 0.75201418240356,
                                        skill = "Random",
                                        long = 0.71074964040066,
                                        x = -198452.28213908,
                                        name = "Юнит #5",
                                        heading = 1.5707963267949,
                                        y = 528977.93252385,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75201867124037,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71089681680868,
                                            x = -198360.87289355,
                                            speed = 5.5555555555556,
                                            y = 529663.29804694,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 83,
                                        lat = 0.75201867124037,
                                        skill = "Random",
                                        long = 0.71089681680868,
                                        x = -198360.87289355,
                                        name = "Юнит #10",
                                        heading = 1.9513027039073,
                                        y = 529663.29804694,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 16,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75203662677609,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71103483595756,
                                            x = -198187.6015645,
                                            speed = 5.5555555555556,
                                            y = 530297.88145384,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 84,
                                        lat = 0.75203662677609,
                                        skill = "Random",
                                        long = 0.71103483595756,
                                        x = -198187.6015645,
                                        name = "Юнит #15",
                                        heading = 2.1112158270655,
                                        y = 530297.88145384,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #001",
                                groupId = 1,
                                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 = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75701765083879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71217314355423,
                                            x = -165963.90148105,
                                            speed = 222.22222222222,
                                            y = 532625.33220139,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.75612554049454,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71977060343929,
                                            x = -168233.46881789,
                                            speed = 222.22222222222,
                                            y = 568495.8370671,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75401219147246,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72505480072441,
                                            x = -179204.35189979,
                                            speed = 222.22222222222,
                                            y = 594448.74206082,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75212330728607,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72725326227074,
                                            x = -190172.46859776,
                                            speed = 222.22222222222,
                                            y = 605944.82380986,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74926443165803,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72587183095561,
                                            x = -209051.76777414,
                                            speed = 222.22222222222,
                                            y = 601374.24681459,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75443567050213,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7245995083467,
                                            x = -176727.33390416,
                                            speed = 222.22222222222,
                                            y = 592055.60348403,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            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 [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 1,
                                        lat = 0.758225,
                                        skill = "Player",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- 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]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Самолетная группа #003",
                                groupId = 76,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            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 = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75132051628523,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70987711891932,
                                            x = -203242.72648305,
                                            speed = 138.88888888889,
                                            y = 525309.76740021,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75505532662987,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71618327747391,
                                            x = -176683.8925074,
                                            speed = 152.77777777778,
                                            y = 552472.52298661,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74897613035523,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72485045936799,
                                            x = -211382.28106728,
                                            speed = 152.77777777778,
                                            y = 596785.6864543,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74651844859236,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72871091979211,
                                            x = -225171.29347047,
                                            speed = 152.77777777778,
                                            y = 616503.99923187,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74572672470206,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72534928730904,
                                            x = -231840.36687231,
                                            speed = 152.77777777778,
                                            y = 601234.18864852,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7472812563791,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72190892382996,
                                            x = -223566.79095242,
                                            speed = 152.77777777778,
                                            y = 584094.18211915,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74895374994659,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72485028040999,
                                            x = -211524.93118517,
                                            speed = 152.77777777778,
                                            y = 596799.35850717,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7516067561142,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71698737760609,
                                            x = -198282.57136565,
                                            speed = 152.77777777778,
                                            y = 558340.98530311,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75132035316096,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70984644299858,
                                            x = -203256.85886353,
                                            speed = 152.77777777778,
                                            y = 525166.4595511,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            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 [11]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 127,
                                        lat = 0.752425,
                                        skill = "High",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 10,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 128,
                                        lat = 0.752418,
                                        skill = "High",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 7,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 2.2165681500328,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.77955206895448,
                                            long = 0.65932233117873,
                                            x = -41076.471580877,
                                            name = "",
                                            speed = 0,
                                            y = 278802.44244753,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                lat = 0.77955206895448,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24MR",
                                        CLSID = "{0282A9C1-0B38-11d6-9193-00A0249B6F00}",
                                        unitId = 2,
                                        lat = 0.77955206895448,
                                        long = 0.65932233117873,
                                        x = -41076.471580877,
                                        name = "Стат. объект",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 278802.44244753,
                                        heading = 2.2165681500328,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65932233117873,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #002",
                                groupId = 75,
                                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 = 2250,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7564354481121,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71570963489015,
                                            x = -168109.45723205,
                                            speed = 250,
                                            y = 549422.07830715,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.754697300863,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72415370799721,
                                            x = -175274.35493146,
                                            speed = 250,
                                            y = 589810.14169606,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75141847690083,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72543053493438,
                                            x = -195543.94431797,
                                            speed = 250,
                                            y = 597898.16224105,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 3800,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.74927721247183,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72567289897039,
                                                    radius = 40,
                                                    y = 601674.72714783,
                                                    x = -221070.94285493,
                                                    lat = 0.74739274568811,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.7257244207428,
                                                    radius = 40,
                                                    y = 601936.13709725,
                                                    x = -221241.70973889,
                                                    lat = 0.74736202809628,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.72555335238195,
                                            x = -209124.39937754,
                                            speed = 250,
                                            y = 599876.90298475,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75422243781023,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7242134049591,
                                            x = -178270.99339731,
                                            speed = 222.22222222222,
                                            y = 590398.21631472,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75584430931557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71586974326578,
                                            x = -171801.56725425,
                                            speed = 194.44444444444,
                                            y = 550530.89683237,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 836,
                                            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 [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 120,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 125,
                                        lat = 0.758225,
                                        skill = "High",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4500",
                                            flare = 60,
                                            chaff = 60,
                                            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]
                                    [2] = 
                                    {
                                        type = "MiG-27K",
                                        CLSID = "{AD3E0C2E-2992-4E03-B884-E45B6F0000A7}",
                                        unitId = 126,
                                        lat = 0.758218,
                                        skill = "High",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4500",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Вылет на штурмовку",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 11645,
    start_time = 45300,
    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
