mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"501, мы начинаем атаку на аэродром.\\\
Покружитесь тут пока.\\\
\\\
Грач-1, 501, вас понял, покружимся пока тут.\", \"15\");a_activate_group(\"Пехота\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"501, это грач-1,  вас наблюдаю. На аэродроме находятся несколько танков и БТР-ов. Работай по ним.\\\
\\\
Грач-1, 501, вас понял, работаю.\\\
\", \"15\"); mission.trig.func[2]='';",
            [3] = "a_set_flag(\"1\");a_out_text_delay(\"На нас напали! Просим помошь! Мы под плотным огнем!\\\
501, поддержи! \", \"15\");a_activate_group(\"Напавшие\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay(\"МИССИЯ ВЫПОЛНЕНА!\", \"10\"); mission.trig.func[4]='';",
            [5] = "a_clear_flag(\"1\");a_out_text_delay(\"МИССИЯ ПРОВАЛЕНА!\", \"15\"); mission.trig.func[5]='';",
            [6] = "a_out_text_delay(\"501, грач-1, ПВО уничтожено, хорошая работа.\", \"15\"); mission.trig.func[6]='';",
            [7] = "a_out_text_delay(\"МИССИЯ ПРОВАЛЕНА!\", \"16\"); mission.trig.func[7]='';",
            [8] = "a_out_text_delay(\"501, грач-1, прошу помоши! Вы там заснули чтоли?! Наш командир убит!\", \"15\"); mission.trig.func[8]='';",
            [9] = "a_out_text_delay(\"Фух, мы отбились, вам-возврат на точку. \\\
\\\
Грач-1, 501, вас понял, возврат.\", \"15\"); mission.trig.func[9]='';",
            [10] = "a_out_text_delay(\"Фух, мы отбились, командир погиб... Жаль... Вам-возврат на точку.\\\
\\\
Грач-1, 501, вас понял, возврат.\", \"10\"); mission.trig.func[10]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_group_dead(\"Оборона\") )",
            [2] = "return(c_unit_in_zone(\"2\", \"ПАН\") )",
            [3] = "return(c_unit_in_zone(\"3\", \"Аэродром захвачен\") )",
            [4] = "return(c_flag_is_true(\"1\") and c_unit_in_zone(\"2\", \"Сел\") and c_unit_speed_lower(\"2\", \"10\") )",
            [5] = "return(c_group_dead(\"Пехота\") )",
            [6] = "return(c_group_dead(\"ПВО\") )",
            [7] = "return(c_unit_dead(\"2\") )",
            [8] = "return(c_unit_dead(\"3\") )",
            [9] = "return(c_group_dead(\"Напавшие\") and c_group_alive(\"Пехота\") and c_unit_alive(\"3\") )",
            [10] = "return(c_group_dead(\"Напавшие\") and c_group_alive(\"Пехота\") and c_unit_dead(\"3\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_group_dead(\"Оборона\") then a_out_text_delay(\"501, мы начинаем атаку на аэродром.\\\
Покружитесь тут пока.\\\
\\\
Грач-1, 501, вас понял, покружимся пока тут.\", \"15\");a_activate_group(\"Пехота\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"2\", \"ПАН\") then a_out_text_delay(\"501, это грач-1,  вас наблюдаю. На аэродроме находятся несколько танков и БТР-ов. Работай по ним.\\\
\\\
Грач-1, 501, вас понял, работаю.\\\
\", \"15\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"3\", \"Аэродром захвачен\") then a_set_flag(\"1\");a_out_text_delay(\"На нас напали! Просим помошь! Мы под плотным огнем!\\\
501, поддержи! \", \"15\");a_activate_group(\"Напавшие\"); mission.trigfunc[3]='';end;",
        [4] = "if c_flag_is_true(\"1\") and c_unit_in_zone(\"2\", \"Сел\") and c_unit_speed_lower(\"2\", \"10\") then a_out_text_delay(\"МИССИЯ ВЫПОЛНЕНА!\", \"10\"); mission.trigfunc[4]='';end;",
        [5] = "if c_group_dead(\"Пехота\") then a_clear_flag(\"1\");a_out_text_delay(\"МИССИЯ ПРОВАЛЕНА!\", \"15\"); mission.trigfunc[5]='';end;",
        [6] = "if c_group_dead(\"ПВО\") then a_out_text_delay(\"501, грач-1, ПВО уничтожено, хорошая работа.\", \"15\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_dead(\"2\") then a_out_text_delay(\"МИССИЯ ПРОВАЛЕНА!\", \"16\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_dead(\"3\") then a_out_text_delay(\"501, грач-1, прошу помоши! Вы там заснули чтоли?! Наш командир убит!\", \"15\"); mission.trigfunc[8]='';end;",
        [9] = "if c_group_dead(\"Напавшие\") and c_group_alive(\"Пехота\") and c_unit_alive(\"3\") then a_out_text_delay(\"Фух, мы отбились, вам-возврат на точку. \\\
\\\
Грач-1, 501, вас понял, возврат.\", \"15\"); mission.trigfunc[9]='';end;",
        [10] = "if c_group_dead(\"Напавшие\") and c_group_alive(\"Пехота\") and c_unit_dead(\"3\") then a_out_text_delay(\"Фух, мы отбились, командир погиб... Жаль... Вам-возврат на точку.\\\
\\\
Грач-1, 501, вас понял, возврат.\", \"10\"); mission.trigfunc[10]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 2,
            temperature = -50,
        }, -- end of season
        clouds = 
        {
            density = 10,
            thickness = 910,
            base = 5000,
            iprecptns = 3,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 250,
                zoneId = 2,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807355176287,
                hidden = false,
                long = 0.71782477062964,
                x = -220406.3897782,
                name = "Аэродром захвачен",
                y = 564449.32494297,
            }, -- end of [1]
            [2] = 
            {
                radius = 12000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74806159838444,
                hidden = false,
                long = 0.71782238759858,
                x = -220483.61427346,
                name = "ПАН",
                y = 564445.67081012,
            }, -- end of [2]
            [3] = 
            {
                radius = 2000,
                zoneId = 3,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75245768894115,
                hidden = false,
                long = 0.70810700974193,
                x = -196755.75515882,
                name = "Сел",
                y = 516383.43997657,
            }, -- end of [3]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.71515069093005,
        zoom = 100000,
        centerX = 0.74725712667852,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 10,
            [4] = 16,
            [5] = 13,
            [6] = 15,
            [7] = 9,
            [8] = 8,
            [9] = 17,
            [10] = 12,
            [11] = 2,
            [12] = 3,
            [13] = 1,
            [14] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 6,
            [2] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Противник удерживает аэродром Бабушара. Нет возможности захватить его, пока такое количество враов находится там. В их состае танкт Т-55, БМП-3, БТР-80, пехота, погруженная в грузовики, подготовленная к транспортировке . Необходимо уничтожить тавнки, бмп,бтр и грузовики, тогда наша пехота сможет захватить аэродром Бабушара.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
    }, -- end of trigflag
    descriptionRedTask = "Необходимо уничтожить оборону аэродрома Бабушара..",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "Main Screen{798E3474-3F53-4f45-9BC2-86E98FEDC750}{52197FC5-E933-4019-8034-EF1141C899B8}.png",
        [2] = "map{FAA469B8-0391-4157-A343-396D66393A84}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 4,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "501, мы начинаем атаку на аэродром.\
