mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Dodge\");a_activate_group(\"Su-30 Groop\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"32й, вижу на радаре 2 цели...\", \"10\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay_s(\"red\", \"30е, пара  F-15 уничтожена...\", \"10\"); mission.trig.func[3]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"58\", \"активация\") )",
            [2] = "return(c_unit_in_zone(\"91\", \"зона\") )",
            [3] = "return(c_group_dead(\"Dodge\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"58\", \"активация\") then a_activate_group(\"Dodge\");a_activate_group(\"Su-30 Groop\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"91\", \"зона\") then a_out_text_delay_s(\"red\", \"32й, вижу на радаре 2 цели...\", \"10\"); mission.trigfunc[2]='';end;",
        [3] = "if c_group_dead(\"Dodge\") then a_out_text_delay_s(\"red\", \"30е, пара  F-15 уничтожена...\", \"10\"); mission.trigfunc[3]='';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 = 170,
            visibility = 500,
            density = 2,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 1,
            temperature = 20,
        }, -- end of season
        clouds = 
        {
            density = 3,
            thickness = 290,
            base = 2400,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 5000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74671374951231,
                hidden = true,
                long = 0.75772923163834,
                x = -208300.0488903,
                name = "активация",
                y = 752550.55338795,
            }, -- end of [1]
            [2] = 
            {
                radius = 19000,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75446209241092,
                hidden = true,
                long = 0.7600077839848,
                x = -157585.5970247,
                name = "зона",
                y = 756981.13340015,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.74563487670479,
        zoom = 1000000,
        centerX = 0.74559971150287,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "С авианалета на Майкоп и Краснодар прошло 4 дня. Стало известно о обучении сил для диверсий на территории РФ атомных и химических обьектов Западными инструкторами на одной из воинских частей Грузии . Командованием было принято уничтожить базу с воздуха ракетными ударами.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
    }, -- end of trigflag
    descriptionRedTask = "Цели вашей пары будет бронетехника и пво, для уничтожения сооружений за вами вылетают Су-24е, прикрытие ваших групп на случай появления истребителей НАТО обеспечит пара Су-30х.\
Внимание, следует лететь строго по маршруту, дабы раньше не обнаружить себя.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 58,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 53,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 54,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 91,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "32й, вижу на радаре 2 цели...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 53,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "30е, пара  F-15 уничтожена...",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1582,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74669872511148,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75764625476605,
                                            x = -208444.23310698,
                                            speed = 5.5555555555556,
                                            y = 752173.14576767,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 16,
                                        lat = 0.74669872511148,
                                        skill = "Random",
                                        long = 0.75764625476605,
                                        x = -208444.23310698,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 752173.14576767,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1578,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7466988063239,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75765309377839,
                                            x = -208439.72288661,
                                            speed = 5.5555555555556,
                                            y = 752205.15710857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 19,
                                        lat = 0.7466988063239,
                                        skill = "Random",
                                        long = 0.75765309377839,
                                        x = -208439.72288661,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 752205.15710857,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1564,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74673153542441,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75778714266579,
                                            x = -208152.90102789,
                                            speed = 5.5555555555556,
                                            y = 752808.24239163,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 21,
                                        lat = 0.74673153542441,
                                        skill = "Random",
                                        long = 0.75778714266579,
                                        x = -208152.90102789,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 752808.24239163,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1564,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74673194149888,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75779437261621,
                                            x = -208146.09242716,
                                            speed = 5.5555555555556,
                                            y = 752841.83310596,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 23,
                                        lat = 0.74673194149888,
                                        skill = "Random",
                                        long = 0.75779437261621,
                                        x = -208146.09242716,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 752841.83310596,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1584,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74670116148661,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75763212229987,
                                            x = -208436.9583059,
                                            speed = 5.5555555555556,
                                            y = 752104.95887321,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 32,
                                        lat = 0.74670116148661,
                                        skill = "Random",
                                        long = 0.75763212229987,
                                        x = -208436.9583059,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 752104.95887321,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672503825363,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75779362848119,
                                            x = -208190.51699057,
                                            speed = 5.5555555555556,
                                            y = 752843.74312688,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 33,
                                        lat = 0.74672503825363,
                                        skill = "Random",
                                        long = 0.75779362848119,
                                        x = -208190.51699057,
                                        name = "Юнит #17",
                                        heading = 5.5152404363021,
                                        y = 752843.74312688,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672422611003,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75779226977389,
                                            x = -208196.4855121,
                                            speed = 5.5555555555556,
                                            y = 752838.00610161,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 34,
                                        lat = 0.74672422611003,
                                        skill = "Random",
                                        long = 0.75779226977389,
                                        x = -208196.4855121,
                                        name = "Юнит #20",
                                        heading = 5.5152404363021,
                                        y = 752838.00610161,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672284546731,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75779029704811,
                                            x = -208206.43520009,
                                            speed = 5.5555555555556,
                                            y = 752829.83404205,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 35,
                                        lat = 0.74672284546731,
                                        skill = "Random",
                                        long = 0.75779029704811,
                                        x = -208206.43520009,
                                        name = "Юнит #21",
                                        heading = 5.5152404363021,
                                        y = 752829.83404205,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7467221957537,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75778916479629,
                                            x = -208211.23644776,
                                            speed = 5.5555555555556,
                                            y = 752825.03203025,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 36,
                                        lat = 0.7467221957537,
                                        skill = "Random",
                                        long = 0.75778916479629,
                                        x = -208211.23644776,
                                        name = "Юнит #22",
                                        heading = 5.5152404363021,
                                        y = 752825.03203025,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74671984054513,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75778606300194,
                                            x = -208228.05560814,
                                            speed = 5.5555555555556,
                                            y = 752812.32700112,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 37,
                                        lat = 0.74671984054513,
                                        skill = "Random",
                                        long = 0.75778606300194,
                                        x = -208228.05560814,
                                        name = "Юнит #23",
                                        heading = 5.5152404363021,
                                        y = 752812.32700112,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1562,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74671919083333,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75778476012616,
                                            x = -208232.95645675,
                                            speed = 5.5555555555556,
                                            y = 752806.72476401,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 38,
                                        lat = 0.74671919083333,
                                        skill = "Random",
                                        long = 0.75778476012616,
                                        x = -208232.95645675,
                                        name = "Юнит #24",
                                        heading = 5.5152404363021,
                                        y = 752806.72476401,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74673194149888,
                                            long = 0.75779592415607,
                                            x = -208145.18661816,
                                            name = "",
                                            speed = 0,
                                            y = 752849.10980538,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.74673194149888,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 22,
                                        lat = 0.74673194149888,
                                        rate = 100,
                                        long = 0.75779592415607,
                                        x = -208145.18661816,
                                        name = "Стат. объект #001",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 752849.10980538,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75779592415607,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74671431800725,
                                            long = 0.75773875446253,
                                            x = -208290.86667471,
                                            name = "",
                                            speed = 0,
                                            y = 752594.77059498,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                lat = 0.74671431800725,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 30,
                                        lat = 0.74671431800725,
                                        rate = 100,
                                        long = 0.75773875446253,
                                        x = -208290.86667471,
                                        name = "Стат. объект",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 752594.77059498,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75773875446253,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74670124269921,
                                            long = 0.75763062342256,
                                            x = -208437.31585197,
                                            name = "",
                                            speed = 0,
                                            y = 752097.86563253,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                lat = 0.74670124269921,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 31,
                                        lat = 0.74670124269921,
                                        rate = 100,
                                        long = 0.75763062342256,
                                        x = -208437.31585197,
                                        name = "Стат. объект #002",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752097.86563253,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75763062342256,
                                name = "Стат. объект #002",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74672357639559,
                                            long = 0.75775190276194,
                                            x = -208224.19252448,
                                            name = "",
                                            speed = 0,
                                            y = 752649.19363489,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                lat = 0.74672357639559,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 39,
                                        lat = 0.74672357639559,
                                        rate = 50,
                                        long = 0.75775190276194,
                                        x = -208224.19252448,
                                        name = "Стат. объект #003",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752649.19363489,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75775190276194,
                                name = "Стат. объект #003",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7467207338995,
                                            long = 0.75775461641761,
                                            x = -208240.72173313,
                                            name = "",
                                            speed = 0,
                                            y = 752664.14415836,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                lat = 0.7467207338995,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 40,
                                        lat = 0.7467207338995,
                                        long = 0.75775461641761,
                                        x = -208240.72173313,
                                        name = "Стат. объект #004",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752664.14415836,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75775461641761,
                                name = "Стат. объект #004",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74672511946802,
                                            long = 0.75775496454974,
                                            x = -208212.57196358,
                                            name = "",
                                            speed = 0,
                                            y = 752662.34632029,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                lat = 0.74672511946802,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 41,
                                        lat = 0.74672511946802,
                                        long = 0.75775496454974,
                                        x = -208212.57196358,
                                        name = "Стат. объект #005",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752662.34632029,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75775496454974,
                                name = "Стат. объект #005",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7467221957537,
                                            long = 0.75775779618607,
                                            x = -208229.54984733,
                                            name = "",
                                            speed = 0,
                                            y = 752677.91370359,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                lat = 0.7467221957537,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 42,
                                        lat = 0.7467221957537,
                                        long = 0.75775779618607,
                                        x = -208229.54984733,
                                        name = "Стат. объект #006",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752677.91370359,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75775779618607,
                                name = "Стат. объект #006",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74672641889915,
                                            long = 0.75775803586909,
                                            x = -208202.49841389,
                                            name = "",
                                            speed = 0,
                                            y = 752675.7342948,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                lat = 0.74672641889915,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 43,
                                        lat = 0.74672641889915,
                                        long = 0.75775803586909,
                                        x = -208202.49841389,
                                        name = "Стат. объект #007",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752675.7342948,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75775803586909,
                                name = "Стат. объект #007",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74672349518131,
                                            long = 0.7577608643265,
                                            x = -208219.47817597,
                                            name = "",
                                            speed = 0,
                                            y = 752691.28677177,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                lat = 0.74672349518131,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 44,
                                        lat = 0.74672349518131,
                                        long = 0.7577608643265,
                                        x = -208219.47817597,
                                        name = "Стат. объект #008",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752691.28677177,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7577608643265,
                                name = "Стат. объект #008",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74671821626636,
                                            long = 0.75775749751281,
                                            x = -208255.08303705,
                                            name = "",
                                            speed = 0,
                                            y = 752679.62584959,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                lat = 0.74671821626636,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 45,
                                        lat = 0.74671821626636,
                                        long = 0.75775749751281,
                                        x = -208255.08303705,
                                        name = "Стат. объект #009",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752679.62584959,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75775749751281,
                                name = "Стат. объект #009",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74671959690316,
                                            long = 0.75776068045144,
                                            x = -208244.42684889,
                                            name = "",
                                            speed = 0,
                                            y = 752693.47379448,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                lat = 0.74671959690316,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 46,
                                        lat = 0.74671959690316,
                                        long = 0.75776068045144,
                                        x = -208244.42684889,
                                        name = "Стат. объект #010",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752693.47379448,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75776068045144,
                                name = "Стат. объект #010",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 5.5152404363021,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74672113996991,
                                            long = 0.75776362425694,
                                            x = -208232.87520378,
                                            name = "",
                                            speed = 0,
                                            y = 752706.07314905,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                lat = 0.74672113996991,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 47,
                                        lat = 0.74672113996991,
                                        long = 0.75776362425694,
                                        x = -208232.87520378,
                                        name = "Стат. объект #011",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 752706.07314905,
                                        heading = 5.5152404363021,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75776362425694,
                                name = "Стат. объект #011",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 5.6601873510547,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74672779954644,
                                            long = 0.75777764631609,
                                            x = -208182.25156749,
                                            name = "",
                                            speed = 0,
                                            y = 752766.6270073,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 66,
                                lat = 0.74672779954644,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UH-1H",
                                        CLSID = "{111132D6-F3AA-4C00-A53A-A6C5FB298572}",
                                        unitId = 106,
                                        lat = 0.74672779954644,
                                        rate = "20",
                                        long = 0.75777764631609,
                                        x = -208182.25156749,
                                        name = "Стат. объект #012",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 752766.6270073,
                                        heading = 5.6601873510547,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75777764631609,
                                name = "Стат. объект #012",
                                dead = false,
                            }, -- end of [13]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73825555260063,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72587808662068,
                                            x = -279181.18508441,
                                            speed = 5.5555555555556,
                                            y = 608581.02573857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "PERRY",
                                        CLSID = "{AA4986BF-CBC4-48B6-AEEA-07E564FADB8B}",
                                        unitId = 2,
                                        lat = 0.73825555260063,
                                        skill = "Random",
                                        long = 0.72587808662068,
                                        x = -279181.18508441,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 608581.02573857,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73817206907025,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72579393883461,
                                            x = -279753.68485847,
                                            speed = 5.5555555555556,
                                            y = 608236.70500929,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "TICONDEROG",
                                        CLSID = "{E4C99B3C-BFA9-42B5-842B-563729B5DEFA}",
                                        unitId = 3,
                                        lat = 0.73817206907025,
                                        skill = "Random",
                                        long = 0.72579393883461,
                                        x = -279753.68485847,
                                        name = "Юнит #2",
                                        heading = 1.9295669970655,
                                        y = 608236.70500929,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78180256443352,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62464786408843,
                                            x = -34070.27839236,
                                            speed = 5.5555555555556,
                                            y = 120746.85188595,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78180256443352,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62464786408843,
                                            x = -34070.27839236,
                                            speed = 5.5555555555556,
                                            y = 120746.85188595,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "TICONDEROG",
                                        CLSID = "{E4C99B3C-BFA9-42B5-842B-563729B5DEFA}",
                                        unitId = 4,
                                        lat = 0.78180256443352,
                                        skill = "Random",
                                        long = 0.62464786408843,
                                        x = -34070.27839236,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 120746.85188595,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78187144042386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62453035365595,
                                            x = -33650.577114381,
                                            speed = 5.5555555555556,
                                            y = 120199.60727978,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "PERRY",
                                        CLSID = "{AA4986BF-CBC4-48B6-AEEA-07E564FADB8B}",
                                        unitId = 5,
                                        lat = 0.78187144042386,
                                        skill = "Random",
                                        long = 0.62453035365595,
                                        x = -33650.577114381,
                                        name = "Юнит #4",
                                        heading = 1.5707963267949,
                                        y = 120199.60727978,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 831,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74714312962272,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71862800370845,
                                            x = -225967.40285942,
                                            speed = 5.5555555555556,
                                            y = 568790.75731956,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 6,
                                        lat = 0.74714312962272,
                                        skill = "Random",
                                        long = 0.71862800370845,
                                        x = -225967.40285942,
                                        name = "Юнит #5",
                                        heading = 1.0516502125484,
                                        y = 568790.75731956,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 7,
                                        lat = 0.74714191093589,
                                        skill = "Random",
                                        long = 0.71863943776172,
                                        x = -225969.96240424,
                                        name = "Юнит #6",
                                        heading = 1.0516502125484,
                                        y = 568845.10146227,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 8,
                                        lat = 0.74712912962272,
                                        skill = "Random",
                                        long = 0.71864200370845,
                                        x = -226050.20758954,
                                        name = "Юнит #7",
                                        heading = 1.0516502125484,
                                        y = 568864.89779893,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 9,
                                        lat = 0.74712212962272,
                                        skill = "Random",
                                        long = 0.71864900370845,
                                        x = -226091.6099546,
                                        name = "Юнит #8",
                                        heading = 1.0516502125484,
                                        y = 568901.96803862,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 10,
                                        lat = 0.74712826173727,
                                        skill = "Random",
                                        long = 0.71865312088734,
                                        x = -226050.67683767,
                                        name = "Юнит #9",
                                        heading = 1.0516502125484,
                                        y = 568917.54323767,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1566,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672714982985,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776358673725,
                                            x = -208194.5999745,
                                            speed = 5.5555555555556,
                                            y = 752701.19602174,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 48,
                                        lat = 0.74672714982985,
                                        skill = "Random",
                                        long = 0.75776358673725,
                                        x = -208194.5999745,
                                        name = "Юнит #14",
                                        heading = 5.5152404363021,
                                        y = 752701.19602174,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1566,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672593161229,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776499620167,
                                            x = -208201.54006075,
                                            speed = 5.5555555555556,
                                            y = 752708.75932947,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 44,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 49,
                                        lat = 0.74672593161229,
                                        skill = "Random",
                                        long = 0.75776499620167,
                                        x = -208201.54006075,
                                        name = "Юнит #15",
                                        heading = 5.5152404363021,
                                        y = 752708.75932947,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1566,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672788076104,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776563429305,
                                            x = -208188.74681096,
                                            speed = 5.5555555555556,
                                            y = 752710.22726418,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 45,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 50,
                                        lat = 0.74672788076104,
                                        skill = "Random",
                                        long = 0.75776563429305,
                                        x = -208188.74681096,
                                        name = "Юнит #18",
                                        heading = 5.5152404363021,
                                        y = 752710.22726418,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672666254266,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776687312658,
                                            x = -208195.78651895,
                                            speed = 5.5555555555556,
                                            y = 752716.99031616,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1043 HMMWV Armament",
                                        CLSID = "{FA0867CA-3D72-4545-8FD3-8E373855A0F2}",
                                        unitId = 51,
                                        lat = 0.74672666254266,
                                        skill = "Random",
                                        long = 0.75776687312658,
                                        x = -208195.78651895,
                                        name = "Юнит #19",
                                        heading = 5.5152404363021,
                                        y = 752716.99031616,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672406368138,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776774661014,
                                            x = -208211.83750934,
                                            speed = 5.5555555555556,
                                            y = 752723.11987794,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 60,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 99,
                                        lat = 0.74672406368138,
                                        skill = "Random",
                                        long = 0.75776774661014,
                                        x = -208211.83750934,
                                        name = "Юнит #28",
                                        heading = 5.5152404363021,
                                        y = 752723.11987794,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672487582486,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776922010987,
                                            x = -208205.80197127,
                                            speed = 5.5555555555556,
                                            y = 752729.39527813,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 61,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 100,
                                        lat = 0.74672487582486,
                                        skill = "Random",
                                        long = 0.75776922010987,
                                        x = -208205.80197127,
                                        name = "Юнит #29",
                                        heading = 5.5152404363021,
                                        y = 752729.39527813,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672560675451,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75777069678449,
                                            x = -208200.28210535,
                                            speed = 5.5555555555556,
                                            y = 752735.74909733,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 62,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 101,
                                        lat = 0.74672560675451,
                                        skill = "Random",
                                        long = 0.75777069678449,
                                        x = -208200.28210535,
                                        name = "Юнит #30",
                                        heading = 5.5152404363021,
                                        y = 752735.74909733,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #019",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672260182466,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776956583444,
                                            x = -208220.0909347,
                                            speed = 5.5555555555556,
                                            y = 752732.79553816,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 63,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 102,
                                        lat = 0.74672260182466,
                                        skill = "Random",
                                        long = 0.75776956583444,
                                        x = -208220.0909347,
                                        name = "Юнит #31",
                                        heading = 5.5152404363021,
                                        y = 752732.79553816,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1564,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672341396704,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7577708097125,
                                            x = -208214.18945974,
                                            speed = 5.5555555555556,
                                            y = 752737.99401692,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 64,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 103,
                                        lat = 0.74672341396704,
                                        skill = "Random",
                                        long = 0.7577708097125,
                                        x = -208214.18945974,
                                        name = "Юнит #32",
                                        heading = 5.5152404363021,
                                        y = 752737.99401692,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #021",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74672430732436,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75777216523036,
                                            x = -208207.70527525,
                                            speed = 5.5555555555556,
                                            y = 752743.65255504,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 65,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 104,
                                        lat = 0.74672430732436,
                                        skill = "Random",
                                        long = 0.75777216523036,
                                        x = -208207.70527525,
                                        name = "Юнит #33",
                                        heading = 5.5152404363021,
                                        y = 752743.65255504,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #022",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73616601830215,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74182768709346,
                                            x = -284418.65183272,
                                            speed = 5.5555555555556,
                                            y = 685526.5609993,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 67,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 107,
                                        lat = 0.73616601830215,
                                        skill = "Random",
                                        long = 0.74182768709346,
                                        x = -284418.65183272,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 685526.5609993,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 108,
                                        lat = 0.73615901830215,
                                        skill = "Random",
                                        long = 0.74183468709346,
                                        x = -284459.47864461,
                                        name = "Юнит #35",
                                        heading = 0,
                                        y = 685564.67699848,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 109,
                                        lat = 0.73615201830215,
                                        skill = "Random",
                                        long = 0.74184168709346,
                                        x = -284500.30545651,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 685602.79299765,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 110,
                                        lat = 0.73614501830215,
                                        skill = "Random",
                                        long = 0.74184868709346,
                                        x = -284541.13226841,
                                        name = "Юнит #37",
                                        heading = 0,
                                        y = 685640.90899682,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 111,
                                        lat = 0.73614550811067,
                                        skill = "Random",
                                        long = 0.74183851473515,
                                        x = -284543.50420857,
                                        name = "Юнит #38",
                                        heading = 0,
                                        y = 685592.46179137,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Dodge",
                                groupId = 53,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74775849850551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75914760514941,
                                            x = -200814.4630933,
                                            speed = 250,
                                            y = 758381.58857242,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2280,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 87,
                                        lat = 0.736122,
                                        skill = "Excellent",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Dodge 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 90,
                                        lat = 0.736115,
                                        skill = "Excellent",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "Dodge 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Dodge12",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75953328189387,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76167846089359,
                                            x = -124275.91146248,
                                            speed = 5.5555555555556,
                                            y = 760600.35219117,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 52,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 83,
                                        lat = 0.75953328189387,
                                        skill = "Random",
                                        long = 0.76167846089359,
                                        x = -124275.91146248,
                                        name = "Юнит #25",
                                        heading = 3.5877869700707,
                                        y = 760600.35219117,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 84,
                                        lat = 0.75952628189387,
                                        skill = "Random",
                                        long = 0.76168546089359,
                                        x = -124316.31385334,
                                        name = "Юнит #26",
                                        heading = 3.5877869700707,
                                        y = 760638.65280255,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 86,
                                        lat = 0.7595393643748,
                                        skill = "Random",
                                        long = 0.76167250979283,
                                        x = -124240.72609609,
                                        name = "Юнит #27",
                                        heading = 3.5877869700707,
                                        y = 760567.68109044,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наземная группа #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Su-25 Groop",
                                groupId = 48,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75238347264864,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76459867437908,
                                            x = -168067.26528809,
                                            speed = 152.77777777778,
                                            y = 780103.06009151,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75112021839788,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76469647458794,
                                            x = -176056.91284563,
                                            speed = 152.77777777778,
                                            y = 781605.44518686,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75085669127415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76441580288109,
                                            x = -177908.22268491,
                                            speed = 152.77777777778,
                                            y = 780515.63275324,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75015253075762,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76402892075812,
                                            x = -182632.57176639,
                                            speed = 152.77777777778,
                                            y = 779294.33577559,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7497315592356,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76314102380548,
                                            x = -185852.96534129,
                                            speed = 152.77777777778,
                                            y = 775482.51063174,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74898337356904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76268243219141,
                                            x = -190895.17323175,
                                            speed = 152.77777777778,
                                            y = 773948.04578831,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74878147707813,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76190559581094,
                                            x = -192646.50304834,
                                            speed = 152.77777777778,
                                            y = 770470.85834818,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74875039440585,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76098826834756,
                                            x = -193393.35742911,
                                            speed = 152.77777777778,
                                            y = 766194.00447609,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 3295,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74908120242605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75941407228136,
                                            x = -192227.40958009,
                                            speed = 152.77777777778,
                                            y = 758565.0035219,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74885764155759,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75812958250811,
                                            x = -194404.76448128,
                                            speed = 152.77777777778,
                                            y = 752723.08488141,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 2739,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74742452062515,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75772681741665,
                                            x = -203772.15206226,
                                            speed = 152.77777777778,
                                            y = 751983.23622175,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 2367,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74663416317197,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7576005231603,
                                            x = -208882.34526225,
                                            speed = 152.77777777778,
                                            y = 752009.16821431,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 1797,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [14]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 58,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "21",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- 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 = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            name = "21",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 105,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "22",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- 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 = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 2,
                                            name = "22",
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Su-30 Groop",
                                groupId = 54,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74629752904819,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75588593979224,
                                            x = -212028.50298139,
                                            speed = 402.77777777778,
                                            y = 744231.12620918,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 91,
                                        lat = 0.759437,
                                        skill = "Excellent",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "32",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            name = "32",
                                        }, -- end of callsign
                                        onboard_num = 32,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 92,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "33",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            name = 33,
                                        }, -- end of callsign
                                        onboard_num = 33,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "Su-24 Groop",
                                groupId = 58,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1577,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75238355429189,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7645989028498,
                                            x = -168066.60498248,
                                            speed = 152.77777777778,
                                            y = 780104.05824788,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75112021839788,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76469647458794,
                                            x = -176056.91284563,
                                            speed = 152.77777777778,
                                            y = 781605.44518686,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1800,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75085669127415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76441516768127,
                                            x = -177908.61198894,
                                            speed = 152.77777777778,
                                            y = 780512.66171486,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75015261223093,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76402891829613,
                                            x = -182632.05408131,
                                            speed = 152.77777777778,
                                            y = 779294.2571344,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75002592869682,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7637619106149,
                                            x = -183602.99800551,
                                            speed = 152.77777777778,
                                            y = 778149.74868253,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7497315592356,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76314096495036,
                                            x = -185853.00055053,
                                            speed = 152.77777777778,
                                            y = 775482.23458859,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74898337356904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76268237596571,
                                            x = -190895.20686797,
                                            speed = 152.77777777778,
                                            y = 773947.7820777,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74878147707813,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76190554234464,
                                            x = -192646.53503379,
                                            speed = 152.77777777778,
                                            y = 770470.60757975,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 2280,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74875039440585,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76098803546668,
                                            x = -193393.49674676,
                                            speed = 152.77777777778,
                                            y = 766192.91221475,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 2739,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74908120242605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75941407228136,
                                            x = -192227.40958009,
                                            speed = 152.77777777778,
                                            y = 758565.0035219,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 3359,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7488575601824,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75812952655743,
                                            x = -194405.31569047,
                                            speed = 152.77777777778,
                                            y = 752722.88792001,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74856245286887,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75776116693416,
                                            x = -196500.87148877,
                                            speed = 152.77777777778,
                                            y = 751232.62842929,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74828466865279,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75775814061704,
                                                    radius = 1000,
                                                    y = 752679.52907985,
                                                    x = -208229.34876408,
                                                    lat = 0.7467221957537,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.75779244289284,
                                                    radius = 1000,
                                                    y = 752842.24859685,
                                                    x = -208224.33094548,
                                                    lat = 0.74671984054513,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.75777305146983,
                                                    radius = 1000,
                                                    y = 752759.05359986,
                                                    x = -208298.78988529,
                                                    lat = 0.74670993248257,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.75773869229326,
                                                    radius = 1000,
                                                    y = 752594.41549339,
                                                    x = -208290.38544577,
                                                    lat = 0.74671439922084,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.75768050414472,
                                                    radius = 1000,
                                                    y = 752332.18666252,
                                                    x = -208411.29994897,
                                                    lat = 0.74670075542371,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.75778144268328,
                                                    radius = 1000,
                                                    y = 752795.16831657,
                                                    x = -208267.49731256,
                                                    lat = 0.74671407436653,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                            }, -- end of targets
                                            long = 0.75768194093749,
                                            x = -198317.23993555,
                                            speed = 152.77777777778,
                                            y = 751084.46924783,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 3359,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74694141505718,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7576077292402,
                                            x = -206920.2113426,
                                            speed = 152.77777777778,
                                            y = 751802.61951804,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 1797,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [16]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 180,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 96,
                                        lat = 0.759437,
                                        skill = "Excellent",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "54",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{16602053-4A12-40A2-B214-AB60D481B20E}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 4,
                                            name = "54",
                                        }, -- end of callsign
                                        onboard_num = 54,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 97,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "55",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{16602053-4A12-40A2-B214-AB60D481B20E}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 5,
                                            name = "55",
                                        }, -- end of callsign
                                        onboard_num = 55,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "в бесконечность",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 8323,
    start_time = 21300,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