Покружитесь тут пока.\
\
Грач-1, 501, вас понял, покружимся пока тут.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    group = 3,
                    text = "",
                    predicate = "a_activate_group",
                    failure = "",
                    random_pause = 0,
                    file = "",
                    winner = "",
                    probability = 100,
                }, -- end of [2]
            }, -- end of actions
            comment = "Пехота актив.",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "501, это грач-1,  вас наблюдаю. На аэродроме находятся несколько танков и БТР-ов. Работай по ним.\
\
Грач-1, 501, вас понял, работаю.\
",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
            }, -- end of actions
            comment = "ПАН",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "На нас напали! Просим помошь! Мы под плотным огнем!\
501, поддержи! ",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
                [3] = 
                {
                    group = 6,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Аэр. захвачен",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 2,
                }, -- end of [2]
                [3] = 
                {
                    speed = "10",
                    predicate = "c_unit_speed_lower",
                    unit = 2,
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "МИССИЯ ВЫПОЛНЕНА!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "победа",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 3,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_clear_flag",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "МИССИЯ ПРОВАЛЕНА!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "проигрыш",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 5,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "501, грач-1, ПВО уничтожено, хорошая работа.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
            }, -- end of actions
            comment = "AA destroy",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "МИССИЯ ПРОВАЛЕНА!",
                    predicate = "a_out_text_delay",
                    seconds = 16,
                }, -- end of [1]
            }, -- end of actions
            comment = "просрал",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "501, грач-1, прошу помоши! Вы там заснули чтоли?! Наш командир убит!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
            }, -- end of actions
            comment = "Командир убит!",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 6,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 3,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    predicate = "c_unit_alive",
                    unit = 3,
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Фух, мы отбились, вам-возврат на точку. \
\
Грач-1, 501, вас понял, возврат.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
            }, -- end of actions
            comment = "Атака отбита",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 6,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 3,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    predicate = "c_unit_dead",
                    unit = 3,
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Фух, мы отбились, командир погиб... Жаль... Вам-возврат на точку.\
\
Грач-1, 501, вас понял, возврат.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Отбита но ком убит",
        }, -- end of [10]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "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 [3]
                [4] = 
                {
                    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 = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813893177055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71775723635393,
                                            x = -220020.66680182,
                                            speed = 5.5555555555556,
                                            y = 564091.60147501,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 33,
                                        lat = 0.74813893177055,
                                        skill = "Average",
                                        long = 0.71775723635393,
                                        x = -220020.66680182,
                                        name = "Юнит #31",
                                        heading = 0,
                                        y = 564091.60147501,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 34,
                                        lat = 0.74800719998998,
                                        skill = "Average",
                                        long = 0.71803345388471,
                                        x = -220734.07245088,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 565469.37490857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 35,
                                        lat = 0.74813803724119,
                                        skill = "Average",
                                        long = 0.71762092911449,
                                        x = -220088.39169816,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 563453.14710218,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 36,
                                        lat = 0.74816576799672,
                                        skill = "Average",
                                        long = 0.71770036081445,
                                        x = -219875.60798083,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 563808.08762591,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 37,
                                        lat = 0.74808786346521,
                                        skill = "Average",
                                        long = 0.71773831601414,
                                        x = -220354.56913962,
                                        name = "Юнит #35",
                                        heading = 0,
                                        y = 564035.01938512,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 38,
                                        lat = 0.74800768785575,
                                        skill = "Average",
                                        long = 0.71790935459827,
                                        x = -220787.43656832,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 564887.28278124,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 39,
                                        lat = 0.74808062627379,
                                        skill = "Average",
                                        long = 0.71788007831361,
                                        x = -220336.15897229,
                                        name = "Юнит #37",
                                        heading = 0,
                                        y = 564704.16159117,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Ural-375",
                                        CLSID = "{85DF753A-0ECA-4143-88F8-5A46DEAB53C2}",
                                        unitId = 40,
                                        lat = 0.74808993177055,
                                        skill = "Average",
                                        long = 0.71780623635393,
                                        x = -220310.4872144,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 564352.13344254,
                                    }, -- end of [8]
                                }, -- 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.74795963413738,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71801520091183,
                                            x = -221045.36133613,
                                            speed = 5.5555555555556,
                                            y = 565413.71872942,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 43,
                                        lat = 0.74795963413738,
                                        skill = "Average",
                                        long = 0.71801520091183,
                                        x = -221045.36133613,
                                        name = "Юнит #38",
                                        heading = 0,
                                        y = 565413.71872942,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 44,
                                        lat = 0.74814869032091,
                                        skill = "Average",
                                        long = 0.71760329145781,
                                        x = -220028.56025296,
                                        name = "Юнит #39",
                                        heading = 0,
                                        y = 563363.76076339,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7480790812617,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71780151060667,
                                            x = -220381.75275985,
                                            speed = 5.5555555555556,
                                            y = 564336.80289603,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 45,
                                        lat = 0.7480790812617,
                                        skill = "Good",
                                        long = 0.71780151060667,
                                        x = -220381.75275985,
                                        name = "Юнит #40",
                                        heading = 0,
                                        y = 564336.80289603,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 46,
                                        lat = 0.7480720812617,
                                        skill = "Average",
                                        long = 0.71780851060667,
                                        x = -220423.15567594,
                                        name = "Юнит #41",
                                        heading = 0,
                                        y = 564374.02174854,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 47,
                                        lat = 0.7480650812617,
                                        skill = "Average",
                                        long = 0.71781551060667,
                                        x = -220464.55859202,
                                        name = "Юнит #42",
                                        heading = 0,
                                        y = 564411.24060104,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 48,
                                        lat = 0.7480580812617,
                                        skill = "Average",
                                        long = 0.71782251060667,
                                        x = -220505.9615081,
                                        name = "Юнит #43",
                                        heading = 0,
                                        y = 564448.45945355,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 49,
                                        lat = 0.7480510812617,
                                        skill = "Average",
                                        long = 0.71782951060667,
                                        x = -220547.36442419,
                                        name = "Юнит #44",
                                        heading = 0,
                                        y = 564485.67830605,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 50,
                                        lat = 0.7480440812617,
                                        skill = "Average",
                                        long = 0.71783651060667,
                                        x = -220588.76734027,
                                        name = "Юнит #45",
                                        heading = 0,
                                        y = 564522.89715856,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 51,
                                        lat = 0.7480370812617,
                                        skill = "Average",
                                        long = 0.71784351060667,
                                        x = -220630.17025635,
                                        name = "Юнит #46",
                                        heading = 0,
                                        y = 564560.11601106,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 52,
                                        lat = 0.7480300812617,
                                        skill = "Average",
                                        long = 0.71785051060667,
                                        x = -220671.57317244,
                                        name = "Юнит #47",
                                        heading = 0,
                                        y = 564597.33486357,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 53,
                                        lat = 0.7480230812617,
                                        skill = "Average",
                                        long = 0.71785751060667,
                                        x = -220712.97608852,
                                        name = "Юнит #48",
                                        heading = 0,
                                        y = 564634.55371607,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 54,
                                        lat = 0.7480160812617,
                                        skill = "Average",
                                        long = 0.71786451060667,
                                        x = -220754.3790046,
                                        name = "Юнит #49",
                                        heading = 0,
                                        y = 564671.77256858,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 55,
                                        lat = 0.7480090812617,
                                        skill = "Average",
                                        long = 0.71787151060667,
                                        x = -220795.78192068,
                                        name = "Юнит #50",
                                        heading = 0,
                                        y = 564708.99142108,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 56,
                                        lat = 0.7480020812617,
                                        skill = "Average",
                                        long = 0.71787851060667,
                                        x = -220837.18483677,
                                        name = "Юнит #51",
                                        heading = 0,
                                        y = 564746.21027359,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 57,
                                        lat = 0.7479950812617,
                                        skill = "Average",
                                        long = 0.71788551060667,
                                        x = -220878.58775285,
                                        name = "Юнит #52",
                                        heading = 0,
                                        y = 564783.42912609,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 58,
                                        lat = 0.7479880812617,
                                        skill = "Average",
                                        long = 0.71789251060667,
                                        x = -220919.99066893,
                                        name = "Юнит #53",
                                        heading = 0,
                                        y = 564820.6479786,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 59,
                                        lat = 0.7479810812617,
                                        skill = "Average",
                                        long = 0.71789951060667,
                                        x = -220961.39358502,
                                        name = "Юнит #54",
                                        heading = 0,
                                        y = 564857.8668311,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 60,
                                        lat = 0.7479740812617,
                                        skill = "Average",
                                        long = 0.71790651060667,
                                        x = -221002.7965011,
                                        name = "Юнит #55",
                                        heading = 0,
                                        y = 564895.08568361,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 61,
                                        lat = 0.7479670812617,
                                        skill = "Average",
                                        long = 0.71791351060667,
                                        x = -221044.19941718,
                                        name = "Юнит #56",
                                        heading = 0,
                                        y = 564932.30453611,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 62,
                                        lat = 0.7479600812617,
                                        skill = "Average",
                                        long = 0.71792051060667,
                                        x = -221085.60233327,
                                        name = "Юнит #57",
                                        heading = 0,
                                        y = 564969.52338862,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 63,
                                        lat = 0.7479530812617,
                                        skill = "Average",
                                        long = 0.71792751060667,
                                        x = -221127.00524935,
                                        name = "Юнит #58",
                                        heading = 0,
                                        y = 565006.74224112,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 64,
                                        lat = 0.7479460812617,
                                        skill = "Average",
                                        long = 0.71793451060667,
                                        x = -221168.40816543,
                                        name = "Юнит #59",
                                        heading = 0,
                                        y = 565043.96109363,
                                    }, -- end of [20]
                                }, -- end of units
                                name = "Напавшие",
                                start_time = 86313600,
                                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 [4]
                [5] = 
                {
                    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 [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "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 [7]
                [8] = 
                {
                    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 [8]
                [9] = 
                {
                    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 [9]
                [10] = 
                {
                    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 [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [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 = "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 [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71791952051452,
                                                lat = 0.74813421516957,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71782242932561,
                                                lat = 0.74807420229067,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71782242932561,
                                                lat = 0.74807420229067,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71782704248293,
                                                lat = 0.74807371439479,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71782704248293,
                                                lat = 0.74807371439479,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71782704248293,
                                                lat = 0.74807371439479,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813421516957,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71791952051452,
                                            x = -219976.86256496,
                                            speed = 5.5555555555556,
                                            y = 564855.36622455,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807420229067,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71782242932561,
                                            x = -220403.31149204,
                                            speed = 5.5555555555556,
                                            y = 564437.9396345,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807371439479,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71782704248293,
                                            x = -220404.32003998,
                                            speed = 5.5555555555556,
                                            y = 564459.87325305,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 3,
                                        lat = 0.74813421516957,
                                        skill = "Average",
                                        long = 0.71791952051452,
                                        x = -219976.86256496,
                                        name = "Ком. Десантников",
                                        heading = 4.0411766954851,
                                        y = 564855.36622455,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 4,
                                        lat = 0.74804354109981,
                                        skill = "Average",
                                        long = 0.71747465866746,
                                        x = -220756.86970449,
                                        name = "Юнит #2",
                                        heading = 4.0411766954935,
                                        y = 562826.85210609,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 5,
                                        lat = 0.74800995703567,
                                        skill = "Average",
                                        long = 0.71754189877466,
                                        x = -220940.19417596,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 563163.19952522,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 6,
                                        lat = 0.74798084627245,
                                        skill = "Average",
                                        long = 0.71758465217945,
                                        x = -221106.16755456,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 563381.9384061,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 7,
                                        lat = 0.74797190178247,
                                        skill = "Average",
                                        long = 0.71761981769487,
                                        x = -221147.13960422,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 563552.42189592,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 8,
                                        lat = 0.74796295736673,
                                        skill = "Average",
                                        long = 0.71765037787161,
                                        x = -221190.20685232,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 563701.31522015,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 9,
                                        lat = 0.74795620844762,
                                        skill = "Average",
                                        long = 0.7176946580789,
                                        x = -221213.04598946,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 563913.14813272,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 10,
                                        lat = 0.74793937699014,
                                        skill = "Average",
                                        long = 0.71773438027819,
                                        x = -221302.18255814,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 564109.95388234,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 11,
                                        lat = 0.74791474011332,
                                        skill = "Average",
                                        long = 0.71774814000142,
                                        x = -221452.85202708,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 564189.95485355,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 12,
                                        lat = 0.74792035044169,
                                        skill = "Average",
                                        long = 0.71779550491368,
                                        x = -221395.56208405,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 564408.4761332,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 13,
                                        lat = 0.74790246254009,
                                        skill = "Average",
                                        long = 0.71781533061161,
                                        x = -221500.48189749,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 564512.67024081,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 14,
                                        lat = 0.74788790851191,
                                        skill = "Average",
                                        long = 0.71784594516623,
                                        x = -221579.2562571,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 564665.34646534,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 15,
                                        lat = 0.74814771528017,
                                        skill = "Average",
                                        long = 0.71751285310146,
                                        x = -220075.92523259,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 562940.39324938,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 16,
                                        lat = 0.74814096520372,
                                        skill = "Average",
                                        long = 0.71757699477533,
                                        x = -220089.73372972,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 563245.33870087,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 17,
                                        lat = 0.7481242121847,
                                        skill = "Excellent",
                                        long = 0.71763355648811,
                                        x = -220170.70780025,
                                        name = "Юнит #15",
                                        heading = 4.0411766954851,
                                        y = 563521.03982322,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 18,
                                        lat = 0.74809843256236,
                                        skill = "Average",
                                        long = 0.71768396654499,
                                        x = -220311.97844848,
                                        name = "Юнит #16",
                                        heading = 4.0411766954935,
                                        y = 563773.57856636,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 19,
                                        lat = 0.7481242121847,
                                        skill = "Average",
                                        long = 0.71772675348447,
                                        x = -220128.29826484,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 563957.95323444,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 20,
                                        lat = 0.74812754650267,
                                        skill = "Average",
                                        long = 0.71777870436307,
                                        x = -220083.4190943,
                                        name = "Юнит #18",
                                        heading = 0,
                                        y = 564199.40523293,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 21,
                                        lat = 0.74811632371741,
                                        skill = "Average",
                                        long = 0.71781537448416,
                                        x = -220138.21865175,
                                        name = "Юнит #19",
                                        heading = 0,
                                        y = 564378.37526494,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 22,
                                        lat = 0.74810737810274,
                                        skill = "Average",
                                        long = 0.71784440703732,
                                        x = -220181.98868583,
                                        name = "Юнит #20",
                                        heading = 0,
                                        y = 564520.10774727,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 23,
                                        lat = 0.74809282130675,
                                        skill = "Average",
                                        long = 0.71787802591188,
                                        x = -220259.41355212,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = 564686.87015434,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 24,
                                        lat = 0.74806598527099,
                                        skill = "Average",
                                        long = 0.71789483840161,
                                        x = -220422.70195516,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = 564782.56577351,
                                    }, -- end of [22]
                                    [23] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 25,
                                        lat = 0.74803573454116,
                                        skill = "Average",
                                        long = 0.71791162959474,
                                        x = -220607.75081355,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = 564880.30910759,
                                    }, -- end of [23]
                                    [24] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 26,
                                        lat = 0.74800320782221,
                                        skill = "Average",
                                        long = 0.71793297299245,
                                        x = -220805.22567225,
                                        name = "Юнит #24",
                                        heading = 0,
                                        y = 565000.82486986,
                                    }, -- end of [24]
                                    [25] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 27,
                                        lat = 0.74797523562915,
                                        skill = "Average",
                                        long = 0.71794368699476,
                                        x = -220978.52625136,
                                        name = "Юнит #25",
                                        heading = 0,
                                        y = 565068.6449416,
                                    }, -- end of [25]
                                    [26] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 28,
                                        lat = 0.74794945957078,
                                        skill = "Average",
                                        long = 0.71795437592266,
                                        x = -221137.84940096,
                                        name = "Юнит #26",
                                        heading = 0,
                                        y = 565134.96627932,
                                    }, -- end of [26]
                                    [27] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 29,
                                        lat = 0.747868882872,
                                        skill = "Average",
                                        long = 0.71789631866955,
                                        x = -221677.52232647,
                                        name = "Юнит #27",
                                        heading = 0,
                                        y = 564913.46615746,
                                    }, -- end of [27]
                                    [28] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 30,
                                        lat = 0.74787668822211,
                                        skill = "Average",
                                        long = 0.71795590325083,
                                        x = -221600.69004082,
                                        name = "Юнит #28",
                                        heading = 0,
                                        y = 565187.89353441,
                                    }, -- end of [28]
                                    [29] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 31,
                                        lat = 0.74790246254009,
                                        skill = "Average",
                                        long = 0.71796809268647,
                                        x = -221430.9671183,
                                        name = "Юнит #29",
                                        heading = 0,
                                        y = 565228.82850599,
                                    }, -- end of [29]
                                    [30] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 32,
                                        lat = 0.74792376543848,
                                        skill = "Average",
                                        long = 0.71797727971954,
                                        x = -221291.09229369,
                                        name = "Юнит #30",
                                        heading = 0,
                                        y = 565258.5001705,
                                    }, -- end of [30]
                                }, -- end of units
                                name = "Пехота",
                                start_time = 86313600,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Самолетная группа",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74887285882523,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71621207996667,
                                            x = -216049.08165897,
                                            speed = 138.88888888889,
                                            y = 556403.09704985,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74789792362106,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71865929688676,
                                            x = -221145.34465225,
                                            speed = 138.88888888889,
                                            y = 568472.09209514,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 220,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75132231065388,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71083163406975,
                                            x = -202823.88155307,
                                            speed = 138.88888888889,
                                            y = 529770.89230114,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 2,
                                        lat = 0.752425,
                                        skill = "Player",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "501",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- 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 = 1710,
    start_time = 0,
    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
        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
    }, -- end of failures
} -- end of mission
