mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, vector north and engage pop-up contacts, suspected Ukrainian transport group. Stand by for intercept heading.\", \"20\");a_set_flag(\"2\"); mission.trig.func[2]='';",
            [3] = "a_activate_group(\"Pop-up transport 1\");a_activate_group(\"Pop-up transport 2\");a_activate_group(\"Pop-up transport 3\");a_activate_group(\"Transport Escort\"); mission.trig.func[3]='';",
            [4] = "a_set_flag(\"3\"); mission.trig.func[4]='';",
            [5] = "a_out_sound(\"Success.wav\");a_out_text_delay(\"100, Red Crown, very well done commander, our scopes are clear. Disregard your flight plan and return to base.\", \"15\"); mission.trig.func[5]='';",
            [6] = "a_deactivate_group(\"Pop-up transport 1\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transports has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"4\"); mission.trig.func[6]='';",
            [7] = "a_deactivate_group(\"Pop-up transport 2\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transports has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"5\"); mission.trig.func[7]='';",
            [8] = "a_deactivate_group(\"Pop-up transport 3\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transports has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"6\"); mission.trig.func[8]='';",
            [9] = "a_deactivate_group(\"Transport Escort\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transport escorts has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"7\"); mission.trig.func[9]='';",
            [10] = "a_deactivate_group(\"Transport Escort\");a_out_sound(\"\");a_out_text_delay(\"100, Red Crown, one of the transport escorts has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"8\"); mission.trig.func[10]='';",
            [11] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"All the enemy transports have landed, you have failed! Return to base immediately!\", \"10\"); mission.trig.func[11]='';",
            [12] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, the transports and their escorts have all landed! This mission is a shambles - return to base immediately!\", \"10\"); mission.trig.func[12]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_group_dead(\"Ukrainian ELINT Patrol\") and c_group_dead(\"Ukrainian ELINT Escort\") )",
            [2] = "return(c_time_since_flag(\"1\", \"60\") )",
            [3] = "return(c_time_since_flag(\"2\", \"15\") )",
            [4] = "return(c_group_dead(\"Ukrainian ELINT Patrol\") and c_group_dead(\"Ukrainian ELINT Escort\") and c_group_dead(\"Pop-up transport 1\") and c_group_dead(\"Pop-up transport 2\") and c_group_dead(\"Pop-up transport 3\") and c_group_dead(\"Transport Escort\") )",
            [5] = "return(c_time_since_flag(\"3\", \"30\") )",
            [6] = "return(c_unit_in_zone(\"414\", \"Sevastopol ADF Zone\") )",
            [7] = "return(c_unit_in_zone(\"415\", \"Sevastopol ADF Zone\") )",
            [8] = "return(c_unit_in_zone(\"416\", \"Sevastopol ADF Zone\") )",
            [9] = "return(c_unit_in_zone(\"417\", \"Sevastopol ADF Zone\") )",
            [10] = "return(c_unit_in_zone(\"418\", \"Sevastopol ADF Zone\") )",
            [11] = "return(c_flag_is_true(\"4\") and c_flag_is_true(\"5\") and c_flag_is_true(\"6\") )",
            [12] = "return(c_flag_is_true(\"4\") and c_flag_is_true(\"5\") and c_flag_is_true(\"6\") and c_flag_is_true(\"7\") and c_flag_is_true(\"8\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 151,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "ELINT Flight Destroyed",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 152,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "ELINT Escort Destroyed",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 154,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 155,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 156,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "Transports Destroyed",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 157,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "Transport Escorts Destroyed",
        }, -- end of [4]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_group_dead(\"Ukrainian ELINT Patrol\") and c_group_dead(\"Ukrainian ELINT Escort\") then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_time_since_flag(\"1\", \"60\") then a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, vector north and engage pop-up contacts, suspected Ukrainian transport group. Stand by for intercept heading.\", \"20\");a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if c_time_since_flag(\"2\", \"15\") then a_activate_group(\"Pop-up transport 1\");a_activate_group(\"Pop-up transport 2\");a_activate_group(\"Pop-up transport 3\");a_activate_group(\"Transport Escort\"); mission.trigfunc[3]='';end;",
        [4] = "if c_group_dead(\"Ukrainian ELINT Patrol\") and c_group_dead(\"Ukrainian ELINT Escort\") and c_group_dead(\"Pop-up transport 1\") and c_group_dead(\"Pop-up transport 2\") and c_group_dead(\"Pop-up transport 3\") and c_group_dead(\"Transport Escort\") then a_set_flag(\"3\"); mission.trigfunc[4]='';end;",
        [5] = "if c_time_since_flag(\"3\", \"30\") then a_out_sound(\"Success.wav\");a_out_text_delay(\"100, Red Crown, very well done commander, our scopes are clear. Disregard your flight plan and return to base.\", \"15\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone(\"414\", \"Sevastopol ADF Zone\") then a_deactivate_group(\"Pop-up transport 1\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transports has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"4\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone(\"415\", \"Sevastopol ADF Zone\") then a_deactivate_group(\"Pop-up transport 2\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transports has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"5\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_in_zone(\"416\", \"Sevastopol ADF Zone\") then a_deactivate_group(\"Pop-up transport 3\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transports has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"6\"); mission.trigfunc[8]='';end;",
        [9] = "if c_unit_in_zone(\"417\", \"Sevastopol ADF Zone\") then a_deactivate_group(\"Transport Escort\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, one of the transport escorts has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"7\"); mission.trigfunc[9]='';end;",
        [10] = "if c_unit_in_zone(\"418\", \"Sevastopol ADF Zone\") then a_deactivate_group(\"Transport Escort\");a_out_sound(\"\");a_out_text_delay(\"100, Red Crown, one of the transport escorts has landed, you have failed to destroy it!\", \"10\");a_set_flag(\"8\"); mission.trigfunc[10]='';end;",
        [11] = "if c_flag_is_true(\"4\") and c_flag_is_true(\"5\") and c_flag_is_true(\"6\") then a_out_sound(\"pickle.wav\");a_out_text_delay(\"All the enemy transports have landed, you have failed! Return to base immediately!\", \"10\"); mission.trigfunc[11]='';end;",
        [12] = "if c_flag_is_true(\"4\") and c_flag_is_true(\"5\") and c_flag_is_true(\"6\") and c_flag_is_true(\"7\") and c_flag_is_true(\"8\") then a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, the transports and their escorts have all landed! This mission is a shambles - return to base immediately!\", \"10\"); mission.trigfunc[12]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 790,
        wind = 
        {
            at8000 = 
            {
                speed = 4,
                dir = 239,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 300,
            }, -- end of atGround
            at2000 = 
            {
                speed = 2,
                dir = 276,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 3,
            visibility = 300,
            thickness = 60,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 6,
        }, -- end of season
        clouds = 
        {
            density = 3,
            thickness = 300,
            base = 2100,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Ukrainian ELINT Patrol\")  then a_set_mission_result(25) end",
        [2] = "if c_group_dead(\"Ukrainian ELINT Escort\")  then a_set_mission_result(25) end",
        [3] = "if c_group_dead(\"Pop-up transport 1\") and c_group_dead(\"Pop-up transport 2\") and c_group_dead(\"Pop-up transport 3\")  then a_set_mission_result(25) end",
        [4] = "if c_group_dead(\"Transport Escort\")  then a_set_mission_result(25) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Ukrainian ELINT Patrol\") )",
                [2] = "return(c_group_dead(\"Ukrainian ELINT Escort\") )",
                [3] = "return(c_group_dead(\"Pop-up transport 1\") and c_group_dead(\"Pop-up transport 2\") and c_group_dead(\"Pop-up transport 3\") )",
                [4] = "return(c_group_dead(\"Transport Escort\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(25)",
                [2] = "a_set_mission_result(25)",
                [3] = "a_set_mission_result(25)",
                [4] = "a_set_mission_result(25)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 10000,
                zoneId = 3,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.77871779684249,
                hidden = true,
                long = 0.58521875721948,
                x = -57363.184218751,
                name = "Sevastopol ADF Zone",
                y = -57890.437851194,
            }, -- end of [1]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.62189478833503,
        zoom = 1000000,
        centerX = 0.78681063874074,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
            [2] = 17,
            [3] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "BACKGROUND:\
=========\
Russian ground forces continue their advance to the south east along the coast. Spetsnaz units supported by strategic aviation units continue to advance quickly along the border, eliminating enemy positions as they encounter them.\
\
Opposition to our advance in the south has been stiff, with some Georgian units fighting fanatically to the bitter end in the face of overwhelming Russian numerical, tactical and technological superiority.\
\
The 244th Motor Rifle Division has suffered 5-7% losses during the past 48 hours of combat operations, however with the support of the 339th Frontal Aviation Regiment they have advanced almost 110Km in to Georgia.\
\
The next strategic objective for Russian forces will be Babushara airfield and the series of vital bridges just to the north of it.\
\
SITUATION:\
=======\
It appears that the Ukraine intends to become directly involved in this conflict. They have an An-30M ELINT aircraft orbiting over the Crimea and intelligence believes that they are monitoring our operations in order to evaluate the strenth of our force deployment. This can not be allowed. In order to simplify the tactical situation in preparation for our next phase of ground operations we intend to end the Georgian intelligence gathering patrol.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
        [11] = true,
        [12] = true,
    }, -- end of trigflag
    descriptionRedTask = "Your mission is to intercept and destroy the Ukrainian An-30M ELINT aircraft that is orbiting over the Crimea. It is being escorted and you will also have to destroy the escort fighters.\
\
FRIENDLY FORCES:\
===========\
Your flight: 4 * Su-27, callsign 100.\
AWACS: Red Crown, callsign 500.\
AWACS escort: 2 * Su-30, callsign 510.\
\
ENEMY FORCES:\
==========\
The enemy An-30M is operating a racetrack patrol path across the Crimea at 8000m altitude. We believe that it is being escorted by at least two MiG-29As. 'Aircraft recognition' photographs are attached to this briefing for you to review.\
\
During the past 24 hours several medium and short range SAM systems have activated around Sevastopol, and we believe that they have been put in place to protect the port. Do not fly further south west than waypoint 5 or you will be in range of the Sevastopol SAM systems.\
\
The disposition of other Ukrainian forces is unknkown at this time so watch for messages from Red Crown.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "Border 7-1{75835D10-EE14-4a4f-851E-E85E28283251}.png",
        [2] = "Border 7-2{70C4B6DF-9937-4ef9-91CE-3E4814BFAC67}.png",
        [4] = "Border 7-4{BDB808C9-A0DA-468f-8DF1-BC84CC151B3A}.png",
        [3] = "Border 7-3{2F19BA5C-BC2D-429c-A45C-B57B942186CA}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 151,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 152,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "ELINT Group dead",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    seconds = 60,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "100, Red Crown, vector north and engage pop-up contacts, suspected Ukrainian transport group. Stand by for intercept heading.",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [2]
                [3] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Transports message",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 2,
                    seconds = 15,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 154,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 155,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 156,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    group = 157,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Activate transport groups",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 151,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 152,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 154,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    group = 155,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [4]
                [5] = 
                {
                    group = 156,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [5]
                [6] = 
                {
                    group = 157,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [6]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 3,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Mission complete flag",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 3,
                    seconds = 30,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "Success.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "100, Red Crown, very well done commander, our scopes are clear. Disregard your flight plan and return to base.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "Mission complete message",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 414,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 154,
                    text = "",
                    predicate = "a_deactivate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "100, Red Crown, one of the transports has landed, you have failed to destroy it!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 4,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Transport 1 lands",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 415,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 155,
                    text = "",
                    predicate = "a_deactivate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "100, Red Crown, one of the transports has landed, you have failed to destroy it!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 5,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Transport 2 lands",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 416,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 156,
                    text = "",
                    predicate = "a_deactivate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "100, Red Crown, one of the transports has landed, you have failed to destroy it!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 6,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Transport 3 lands",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 417,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 157,
                    text = "",
                    predicate = "a_deactivate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "100, Red Crown, one of the transport escorts has landed, you have failed to destroy it!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 7,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Transport Escort 1 lands",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 418,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 157,
                    text = "",
                    predicate = "a_deactivate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    file = "",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [2]
                [3] = 
                {
                    text = "100, Red Crown, one of the transport escorts has landed, you have failed to destroy it!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 8,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Transport Escort 2 lands",
        }, -- end of [10]
        [11] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 4,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 5,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    flag = 6,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "All the enemy transports have landed, you have failed! Return to base immediately!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Transports fail",
        }, -- end of [11]
        [12] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 4,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 5,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    flag = 6,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    flag = 7,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [4]
                [5] = 
                {
                    flag = 8,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [5]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "100, Red Crown, the transports and their escorts have all landed! This mission is a shambles - return to base immediately!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Epic Fail!",
        }, -- end of [12]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- 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 = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74123145516343,
                                                lat = 0.7360781086754,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74124049490612,
                                                lat = 0.73607272011541,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7360781086754,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74123145516343,
                                            x = -285293.04636929,
                                            speed = 0,
                                            y = 682763.85011768,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 65,
                                        lat = 0.7360781086754,
                                        skill = "Good",
                                        long = 0.74123145516343,
                                        x = -285293.04636929,
                                        name = "Samtredia Shilka West",
                                        heading = 4.5378560551853,
                                        y = 682763.85011768,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 66,
                                        lat = 0.73614076266968,
                                        skill = "Good",
                                        long = 0.74171203961507,
                                        x = -284641.27144811,
                                        name = "Samtredia Shilka East",
                                        heading = 1.3962634015955,
                                        y = 684997.21259147,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 272,
                                        lat = 0.73615507948593,
                                        skill = "Good",
                                        long = 0.74148989842083,
                                        x = -284666.76035748,
                                        name = "Samtredia Osa",
                                        heading = 6.1086523819802,
                                        y = 683933.85096894,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Samtredia ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73047099021946,
                                                lat = 0.73175022567742,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73047695009631,
                                                lat = 0.73174221439482,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73174966488576,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73047124135155,
                                            x = -318390.93121881,
                                            speed = 0,
                                            y = 634629.18787013,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 69,
                                        lat = 0.73174966488576,
                                        skill = "Good",
                                        long = 0.73047124135155,
                                        x = -318390.93121881,
                                        name = "Laituri Shilka West",
                                        heading = 4.4505895925855,
                                        y = 634629.18787013,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 70,
                                        lat = 0.73185389692597,
                                        skill = "Good",
                                        long = 0.73090916759414,
                                        x = -317509.30551235,
                                        name = "Laituri Shilka East",
                                        heading = 1.3089969389957,
                                        y = 636642.28492343,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 71,
                                        lat = 0.73179084378789,
                                        skill = "Good",
                                        long = 0.73071399338119,
                                        x = -318007.99313246,
                                        name = "Laituri Kub STR",
                                        heading = 5.9341194567807,
                                        y = 635755.9669759,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 72,
                                        lat = 0.73178852040451,
                                        skill = "Good",
                                        long = 0.73069833611204,
                                        x = -318030.57291466,
                                        name = "Laituri Kub launcher 1",
                                        heading = 5.5850536063819,
                                        y = 635683.07289492,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 410,
                                        lat = 0.73179276655369,
                                        skill = "Good",
                                        long = 0.73072694773212,
                                        x = -317989.30831739,
                                        name = "Laituri Kub launcher 2",
                                        heading = 0.5235987755983,
                                        y = 635816.2770267,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 413,
                                        lat = 0.73183819335169,
                                        skill = "Good",
                                        long = 0.73078682015161,
                                        x = -317670.12529566,
                                        name = "Laituri Osa",
                                        heading = 5.9341194567807,
                                        y = 636071.07714425,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Laituri ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72632166837161,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72589953742205,
                                            x = -355206.94324193,
                                            speed = 0,
                                            y = 616360.6139431,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 74,
                                        lat = 0.72632166837161,
                                        skill = "Good",
                                        long = 0.72589953742205,
                                        x = -355206.94324193,
                                        name = "Batumi Shilka West",
                                        heading = 5.4977871437821,
                                        y = 616360.6139431,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 75,
                                        lat = 0.72610300226265,
                                        skill = "Good",
                                        long = 0.72623081546697,
                                        x = -356440.62648049,
                                        name = "Batumi Shilka East",
                                        heading = 2.1073957335614,
                                        y = 618081.63147029,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 76,
                                        lat = 0.72621189156079,
                                        skill = "Good",
                                        long = 0.72606726321389,
                                        x = -355825.60695464,
                                        name = "Batumi Kub STR",
                                        heading = 0.5235987755983,
                                        y = 617231.37352447,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 77,
                                        lat = 0.72621771097781,
                                        skill = "Good",
                                        long = 0.72605049446934,
                                        x = -355796.60618672,
                                        name = "Batumi Kub launcher 1",
                                        heading = 5.5850536063819,
                                        y = 617147.57622474,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 411,
                                        lat = 0.72620280376423,
                                        skill = "Good",
                                        long = 0.72607734374408,
                                        x = -355878.65567567,
                                        name = "Batumi Kub launcher 2",
                                        heading = 0.69813170079773,
                                        y = 617285.28114364,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 412,
                                        lat = 0.7262417861459,
                                        skill = "Good",
                                        long = 0.72616450798665,
                                        x = -355588.27057861,
                                        name = "Batumi Osa",
                                        heading = 0.087266462599716,
                                        y = 617677.10232386,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Batumi ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73373130889223,
                                                lat = 0.73727139799605,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73389833834016,
                                                lat = 0.73726656719306,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727139799605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73373130889223,
                                            x = -281578.17850839,
                                            speed = 0,
                                            y = 646395.71901218,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 60,
                                        lat = 0.73727139799605,
                                        skill = "Good",
                                        long = 0.73373130889223,
                                        x = -281578.17850839,
                                        name = "Senaki Shilka West",
                                        heading = 4.8869219055841,
                                        y = 646395.71901218,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 61,
                                        lat = 0.73724523140004,
                                        skill = "Good",
                                        long = 0.73413816554796,
                                        x = -281536.83475505,
                                        name = "Senaki Shilka East",
                                        heading = 1.7453292519943,
                                        y = 648336.91082232,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 62,
                                        lat = 0.73741947238826,
                                        skill = "Good",
                                        long = 0.73388955271905,
                                        x = -280553.77416641,
                                        name = "Senaki Shilka North",
                                        heading = 0.17453292519943,
                                        y = 647043.34667591,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 266,
                                        lat = 0.73732800048321,
                                        skill = "Good",
                                        long = 0.73380963170981,
                                        x = -281177.47281792,
                                        name = "Senaki Osa",
                                        heading = 0.17453292519943,
                                        y = 646727.58568067,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Senaki ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.58552535778248,
                                                lat = 0.7790861355123,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.58550756447485,
                                                lat = 0.77910397796208,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 96,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77780866209454,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58480451521149,
                                            x = -63166.105396868,
                                            speed = 0,
                                            y = -59737.206379701,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 150,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 380,
                                        lat = 0.77780866209454,
                                        skill = "Excellent",
                                        long = 0.58480451521149,
                                        x = -63166.105396868,
                                        name = "Sevastopol Kub STR",
                                        heading = 1.5707963267949,
                                        y = -59737.206379701,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 381,
                                        lat = 0.77780665422854,
                                        skill = "Excellent",
                                        long = 0.58484081239039,
                                        x = -63177.624772166,
                                        name = "Sevastopol Kub Launcher 1",
                                        heading = 1.5707963267949,
                                        y = -59572.201406553,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 382,
                                        lat = 0.77777578378863,
                                        skill = "Excellent",
                                        long = 0.58480311122768,
                                        x = -63375.491435549,
                                        name = "Sevastopol Kub launcher 2",
                                        heading = 3.1415926535898,
                                        y = -59742.303428739,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 383,
                                        lat = 0.77780573395795,
                                        skill = "Excellent",
                                        long = 0.5847591041361,
                                        x = -63186.331262911,
                                        name = "Sevastopol Kub launcher 3",
                                        heading = 4.7123889803847,
                                        y = -59943.430440662,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 384,
                                        lat = 0.77783802758849,
                                        skill = "Excellent",
                                        long = 0.58480311231623,
                                        x = -62979.18333767,
                                        name = "Sevastopol Kub launcher 4",
                                        heading = 0,
                                        y = -59744.726181674,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 385,
                                        lat = 0.77899851940534,
                                        skill = "Excellent",
                                        long = 0.58509902111795,
                                        x = -55579.987776346,
                                        name = "Sevastopol Osa North",
                                        heading = 1.221730476396,
                                        y = -58445.442268531,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 386,
                                        lat = 0.77854330566141,
                                        skill = "Excellent",
                                        long = 0.58494162537063,
                                        x = -58483.831158661,
                                        name = "Sevastopol Osa South",
                                        heading = 1.9198621771938,
                                        y = -59142.860333009,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 387,
                                        lat = 0.77890270320003,
                                        skill = "Excellent",
                                        long = 0.58571427111229,
                                        x = -56168.614089597,
                                        name = "Sevastopol Shilka North",
                                        heading = 1.221730476396,
                                        y = -55646.140037083,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 388,
                                        lat = 0.77854464521058,
                                        skill = "Excellent",
                                        long = 0.5856194585922,
                                        x = -58451.683299793,
                                        name = "Sevastopol Shilka South",
                                        heading = 1.9198621771938,
                                        y = -56062.982601356,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 394,
                                        lat = 0.77986135741667,
                                        skill = "Excellent",
                                        long = 0.58591760297506,
                                        x = -50057.697237385,
                                        name = "Sevastopol Strela-1 North",
                                        heading = 1.5707963267949,
                                        y = -54765.162332516,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 395,
                                        lat = 0.7781242810754,
                                        skill = "Excellent",
                                        long = 0.58281747191497,
                                        x = -61199.749992344,
                                        name = "Sevastopol Strela-1 South",
                                        heading = 1.5707963267949,
                                        y = -68802.498406522,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 396,
                                        lat = 0.77865014026632,
                                        skill = "Excellent",
                                        long = 0.58652661525856,
                                        x = -57748.383629675,
                                        name = "Sevastopol Manpad 1",
                                        heading = 0.38050637711236,
                                        y = -51945.1702997,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 397,
                                        lat = 0.77864829819497,
                                        skill = "Excellent",
                                        long = 0.58653021771224,
                                        x = -57759.986624323,
                                        name = "Sevastopol Manpad 2",
                                        heading = 2.1910458127777,
                                        y = -51928.729670018,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 398,
                                        lat = 0.77864821446454,
                                        skill = "Excellent",
                                        long = 0.58652280983435,
                                        x = -57760.777863827,
                                        name = "Sevastopol Manpad 3",
                                        heading = 0.95054684081208,
                                        y = -51962.386225691,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 399,
                                        lat = 0.77864653985727,
                                        skill = "Excellent",
                                        long = 0.58652664399962,
                                        x = -57771.306535945,
                                        name = "Sevastopol Manpad 4",
                                        heading = 1.9198621771938,
                                        y = -51944.899279444,
                                    }, -- end of [15]
                                }, -- end of units
                                name = "Sevastopol ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Ukrainian ELINT Patrol",
                                groupId = 151,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.77780640324557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58295393311486,
                                            x = -63220.834628655,
                                            speed = 138.88888888889,
                                            y = -68168.275674975,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.79050897431934,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62940354173695,
                                            x = 22146.173442111,
                                            speed = 138.88888888889,
                                            y = 140208.45865749,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Reconnaissance",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-30M",
                                        CLSID = "{DFBDA1AB-0456-4AE8-A24C-EE2A0362D06E}",
                                        unitId = 400,
                                        lat = 0.77780640324557,
                                        skill = "Good",
                                        long = 0.58295393311486,
                                        x = -63220.834628655,
                                        name = "Ukraine ELINT",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "8300",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -68168.275674975,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 59,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Ukrainian ELINT Escort",
                                groupId = 152,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.77767472940117,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58304975565412,
                                            x = -64057.202669689,
                                            speed = 138.88888888889,
                                            y = -67726.497160468,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.7903178467871,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62940463591368,
                                            x = 20929.320850214,
                                            speed = 138.88888888889,
                                            y = 140258.67057797,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 401,
                                        lat = 0.77767472940117,
                                        skill = "Good",
                                        long = 0.58304975565412,
                                        x = -64057.202669689,
                                        name = "Ukraine ELINT Escort 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = -67726.497160468,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "801",
                                        }, -- end of callsign
                                        onboard_num = 60,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 402,
                                        lat = 0.77766772940117,
                                        skill = "Average",
                                        long = 0.58305675565412,
                                        x = -64101.625540335,
                                        name = "Ukraine ELINT Escort 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = -67694.326635147,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "802",
                                        }, -- end of callsign
                                        onboard_num = 61,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Pop-up transport 1",
                                groupId = 154,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80383800469939,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59742851914934,
                                            x = 103196.8567207,
                                            speed = 138.88888888889,
                                            y = -4807.2753739227,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77870439914205,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58509906253227,
                                            x = -57452.658490156,
                                            speed = 138.88888888889,
                                            y = -58433.782498442,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 414,
                                        lat = 0.80383800469939,
                                        skill = "Good",
                                        long = 0.59742851914934,
                                        x = 103196.8567207,
                                        name = "Pop-up transport 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -4807.2753739227,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "701",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Pop-up transport 2",
                                groupId = 155,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80381739082894,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59761816161614,
                                            x = 103077.46415161,
                                            speed = 138.88888888889,
                                            y = -3963.5092949094,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77868647999456,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.5851934594118,
                                            x = -57563.460983339,
                                            speed = 138.88888888889,
                                            y = -58004.164255137,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 415,
                                        lat = 0.80381739082894,
                                        skill = "Good",
                                        long = 0.59761816161614,
                                        x = 103077.46415161,
                                        name = "Pop-up transport 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -3963.5092949094,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "702",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                name = "Pop-up transport 3",
                                groupId = 156,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80379042168084,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59779004318869,
                                            x = 102916.68917761,
                                            speed = 138.88888888889,
                                            y = -3198.1338555599,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77865968559872,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58529732887626,
                                            x = -57730.442367864,
                                            speed = 138.88888888889,
                                            y = -57531.158438903,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 416,
                                        lat = 0.80379042168084,
                                        skill = "Good",
                                        long = 0.59779004318869,
                                        x = 102916.68917761,
                                        name = "Pop-up transport 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -3198.1338555599,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "703",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Transport Escort",
                                groupId = 157,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80376680282382,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59793536443827,
                                            x = 102777.40312811,
                                            speed = 138.88888888889,
                                            y = -2552.7231725026,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77863732956674,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58540432817342,
                                            x = -57869.055504169,
                                            speed = 138.88888888889,
                                            y = -57044.104438423,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 417,
                                        lat = 0.80376680282382,
                                        skill = "Good",
                                        long = 0.59793536443827,
                                        x = 102777.40312811,
                                        name = "Transport Escort 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -2552.7231725026,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "704",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 418,
                                        lat = 0.80375980282382,
                                        skill = "Good",
                                        long = 0.59794236443827,
                                        x = 102733.35890923,
                                        name = "Transport Escort 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -2521.0474596322,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 5,
                                            name = "705",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74418284834902,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6982074317175,
                                            x = -253497.79403096,
                                            speed = 6.9444444444444,
                                            y = 474603.78188639,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76456120072094,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66905186627246,
                                            x = -133775.49528105,
                                            speed = 6.9444444444444,
                                            y = 329228.26424537,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76931690726003,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6476141858666,
                                            x = -109145.38462835,
                                            speed = 6.9444444444444,
                                            y = 228858.11180505,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77674513255072,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62957984318788,
                                            x = -65463.253827821,
                                            speed = 6.9444444444444,
                                            y = 144323.72072156,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 12,
                                        lat = 0.74418284834902,
                                        skill = "Excellent",
                                        long = 0.6982074317175,
                                        x = -253497.79403096,
                                        name = "Kuznetsov",
                                        heading = -0.83303959289784,
                                        y = 474603.78188639,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 13,
                                        lat = 0.74458195229973,
                                        skill = "Excellent",
                                        long = 0.69880157107835,
                                        x = -250719.43428599,
                                        name = "Rezky 1",
                                        heading = 0.0077339331120441,
                                        y = 477185.10990806,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 14,
                                        lat = 0.74457280655301,
                                        skill = "Excellent",
                                        long = 0.69762163759999,
                                        x = -251240.28476617,
                                        name = "Rezky 2",
                                        heading = -0.041021706530419,
                                        y = 471642.31184743,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 15,
                                        lat = 0.74415631134149,
                                        skill = "Excellent",
                                        long = 0.69926966901151,
                                        x = -253243.83059865,
                                        name = "Neutrashimy 1",
                                        heading = 0.0077339331120441,
                                        y = 479610.44577445,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 16,
                                        lat = 0.74417815578235,
                                        skill = "Excellent",
                                        long = 0.69709899881734,
                                        x = -253954.32590129,
                                        name = "Neutrashimy 2",
                                        heading = 0.0077339331120441,
                                        y = 469387.24928057,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 17,
                                        lat = 0.74488655765969,
                                        skill = "Excellent",
                                        long = 0.69821136304403,
                                        x = -249014.50843643,
                                        name = "Grishna 1",
                                        heading = 0.0077339331120441,
                                        y = 474248.51766218,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 18,
                                        lat = 0.74345307338736,
                                        skill = "Excellent",
                                        long = 0.69821202382764,
                                        x = -258143.69655296,
                                        name = "Grishna 2",
                                        heading = 0.0077339331120441,
                                        y = 475011.52694507,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.7459683849963,
                                        skill = "Excellent",
                                        long = 0.69560931555131,
                                        x = -243125.25833049,
                                        name = "Grishna 3",
                                        heading = -0.83303959289784,
                                        y = 461447.17060794,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 20,
                                        lat = 0.74379772058289,
                                        skill = "Excellent",
                                        long = 0.69758578516113,
                                        x = -256190.28887201,
                                        name = "Molniya 1",
                                        heading = 0.0077339331120441,
                                        y = 471878.92468167,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 21,
                                        lat = 0.74373528462263,
                                        skill = "Excellent",
                                        long = 0.69885008001546,
                                        x = -256092.30641274,
                                        name = "Molniya 2",
                                        heading = 0.0077339331120441,
                                        y = 477861.12243886,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Kuznetsov Battlegroup",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69686940358643,
                                                lat = 0.75814665292324,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69687714560021,
                                                lat = 0.75813951133958,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75814665292324,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69686940358643,
                                            x = -165085.44382223,
                                            speed = 0,
                                            y = 460927.46153334,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 78,
                                        lat = 0.75814665292324,
                                        skill = "Excellent",
                                        long = 0.69686940358643,
                                        x = -165085.44382223,
                                        name = "Adler Tunguska West",
                                        heading = 4.1887902047864,
                                        y = 460927.46153334,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 79,
                                        lat = 0.75832455140386,
                                        skill = "Excellent",
                                        long = 0.69743027393625,
                                        x = -163736.80794723,
                                        name = "Adler Tunguska East",
                                        heading = 1.1344640137963,
                                        y = 463439.10849133,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 80,
                                        lat = 0.75817086899746,
                                        skill = "Excellent",
                                        long = 0.69717090404984,
                                        x = -164815.26104057,
                                        name = "Adler Buk TAR",
                                        heading = 2.3561944901923,
                                        y = 462315.99842726,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 81,
                                        lat = 0.75816372725004,
                                        skill = "Excellent",
                                        long = 0.69714189985778,
                                        x = -164871.89766083,
                                        name = "Adler Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 462185.00808889,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 82,
                                        lat = 0.75817628690704,
                                        skill = "Excellent",
                                        long = 0.69719559528645,
                                        x = -164771.26119497,
                                        name = "Adler Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 462427.86605684,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 83,
                                        lat = 0.75823096009565,
                                        skill = "Excellent",
                                        long = 0.69713824786743,
                                        x = -164445.14607976,
                                        name = "Adler Tor",
                                        heading = 2.6179938779915,
                                        y = 462131.89851391,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 84,
                                        lat = 0.75827775471267,
                                        skill = "Excellent",
                                        long = 0.69713323467423,
                                        x = -164149.07403277,
                                        name = "Adler 55G6 LR EWR",
                                        heading = 2.6179938779915,
                                        y = 462083.44539419,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Adler ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75935682304332,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76144167173576,
                                            x = -125541.88909878,
                                            speed = 0,
                                            y = 759649.36502119,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 85,
                                        lat = 0.75935682304332,
                                        skill = "Excellent",
                                        long = 0.76144167173576,
                                        x = -125541.88909878,
                                        name = "Nal'Chik Tunguska West",
                                        heading = 4.1887902047864,
                                        y = 759649.36502119,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 86,
                                        lat = 0.75952341853793,
                                        skill = "Excellent",
                                        long = 0.76182187307938,
                                        x = -124252.85696596,
                                        name = "Nal'Chik Tunguska East",
                                        heading = 1.1344640137963,
                                        y = 761273.667568,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 87,
                                        lat = 0.75945733606689,
                                        skill = "Excellent",
                                        long = 0.76164651476347,
                                        x = -124778.87071994,
                                        name = "Nal'Chik Buk TAR",
                                        heading = 4.014257279587,
                                        y = 760515.52978573,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 88,
                                        lat = 0.75945363754365,
                                        skill = "Excellent",
                                        long = 0.76163381001897,
                                        x = -124810.04180116,
                                        name = "Nal'Chik Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 760459.69429714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 89,
                                        lat = 0.75946103460312,
                                        skill = "Excellent",
                                        long = 0.76165881427363,
                                        x = -124747.94225423,
                                        name = "Nal'Chik Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 760569.4859432,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 90,
                                        lat = 0.75942865226537,
                                        skill = "Excellent",
                                        long = 0.7616648876694,
                                        x = -124950.60231083,
                                        name = "Nal'Chik Tor",
                                        heading = 4.017650704188,
                                        y = 760624.65571268,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 91,
                                        lat = 0.7594677741568,
                                        skill = "Excellent",
                                        long = 0.76159965281122,
                                        x = -124740.43902257,
                                        name = "Nal'Chik 1L13 SR EWR",
                                        heading = 4.017650704188,
                                        y = 760289.49781181,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Nal'Chik ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77203219590585,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75158133371351,
                                            x = -50554.08429713,
                                            speed = 0,
                                            y = 703991.23561698,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 92,
                                        lat = 0.77203219590585,
                                        skill = "Excellent",
                                        long = 0.75158133371351,
                                        x = -50554.08429713,
                                        name = "Andzhievskij Tunguska West",
                                        heading = 5.4105206811824,
                                        y = 703991.23561698,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 93,
                                        lat = 0.77175654369788,
                                        skill = "Excellent",
                                        long = 0.75229520999582,
                                        x = -51902.382080575,
                                        name = "Andzhievskij Tunguska East",
                                        heading = 2.0943951023932,
                                        y = 707476.35225213,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 94,
                                        lat = 0.77190168025534,
                                        skill = "Excellent",
                                        long = 0.75197018633801,
                                        x = -51163.46050826,
                                        name = "Andzhievskij Tor",
                                        heading = 3.1415926535898,
                                        y = 705870.94615445,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 95,
                                        lat = 0.77189269699643,
                                        skill = "Excellent",
                                        long = 0.7521483194962,
                                        x = -51119.055927239,
                                        name = "Andzhievskij Buk TAR",
                                        heading = 3.1415926535898,
                                        y = 706693.53958077,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 96,
                                        lat = 0.77189011848291,
                                        skill = "Excellent",
                                        long = 0.75211209142047,
                                        x = -51156.143209462,
                                        name = "Andzhievskij Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 706529.53079907,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 97,
                                        lat = 0.77189053437175,
                                        skill = "Excellent",
                                        long = 0.75217898836237,
                                        x = -51115.334573015,
                                        name = "Andzhievskij Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 706835.87340722,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 98,
                                        lat = 0.77192655098378,
                                        skill = "Excellent",
                                        long = 0.75198849917885,
                                        x = -50994.62137297,
                                        name = "Andzhievskij 1L13 SR EWR",
                                        heading = 3.3161255787892,
                                        y = 705935.16410394,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Andzhievskij ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7796197858213,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6985893176514,
                                            x = -27678.165788847,
                                            speed = 0,
                                            y = 457200.22889675,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 99,
                                        lat = 0.7796197858213,
                                        skill = "Excellent",
                                        long = 0.6985893176514,
                                        x = -27678.165788847,
                                        name = "Majkop Tunguska West",
                                        heading = 3.8397243543875,
                                        y = 457200.22889675,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 100,
                                        lat = 0.77995743211157,
                                        skill = "Excellent",
                                        long = 0.69904686491894,
                                        x = -25345.485577932,
                                        name = "Majkop Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 459086.81536962,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 101,
                                        lat = 0.77979270229821,
                                        skill = "Excellent",
                                        long = 0.6988142160752,
                                        x = -26487.308666693,
                                        name = "Majkop Tor",
                                        heading = 2.9670597283904,
                                        y = 458123.57828365,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 102,
                                        lat = 0.77976328010282,
                                        skill = "Excellent",
                                        long = 0.69865747817479,
                                        x = -26737.243197585,
                                        name = "Majkop Buk TAR",
                                        heading = 3.1415926535898,
                                        y = 457428.12273289,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 103,
                                        lat = 0.77976059778,
                                        skill = "Excellent",
                                        long = 0.69862596804514,
                                        x = -26766.905418209,
                                        name = "Majkop Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 457286.46679646,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 104,
                                        lat = 0.77976059778,
                                        skill = "Excellent",
                                        long = 0.69868451345849,
                                        x = -26743.527424633,
                                        name = "Majkop Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 457552.50393421,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 105,
                                        lat = 0.77987753689617,
                                        skill = "Excellent",
                                        long = 0.69883699103134,
                                        x = -25938.026867636,
                                        name = "Majkop 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 458178.68874471,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Majkop ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2908,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77781803218837,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66334856508616,
                                            x = -51019.048615091,
                                            speed = 0,
                                            y = 297776.17879385,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 106,
                                        lat = 0.77781803218837,
                                        skill = "Excellent",
                                        long = 0.66334856508616,
                                        x = -51019.048615091,
                                        name = "Gelendzhik Tunguska West",
                                        heading = 3.8397243543875,
                                        y = 297776.17879385,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 107,
                                        lat = 0.77800838094256,
                                        skill = "Excellent",
                                        long = 0.66360306724436,
                                        x = -49734.113112562,
                                        name = "Gelendzhik Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 298858.20002013,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 108,
                                        lat = 0.77797030833597,
                                        skill = "Excellent",
                                        long = 0.66340969041219,
                                        x = -50031.937390041,
                                        name = "Gelendzhik Tor North",
                                        heading = 3.6651914291881,
                                        y = 297994.3855721,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 109,
                                        lat = 0.77789994052993,
                                        skill = "Excellent",
                                        long = 0.66353733674822,
                                        x = -50443.42522729,
                                        name = "Gelendzhik Tor South",
                                        heading = 2.6179938779915,
                                        y = 298601.92586439,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 119,
                                        lat = 0.77792713321791,
                                        skill = "Excellent",
                                        long = 0.66354081964614,
                                        x = -50269.281401741,
                                        name = "Gelendzhik 1L13 SR EWR",
                                        heading = 2.7925268031909,
                                        y = 298607.11868517,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Gelendzhik ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77949240141232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65929088776049,
                                            x = -41464.962065655,
                                            speed = 0,
                                            y = 278681.72453777,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 110,
                                        lat = 0.77949240141232,
                                        skill = "Excellent",
                                        long = 0.65929088776049,
                                        x = -41464.962065655,
                                        name = "My'skhako Tunguska West",
                                        heading = 4.014257279587,
                                        y = 278681.72453777,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 111,
                                        lat = 0.77966814581369,
                                        skill = "Excellent",
                                        long = 0.65953779917204,
                                        x = -40278.659507026,
                                        name = "My'skhako Tunguska East",
                                        heading = 0.87266462599716,
                                        y = 279736.58779194,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 112,
                                        lat = 0.77965289163233,
                                        skill = "Excellent",
                                        long = 0.65933683231951,
                                        x = -40430.542737079,
                                        name = "My'skhako Tor North",
                                        heading = 6.1086523819802,
                                        y = 278829.38237852,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 113,
                                        lat = 0.77958818963994,
                                        skill = "Excellent",
                                        long = 0.65947606398257,
                                        x = -40804.593648379,
                                        name = "My'skhako Tor South",
                                        heading = 2.6179938779915,
                                        y = 279487.4231708,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 120,
                                        lat = 0.7796330280157,
                                        skill = "Excellent",
                                        long = 0.6594768729213,
                                        x = -40518.868577844,
                                        name = "My'shako 1L13 SR EWR",
                                        heading = 2.4434609527921,
                                        y = 279473.51356548,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "My'skhako ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78466910291654,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66300975854559,
                                            x = -7489.4439479494,
                                            speed = 0,
                                            y = 293552.0447786,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 114,
                                        lat = 0.78466910291654,
                                        skill = "Excellent",
                                        long = 0.66300975854559,
                                        x = -7489.4439479494,
                                        name = "Kry'msk Tunguska West",
                                        heading = 4.014257279587,
                                        y = 293552.0447786,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 115,
                                        lat = 0.78494601280333,
                                        skill = "Excellent",
                                        long = 0.66340801363263,
                                        x = -5615.1524115223,
                                        name = "Kry'msk Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 295245.14201051,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 116,
                                        lat = 0.78481660455259,
                                        skill = "Excellent",
                                        long = 0.66314810734059,
                                        x = -6512.5381245203,
                                        name = "Kry'msk Tor North",
                                        heading = 5.4105206811824,
                                        y = 294120.86134159,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 117,
                                        lat = 0.7847458414902,
                                        skill = "Excellent",
                                        long = 0.66334303009101,
                                        x = -6908.3540949505,
                                        name = "Kry'msk Tor South",
                                        heading = 2.2689280275926,
                                        y = 295030.30529476,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 118,
                                        lat = 0.78484668036867,
                                        skill = "Excellent",
                                        long = 0.66321768954417,
                                        x = -6302.0730490722,
                                        name = "Kry'msk 1L13 SR EWR",
                                        heading = 2.9670597283904,
                                        y = 294424.29676711,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Kry'msk ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78535448310209,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65162539065928,
                                            x = -6085.264860482,
                                            speed = 0,
                                            y = 241851.92765361,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 121,
                                        lat = 0.78535448310209,
                                        skill = "Excellent",
                                        long = 0.65162539065928,
                                        x = -6085.264860482,
                                        name = "Anapa Tunguska West",
                                        heading = 4.014257279587,
                                        y = 241851.92765361,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 122,
                                        lat = 0.78557939415506,
                                        skill = "Excellent",
                                        long = 0.65223800786617,
                                        x = -4503.4154329086,
                                        name = "Anapa Tunguska East",
                                        heading = 0.78539816339745,
                                        y = 244540.62126033,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 123,
                                        lat = 0.78552552216985,
                                        skill = "Excellent",
                                        long = 0.65174014008188,
                                        x = -4968.126841858,
                                        name = "Anapa Tor North",
                                        heading = 6.1086523819802,
                                        y = 242310.53722886,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 124,
                                        lat = 0.78541913563365,
                                        skill = "Excellent",
                                        long = 0.65216132896051,
                                        x = -5542.6067792261,
                                        name = "Anapa Tor South",
                                        heading = 2.4434609527921,
                                        y = 244251.08306346,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 125,
                                        lat = 0.78557855106564,
                                        skill = "Excellent",
                                        long = 0.65204725207282,
                                        x = -4555.4049552279,
                                        name = "Anapa 55G6 SR EWR",
                                        heading = 5.0614548307836,
                                        y = 243679.1489219,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Anapa ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78601452319713,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68314756074064,
                                            x = 7351.2699242635,
                                            speed = 0,
                                            y = 383939.27570608,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 126,
                                        lat = 0.78601452319713,
                                        skill = "Excellent",
                                        long = 0.68314756074064,
                                        x = 7351.2699242635,
                                        name = "Pashkovskij Tunguska West 1",
                                        heading = 4.5378560551853,
                                        y = 383939.27570608,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 127,
                                        lat = 0.78588236222834,
                                        skill = "Excellent",
                                        long = 0.68372370956249,
                                        x = 6707.2519731522,
                                        name = "Pashkovskij Tunguska West 2",
                                        heading = 4.014257279587,
                                        y = 386607.36999506,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 128,
                                        lat = 0.78616711622631,
                                        skill = "Excellent",
                                        long = 0.68356232540622,
                                        x = 8465.0777856875,
                                        name = "Pashkovskij Tunguska East 1",
                                        heading = 0.87266462599716,
                                        y = 385737.67678596,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 129,
                                        lat = 0.78619343645322,
                                        skill = "Excellent",
                                        long = 0.68428235621298,
                                        x = 8879.5001393631,
                                        name = "Pashkovskij Tunguska East 2",
                                        heading = 0.87266462599716,
                                        y = 388977.51541691,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 130,
                                        lat = 0.78616222344009,
                                        skill = "Excellent",
                                        long = 0.68333281271844,
                                        x = 8355.2451934293,
                                        name = "Pashkovskij Tor North",
                                        heading = 5.9341194567807,
                                        y = 384703.23846615,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 131,
                                        lat = 0.78599841329829,
                                        skill = "Excellent",
                                        long = 0.68405452427517,
                                        x = 7559.6032399228,
                                        name = "Pashkovskij Tor South",
                                        heading = 2.7925268031909,
                                        y = 388044.5611679,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 132,
                                        lat = 0.78604083940233,
                                        skill = "Excellent",
                                        long = 0.68365832601587,
                                        x = 7693.929348452,
                                        name = "Pashkovskij 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 386233.731082,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Pashkovskij ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7868536094068,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6794358734513,
                                            x = 11439.241996278,
                                            speed = 0,
                                            y = 366785.82061612,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 133,
                                        lat = 0.7868536094068,
                                        skill = "Excellent",
                                        long = 0.6794358734513,
                                        x = 11439.241996278,
                                        name = "Krasnodar Tunguska West",
                                        heading = 4.7996554429844,
                                        y = 366785.82061612,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 134,
                                        lat = 0.78684727817813,
                                        skill = "Excellent",
                                        long = 0.68008839328919,
                                        x = 11613.419750241,
                                        name = "Krasnodar Tunguska East",
                                        heading = 1.6580627893946,
                                        y = 369736.67270156,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 135,
                                        lat = 0.78670698846495,
                                        skill = "Excellent",
                                        long = 0.67972324042766,
                                        x = 10600.102514672,
                                        name = "Krasnodar Tunguska South",
                                        heading = 3.3161255787892,
                                        y = 368153.52919618,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 136,
                                        lat = 0.78692317115314,
                                        skill = "Excellent",
                                        long = 0.67970168251034,
                                        x = 11969.547306537,
                                        name = "Krasnodar Tor North",
                                        heading = 6.1959188445799,
                                        y = 367953.68400468,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 137,
                                        lat = 0.78674446465144,
                                        skill = "Excellent",
                                        long = 0.67989391530563,
                                        x = 10894.833016052,
                                        name = "Krasnodar Tor South",
                                        heading = 2.9670597283904,
                                        y = 368906.81645968,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 138,
                                        lat = 0.78685504449089,
                                        skill = "Excellent",
                                        long = 0.67956528632054,
                                        x = 11490.919455549,
                                        name = "Krasnodar 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 367369.78161489,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Krasnodar ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 22,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78730187818341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67909881841613,
                                            x = 14182.774968527,
                                            speed = 0,
                                            y = 365051.63312236,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 147,
                                        lat = 0.78730187818341,
                                        skill = "Excellent",
                                        long = 0.67909881841613,
                                        x = 14182.774968527,
                                        name = "HQ S-300 SR",
                                        heading = 4.014257279587,
                                        y = 365051.63312236,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 148,
                                        lat = 0.78731870931619,
                                        skill = "Excellent",
                                        long = 0.67912662824523,
                                        x = 14299.087672541,
                                        name = "HQ S-300 TR",
                                        heading = 4.014257279587,
                                        y = 365169.25734107,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 149,
                                        lat = 0.78731116826726,
                                        skill = "Excellent",
                                        long = 0.67911461152822,
                                        x = 14247.120428564,
                                        name = "HQ S-300 CP",
                                        heading = 5.4606986118351,
                                        y = 365118.55333835,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 150,
                                        lat = 0.78731411815039,
                                        skill = "Excellent",
                                        long = 0.67909786643875,
                                        x = 14260.399587273,
                                        name = "HQ S-300 LN1",
                                        heading = 2.4434609527921,
                                        y = 365041.78758834,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 151,
                                        lat = 0.78731455824909,
                                        skill = "Excellent",
                                        long = 0.67909999963925,
                                        x = 14263.903082523,
                                        name = "HQ S-300 LN2",
                                        heading = 2.4434609527921,
                                        y = 365051.1965277,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 152,
                                        lat = 0.78731506285215,
                                        skill = "Excellent",
                                        long = 0.67910205618133,
                                        x = 14267.792109256,
                                        name = "HQ S-300 LN3",
                                        heading = 2.4434609527921,
                                        y = 365060.23088011,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 153,
                                        lat = 0.78731552385701,
                                        skill = "Excellent",
                                        long = 0.67910400828368,
                                        x = 14271.369196725,
                                        name = "HQ S-300 LN4",
                                        heading = 2.4434609527921,
                                        y = 365068.81459087,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 154,
                                        lat = 0.78729993293627,
                                        skill = "Excellent",
                                        long = 0.67911456736868,
                                        x = 14175.565361776,
                                        name = "HQ S-300 LN5",
                                        heading = 5.5850536063819,
                                        y = 365123.45573834,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 155,
                                        lat = 0.78730140159933,
                                        skill = "Average",
                                        long = 0.67911547826207,
                                        x = 14185.216429831,
                                        name = "HQ S-300 LN6",
                                        heading = 5.5850536063819,
                                        y = 365126.8919209,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 156,
                                        lat = 0.78730274422976,
                                        skill = "Excellent",
                                        long = 0.67911638267748,
                                        x = 14194.062860494,
                                        name = "HQ S-300 LN7",
                                        heading = 5.5850536063819,
                                        y = 365130.35614823,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 157,
                                        lat = 0.78730416208699,
                                        skill = "Excellent",
                                        long = 0.67911719769275,
                                        x = 14203.358909173,
                                        name = "HQ S-300 LN8",
                                        heading = 5.5850536063819,
                                        y = 365133.38352652,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "HQ S-300 Group",
                                start_time = 0,
                                task = "Без задачи",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.6793521641709,
                                                lat = 0.78736403872862,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.67936174733632,
                                                lat = 0.78735685966318,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78736691036928,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67933543952336,
                                            x = 14674.643208529,
                                            speed = 0,
                                            y = 366088.83022235,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 158,
                                        lat = 0.78736691036928,
                                        skill = "Excellent",
                                        long = 0.67933543952336,
                                        x = 14674.643208529,
                                        name = "HQ Tunguska West",
                                        heading = 4.7123889803847,
                                        y = 366088.83022235,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 159,
                                        lat = 0.78735086307171,
                                        skill = "Excellent",
                                        long = 0.6794693530569,
                                        x = 14616.482007479,
                                        name = "HQ Tunguska East",
                                        heading = 2.3860238722652,
                                        y = 366701.40893972,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "HQ ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70822019879388,
                                                lat = 0.75247042624904,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70822939841906,
                                                lat = 0.75246373097852,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75247042624904,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70822019879388,
                                            x = -196626.30351386,
                                            speed = 0,
                                            y = 516903.82347341,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 120,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 276,
                                        lat = 0.75247042624904,
                                        skill = "Excellent",
                                        long = 0.70822019879388,
                                        x = -196626.30351386,
                                        name = "Bambora 55G6 LR EWR",
                                        heading = 1.5707963267949,
                                        y = 516903.82347341,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 277,
                                        lat = 0.7526196110286,
                                        skill = "Excellent",
                                        long = 0.70800694855241,
                                        x = -195767.21807197,
                                        name = "Bambora Tunguska North",
                                        heading = 2.3546626268128,
                                        y = 515824.22130613,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 278,
                                        lat = 0.75229277084783,
                                        skill = "Excellent",
                                        long = 0.70817828617045,
                                        x = -197775.66391528,
                                        name = "Bambora Tunguska South",
                                        heading = 2.6179938779915,
                                        y = 516810.18223292,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 279,
                                        lat = 0.75242037603517,
                                        skill = "Excellent",
                                        long = 0.70798660722769,
                                        x = -197044.80565055,
                                        name = "Bambora Tor",
                                        heading = 1.9198621771938,
                                        y = 515843.50355301,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 377,
                                        lat = 0.75240780261428,
                                        skill = "Excellent",
                                        long = 0.70808783934311,
                                        x = -197081.66017015,
                                        name = "Bambora Buk SR",
                                        heading = 1.7453292519943,
                                        y = 516322.6414516,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 378,
                                        lat = 0.75242347859036,
                                        skill = "Excellent",
                                        long = 0.70808785799041,
                                        x = -196981.81391612,
                                        name = "Bambora Buk launcher 1",
                                        heading = 1.3962634015955,
                                        y = 516313.74995904,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 379,
                                        lat = 0.75239433125611,
                                        skill = "Excellent",
                                        long = 0.70808907259712,
                                        x = -197166.93095829,
                                        name = "Bambora Buk launcher 2",
                                        heading = 1.9198621771938,
                                        y = 516336.1065171,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Bambora ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [2] = 
                                            {
                                                long = 0.65167305667865,
                                                lat = 0.78537005261068,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.65168414561563,
                                                lat = 0.78537260804335,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.65167305667865,
                                                lat = 0.78537005261068,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.65169103178105,
                                                lat = 0.78537878487308,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.65169399945113,
                                                lat = 0.78538711044699,
                                            }, -- end of [5]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65169399945113,
                                                lat = 0.78538711044699,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65170692712048,
                                                lat = 0.78542941973326,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65169107574339,
                                                lat = 0.78543734361985,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65170238718949,
                                                lat = 0.78546592071116,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.65228440806874,
                                                lat = 0.78558563305299,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.65216009226656,
                                                lat = 0.78566616898653,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.65216213651755,
                                                lat = 0.78566625284342,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.65216009226656,
                                                lat = 0.78566616898653,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.65217225031829,
                                                lat = 0.78566241036871,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.65228440806874,
                                                lat = 0.78558563305299,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.65228497359359,
                                                lat = 0.78558523830517,
                                            }, -- end of [7]
                                        }, -- end of [8]
                                        [16] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65227556140461,
                                                lat = 0.78576307139552,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65255515147513,
                                                lat = 0.78556590480963,
                                            }, -- end of [2]
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65255515147513,
                                                lat = 0.78556590480963,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65227004771094,
                                                lat = 0.78535094292771,
                                            }, -- end of [2]
                                        }, -- end of [17]
                                        [9] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.65231358829888,
                                                lat = 0.78545008059662,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.65228497359359,
                                                lat = 0.78558523830517,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65228497359359,
                                                lat = 0.78558523830517,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.65235544712718,
                                                lat = 0.78553013830405,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.65229538722359,
                                                lat = 0.78543491728233,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.65227268602442,
                                                lat = 0.7854231459079,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.65235766793274,
                                                lat = 0.78551717512013,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.65224675220727,
                                                lat = 0.78541542442836,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.652347257224,
                                                lat = 0.78554176022008,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.65235370825818,
                                                lat = 0.78550444928118,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.65219180086945,
                                                lat = 0.7854109822717,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                long = 0.65221904995474,
                                                lat = 0.78541208920967,
                                            }, -- end of [11]
                                        }, -- end of [9]
                                        [18] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65227004771094,
                                                lat = 0.78535094292771,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65176965042948,
                                                lat = 0.78524668198236,
                                            }, -- end of [2]
                                        }, -- end of [18]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65170238718949,
                                                lat = 0.78546592071116,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65173575405002,
                                                lat = 0.78549122520838,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65219180086945,
                                                lat = 0.7854109822717,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65195865043776,
                                                lat = 0.78535043718954,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [20] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65172818066665,
                                                lat = 0.78527710786118,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65199105077634,
                                                lat = 0.78543161144029,
                                            }, -- end of [2]
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65199105077634,
                                                lat = 0.78543161144029,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65211213853918,
                                                lat = 0.78555317440683,
                                            }, -- end of [2]
                                        }, -- end of [21]
                                        [11] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65195865043776,
                                                lat = 0.78535043718954,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65177246132312,
                                                lat = 0.78522367355281,
                                            }, -- end of [2]
                                        }, -- end of [11]
                                        [22] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65211213853918,
                                                lat = 0.78555317440683,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65216514286788,
                                                lat = 0.7854118019551,
                                            }, -- end of [2]
                                        }, -- end of [22]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65170692712048,
                                                lat = 0.78542941973326,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65169107574339,
                                                lat = 0.78543734361985,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.65181633015705,
                                                lat = 0.78555430180475,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.65173575405002,
                                                lat = 0.78549122520838,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65173594186006,
                                                lat = 0.78549109132996,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.65172302415608,
                                                lat = 0.78550029945706,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.65181633015705,
                                                lat = 0.78555430180475,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.6518164877232,
                                                lat = 0.78555382570319,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.65178660532175,
                                                lat = 0.78554475576219,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                long = 0.65172302415608,
                                                lat = 0.78550029945706,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.65179560595541,
                                                lat = 0.78554959524966,
                                            }, -- end of [6]
                                        }, -- end of [6]
                                        [12] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65177246132312,
                                                lat = 0.78522367355281,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65158013587722,
                                                lat = 0.78535020005742,
                                            }, -- end of [2]
                                        }, -- end of [12]
                                        [24] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65216451189066,
                                                lat = 0.78541289778871,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65216358066501,
                                                lat = 0.7854124763141,
                                            }, -- end of [2]
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65216358066501,
                                                lat = 0.7854124763141,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65216358066501,
                                                lat = 0.7854124763141,
                                            }, -- end of [2]
                                        }, -- end of [25]
                                        [13] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.6513800964738,
                                                lat = 0.78533712420628,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.65158013587722,
                                                lat = 0.78535020005742,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.65157033051202,
                                                lat = 0.78534858987389,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.65158013587722,
                                                lat = 0.78535020005742,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.65138001187612,
                                                lat = 0.78533877432534,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.65138001187612,
                                                lat = 0.78533877432534,
                                            }, -- end of [5]
                                        }, -- end of [13]
                                        [7] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.65188813665571,
                                                lat = 0.7855757478299,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.6518164877232,
                                                lat = 0.78555382570319,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65181633015705,
                                                lat = 0.78555430180475,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.65181691371262,
                                                lat = 0.78557807225124,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.65190176793679,
                                                lat = 0.78558033157058,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.6520841465481,
                                                lat = 0.7856597373119,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.65181691371262,
                                                lat = 0.78557807225124,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.65210472212036,
                                                lat = 0.78566389687065,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.6518151444574,
                                                lat = 0.7855576450131,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.65186335396128,
                                                lat = 0.78557300292365,
                                            }, -- end of [6]
                                            [11] = 
                                            {
                                                long = 0.65216009226656,
                                                lat = 0.78566616898653,
                                            }, -- end of [11]
                                        }, -- end of [7]
                                        [14] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.65137254835146,
                                                lat = 0.78552036870139,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.6513800964738,
                                                lat = 0.78533712420628,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65138001187612,
                                                lat = 0.78533877432534,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.65137678119848,
                                                lat = 0.78539913846307,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.65137254835146,
                                                lat = 0.78552036870139,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.65137056688047,
                                                lat = 0.78563512648953,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.65137325288829,
                                                lat = 0.78546506125691,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                long = 0.65137678119848,
                                                lat = 0.78539913846307,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.65137325288829,
                                                lat = 0.78546506125691,
                                            }, -- end of [6]
                                        }, -- end of [14]
                                        [23] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65216514286788,
                                                lat = 0.7854118019551,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65216451189066,
                                                lat = 0.78541289778871,
                                            }, -- end of [2]
                                        }, -- end of [23]
                                        [19] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.65176965042948,
                                                lat = 0.78524668198236,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65172818066665,
                                                lat = 0.78527710786118,
                                            }, -- end of [2]
                                        }, -- end of [19]
                                        [15] = 
                                        {
                                            [13] = 
                                            {
                                                long = 0.65225429731916,
                                                lat = 0.7857555355453,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.65182229097887,
                                                lat = 0.78563149892209,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.65137056688047,
                                                lat = 0.78563512648953,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.65137056688047,
                                                lat = 0.78563512648953,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.65137052547401,
                                                lat = 0.78563752428531,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.65188381139462,
                                                lat = 0.78563402047379,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.65210115064332,
                                                lat = 0.78568971082446,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.65161608564102,
                                                lat = 0.78562608093471,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.65211894900509,
                                                lat = 0.78569664633381,
                                            }, -- end of [10]
                                            [14] = 
                                            {
                                                long = 0.65227556140461,
                                                lat = 0.78576307139552,
                                            }, -- end of [14]
                                            [3] = 
                                            {
                                                long = 0.65137052547401,
                                                lat = 0.78563752428531,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.65182229097887,
                                                lat = 0.78563149892209,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.6521807072764,
                                                lat = 0.78573856846398,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                long = 0.65216628219978,
                                                lat = 0.78573087610431,
                                            }, -- end of [11]
                                        }, -- end of [15]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78537005261068,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65167305667865,
                                            x = -5974.4770510849,
                                            speed = 6.9444444444444,
                                            y = 242062.06506361,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78538711044699,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65169399945113,
                                            x = -5860.7436021259,
                                            speed = 6.9444444444444,
                                            y = 242150.978429,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78542941973326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65170692712048,
                                            x = -5588.1792575968,
                                            speed = 6.9444444444444,
                                            y = 242194.59639987,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78543734361985,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65169107574339,
                                            x = -5541.5977868643,
                                            speed = 6.9444444444444,
                                            y = 242120.17313742,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78546592071116,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65170238718949,
                                            x = -5356.8677742044,
                                            speed = 6.9444444444444,
                                            y = 242161.13321597,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78549122520838,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65173575405002,
                                            x = -5187.5857101828,
                                            speed = 6.9444444444444,
                                            y = 242302.89371734,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78555382570319,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6518164877232,
                                            x = -4769.2437318377,
                                            speed = 6.9444444444444,
                                            y = 242645.40638773,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78566616898653,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65216009226656,
                                            x = -3969.9168765992,
                                            speed = 6.9444444444444,
                                            y = 244157.8301692,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78558523830517,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65228497359359,
                                            x = -4454.7241102317,
                                            speed = 6.9444444444444,
                                            y = 244750.72292823,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7854109822717,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65219180086945,
                                            x = -5587.0761516886,
                                            speed = 6.9444444444444,
                                            y = 244391.6384841,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78535043718954,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65195865043776,
                                            x = -6029.5776174581,
                                            speed = 6.9444444444444,
                                            y = 243358.8367849,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78522367355281,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65177246132312,
                                            x = -6882.2442801157,
                                            speed = 6.9444444444444,
                                            y = 242560.04865805,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78535020005742,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65158013587722,
                                            x = -6123.5973169189,
                                            speed = 6.9444444444444,
                                            y = 241648.91252529,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78533712420628,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6513800964738,
                                            x = -6255.747259194,
                                            speed = 6.9444444444444,
                                            y = 240749.56945614,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78563512648953,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65137056688047,
                                            x = -4360.5425909981,
                                            speed = 6.9444444444444,
                                            y = 240602.03202754,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 46,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.78576307139552,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65227556140461,
                                            x = -3324.6670267908,
                                            speed = 6.9444444444444,
                                            y = 244645.09328547,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.78556590480963,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65255515147513,
                                            x = -4511.7986582126,
                                            speed = 6.9444444444444,
                                            y = 245978.15813276,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.78535094292771,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65227004771094,
                                            x = -5950.2511904771,
                                            speed = 6.9444444444444,
                                            y = 244765.45761439,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.78524668198236,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65176965042948,
                                            x = -6736.4261486288,
                                            speed = 6.9444444444444,
                                            y = 242539.66268612,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78527710786118,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65172818066665,
                                            x = -6552.8260597615,
                                            speed = 6.9444444444444,
                                            y = 242342.15051603,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78543161144029,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65199105077634,
                                            x = -5504.7830667775,
                                            speed = 6.9444444444444,
                                            y = 243477.39524369,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78555317440683,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65211213853918,
                                            x = -4701.133186182,
                                            speed = 6.9444444444444,
                                            y = 243981.29003556,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7854118019551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65216514286788,
                                            x = -5588.3720663264,
                                            speed = 6.9444444444444,
                                            y = 244270.91557243,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78541289778871,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65216451189066,
                                            x = -5581.5485257134,
                                            speed = 6.9444444444444,
                                            y = 244267.67614245,
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7854124763141,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65216358066501,
                                            x = -5584.4598712604,
                                            speed = 6.9444444444444,
                                            y = 244263.61874395,
                                        }, -- end of [25]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 191,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 452,
                                        lat = 0.78537005261068,
                                        skill = "Excellent",
                                        long = 0.65167305667865,
                                        x = -5974.4770510849,
                                        name = "Anapa Patrol 1",
                                        heading = 0.71493997756458,
                                        y = 242062.06506361,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 453,
                                        lat = 0.78536891801119,
                                        skill = "Excellent",
                                        long = 0.65166813334736,
                                        x = -5982.9048340432,
                                        name = "Anapa Patrol 2",
                                        heading = 1.2441424043481,
                                        y = 242040.20216059,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 454,
                                        lat = 0.78536777043163,
                                        skill = "Excellent",
                                        long = 0.65166315375592,
                                        x = -5991.4290171042,
                                        name = "Anapa Patrol 3",
                                        heading = 1.2441424043481,
                                        y = 242018.08942957,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 455,
                                        lat = 0.78536651443226,
                                        skill = "Excellent",
                                        long = 0.65165770378145,
                                        x = -6000.7585209543,
                                        name = "Anapa Patrol 4",
                                        heading = 1.2441424043481,
                                        y = 241993.88788758,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BRDM-2",
                                        CLSID = "{B33FB5B1-ABF0-48E6-A06B-6886A0132786}",
                                        unitId = 456,
                                        lat = 0.78536537496958,
                                        skill = "Excellent",
                                        long = 0.65165275954407,
                                        x = -6009.2223795447,
                                        name = "Anapa Patrol 5",
                                        heading = 1.2441424043481,
                                        y = 241971.93216259,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "BRDM-2",
                                        CLSID = "{B33FB5B1-ABF0-48E6-A06B-6886A0132786}",
                                        unitId = 457,
                                        lat = 0.785364192919,
                                        skill = "Excellent",
                                        long = 0.65164763058059,
                                        x = -6018.0025620917,
                                        name = "Anapa Patrol 6",
                                        heading = 1.2441424043481,
                                        y = 241949.15613516,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Ural-375 PBU",
                                        CLSID = "{20B6EAF4-E6D3-4FC2-A306-41951CAF1361}",
                                        unitId = 458,
                                        lat = 0.78536289054791,
                                        skill = "Excellent",
                                        long = 0.65164197962052,
                                        x = -6027.6764570549,
                                        name = "Anapa Patrol 7",
                                        heading = 1.2441424043481,
                                        y = 241924.06209989,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 459,
                                        lat = 0.78536162072266,
                                        skill = "Excellent",
                                        long = 0.65163646995574,
                                        x = -6037.1085850019,
                                        name = "Anapa patrol 8",
                                        heading = 1.2441424043481,
                                        y = 241899.59551616,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Anapa Airfield Patrol",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Red Crown 500",
                                groupId = 17,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.81694452191827,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67026546994144,
                                            x = 200140.43993435,
                                            speed = 166.66666666667,
                                            y = 312395.98097349,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76575474324763,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67027938565522,
                                            x = -125807.13679593,
                                            speed = 166.66666666667,
                                            y = 334388.41144732,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 48,
                                        lat = 0.81694452191827,
                                        skill = "Excellent",
                                        long = 0.67026546994144,
                                        x = 200140.43993435,
                                        name = "AWACS 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 312395.98097349,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "500",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "AWACS Escort",
                                groupId = 88,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.81716382440262,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66960750216026,
                                            x = 201339.59193288,
                                            speed = 166.66666666667,
                                            y = 309427.16698019,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76575127046129,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66959577765535,
                                            x = -126034.57049111,
                                            speed = 166.66666666667,
                                            y = 331238.99092381,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 217,
                                        lat = 0.81716382440262,
                                        skill = "Excellent",
                                        long = 0.66960750216026,
                                        x = 201339.59193288,
                                        name = "AWACS Escort 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 309427.16698019,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "511",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 218,
                                        lat = 0.81715682440262,
                                        skill = "Excellent",
                                        long = 0.66961450216026,
                                        x = 201297.11661812,
                                        name = "AWACS Escort 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 309460.74062506,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "512",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "ELINT Intercept",
                                groupId = 153,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 96,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78735990020222,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65456438494219,
                                            x = 7403.5048684264,
                                            speed = 138.88888888889,
                                            y = 254417.69563444,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79289915374793,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6470816775218,
                                            x = 40888.624332855,
                                            speed = 138.88888888889,
                                            y = 218887.49975756,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79140953257166,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63328613267222,
                                            x = 28566.229691685,
                                            speed = 194.44444444444,
                                            y = 157425.16703306,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78172789810124,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.5971368339237,
                                            x = -37617.396021614,
                                            speed = 194.44444444444,
                                            y = -3980.881086559,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78245178173524,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63248708841564,
                                            x = -28620.651417666,
                                            speed = 194.44444444444,
                                            y = 156125.65388838,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78292810159563,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64481258564573,
                                            x = -23112.153217224,
                                            speed = 138.88888888889,
                                            y = 211823.27955807,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 406,
                                        lat = 0.78545,
                                        skill = "Player",
                                        y = 243127.2973737,
                                        long = 0.651915,
                                        x = -5406.2803440839,
                                        name = "Me",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 407,
                                        lat = 0.785443,
                                        skill = "Excellent",
                                        y = 243161.40518038,
                                        long = 0.651922,
                                        x = -5449.1422353042,
                                        name = "ELINT Intercept 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "102",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 408,
                                        lat = 0.785436,
                                        skill = "Excellent",
                                        y = 243195.51298706,
                                        long = 0.651929,
                                        x = -5492.0041265246,
                                        name = "ELINT Intercept 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 6,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "103",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 409,
                                        lat = 0.785429,
                                        skill = "Excellent",
                                        y = 243229.62079374,
                                        long = 0.651936,
                                        x = -5534.8660177439,
                                        name = "ELINT Intercept 4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 6,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "104",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.9669695041105,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735669074461,
                                            long = 0.67938915616878,
                                            x = 14627.227659811,
                                            name = "",
                                            speed = 0,
                                            y = 366336.34616809,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                lat = 0.78735669074461,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "aviashtab",
                                        type = "Military staff",
                                        CLSID = "{a056cc08-9b50-45b1-b798-e0eb4277ea86}",
                                        unitId = 139,
                                        lat = 0.78735669074461,
                                        long = 0.67938915616878,
                                        x = 14627.227659811,
                                        name = "Theatre Command Post A",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366336.34616809,
                                        heading = 3.9669695041105,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67938915616878,
                                name = "Theatre Command Post A",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.4977871437821,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735044077789,
                                            long = 0.67940625450966,
                                            x = 14593.051787224,
                                            name = "",
                                            speed = 0,
                                            y = 366416.55237592,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                lat = 0.78735044077789,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma2",
                                        type = "Barracks 2",
                                        CLSID = "{eb3bac2d-4c24-4ff8-8c8a-dcd3d0c98750}",
                                        unitId = 140,
                                        lat = 0.78735044077789,
                                        long = 0.67940625450966,
                                        x = 14593.051787224,
                                        name = "Theatre Command Post B",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366416.55237592,
                                        heading = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940625450966,
                                name = "Theatre Command Post B",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 5.4977871437821,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734858268724,
                                            long = 0.67941198339072,
                                            x = 14583.103654581,
                                            name = "",
                                            speed = 0,
                                            y = 366443.31400857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                lat = 0.78734858268724,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma2",
                                        type = "Barracks 2",
                                        CLSID = "{eb3bac2d-4c24-4ff8-8c8a-dcd3d0c98750}",
                                        unitId = 141,
                                        lat = 0.78734858268724,
                                        long = 0.67941198339072,
                                        x = 14583.103654581,
                                        name = "Theatre Command Post C",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366443.31400857,
                                        heading = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67941198339072,
                                name = "Theatre Command Post C",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 5.2023463066384,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78736336304966,
                                            long = 0.67940983026835,
                                            x = 14676.509025455,
                                            name = "",
                                            speed = 0,
                                            y = 366426.58219839,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                lat = 0.78736336304966,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 142,
                                        lat = 0.78736336304966,
                                        long = 0.67940983026835,
                                        x = 14676.509025455,
                                        name = "Theatre Command Post D",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366426.58219839,
                                        heading = 5.2023463066384,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940983026835,
                                name = "Theatre Command Post D",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 5.2023463066384,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735466372408,
                                            long = 0.67939589342878,
                                            x = 14616.535342497,
                                            name = "",
                                            speed = 0,
                                            y = 366367.74335659,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                lat = 0.78735466372408,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 143,
                                        lat = 0.78735466372408,
                                        long = 0.67939589342878,
                                        x = 14616.535342497,
                                        name = "Theatre Command Post E",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366367.74335659,
                                        heading = 5.2023463066384,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67939589342878,
                                name = "Theatre Command Post E",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 3.9269908169872,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734731580924,
                                            long = 0.67938734449644,
                                            x = 14566.937764721,
                                            name = "",
                                            speed = 0,
                                            y = 366332.60468888,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                lat = 0.78734731580924,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 144,
                                        lat = 0.78734731580924,
                                        long = 0.67938734449644,
                                        x = 14566.937764721,
                                        name = "Theatre Command Post F",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366332.60468888,
                                        heading = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67938734449644,
                                name = "Theatre Command Post F",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 5.3003915839323,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734604893285,
                                            long = 0.67940039681159,
                                            x = 14563.161460863,
                                            name = "",
                                            speed = 0,
                                            y = 366392.1707902,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 44,
                                lat = 0.78734604893285,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "GSM Rus",
                                        type = "FARP Fuel Depot",
                                        CLSID = "{3441baf3-7ff7-4d76-ab9e-77f768b7813f}",
                                        unitId = 145,
                                        lat = 0.78734604893285,
                                        long = 0.67940039681159,
                                        x = 14563.161460863,
                                        name = "Theatre Command Post G",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366392.1707902,
                                        heading = 5.3003915839323,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940039681159,
                                name = "Theatre Command Post G",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7854274809195,
                                            long = 0.65177871600391,
                                            x = -5582.9793540435,
                                            name = "",
                                            speed = 0,
                                            y = 242519.6028476,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 158,
                                lat = 0.7854274809195,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24MR",
                                        CLSID = "{0282A9C1-0B38-11d6-9193-00A0249B6F00}",
                                        unitId = 419,
                                        lat = 0.7854274809195,
                                        long = 0.65177871600391,
                                        x = -5582.9793540435,
                                        name = "New Static Object",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242519.6028476,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65177871600391,
                                name = "New Static Object",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78543085277193,
                                            long = 0.6517831102511,
                                            x = -5560.4350208929,
                                            name = "",
                                            speed = 0,
                                            y = 242538.25801622,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 159,
                                lat = 0.78543085277193,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24MR",
                                        CLSID = "{0282A9C1-0B38-11d6-9193-00A0249B6F00}",
                                        unitId = 420,
                                        lat = 0.78543085277193,
                                        long = 0.6517831102511,
                                        x = -5560.4350208929,
                                        name = "New Static Object #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242538.25801622,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.6517831102511,
                                name = "New Static Object #001",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7854353204939,
                                            long = 0.65179032951434,
                                            x = -5530.2222661665,
                                            name = "",
                                            speed = 0,
                                            y = 242569.2867757,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 160,
                                lat = 0.7854353204939,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 421,
                                        lat = 0.7854353204939,
                                        long = 0.65179032951434,
                                        x = -5530.2222661665,
                                        name = "New Static Object #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242569.2867757,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65179032951434,
                                name = "New Static Object #002",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7854381865902,
                                            long = 0.6517940960726,
                                            x = -5511.0517585985,
                                            name = "",
                                            speed = 0,
                                            y = 242585.28573364,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 161,
                                lat = 0.7854381865902,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 422,
                                        lat = 0.7854381865902,
                                        long = 0.6517940960726,
                                        x = -5511.0517585985,
                                        name = "New Static Object #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242585.28573364,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.6517940960726,
                                name = "New Static Object #003",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78544054691097,
                                            long = 0.65179765635936,
                                            x = -5495.1522048181,
                                            name = "",
                                            speed = 0,
                                            y = 242600.53231224,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 162,
                                lat = 0.78544054691097,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 423,
                                        lat = 0.78544054691097,
                                        long = 0.65179765635936,
                                        x = -5495.1522048181,
                                        name = "New Static Object #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242600.53231224,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65179765635936,
                                name = "New Static Object #004",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78544290723732,
                                            long = 0.65180106500279,
                                            x = -5479.2896774625,
                                            name = "",
                                            speed = 0,
                                            y = 242615.09381449,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 163,
                                lat = 0.78544290723732,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 424,
                                        lat = 0.78544290723732,
                                        long = 0.65180106500279,
                                        x = -5479.2896774625,
                                        name = "New Static Object #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242615.09381449,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65180106500279,
                                name = "New Static Object #005",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78544804939614,
                                            long = 0.65180832494381,
                                            x = -5444.7724844841,
                                            name = "",
                                            speed = 0,
                                            y = 242646.06700204,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 164,
                                lat = 0.78544804939614,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 425,
                                        lat = 0.78544804939614,
                                        long = 0.65180832494381,
                                        x = -5444.7724844841,
                                        name = "New Static Object #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242646.06700204,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65180832494381,
                                name = "New Static Object #006",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78545091552893,
                                            long = 0.65181185529501,
                                            x = -5425.6594740786,
                                            name = "",
                                            speed = 0,
                                            y = 242660.99884173,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 165,
                                lat = 0.78545091552893,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 426,
                                        lat = 0.78545091552893,
                                        long = 0.65181185529501,
                                        x = -5425.6594740786,
                                        name = "New Static Object #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242660.99884173,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65181185529501,
                                name = "New Static Object #007",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78545344447645,
                                            long = 0.65181539979181,
                                            x = -5408.6900435984,
                                            name = "",
                                            speed = 0,
                                            y = 242676.11424513,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 166,
                                lat = 0.78545344447645,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 427,
                                        lat = 0.78545344447645,
                                        long = 0.65181539979181,
                                        x = -5408.6900435984,
                                        name = "New Static Object #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242676.11424513,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65181539979181,
                                name = "New Static Object #008",
                                dead = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78545614202752,
                                            long = 0.65181879439712,
                                            x = -5390.6836588485,
                                            name = "",
                                            speed = 0,
                                            y = 242690.49265523,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 167,
                                lat = 0.78545614202752,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 428,
                                        lat = 0.78545614202752,
                                        long = 0.65181879439712,
                                        x = -5390.6836588485,
                                        name = "New Static Object #009",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242690.49265523,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65181879439712,
                                name = "New Static Object #009",
                                dead = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78546330743289,
                                            long = 0.65182829588008,
                                            x = -5342.7355461847,
                                            name = "",
                                            speed = 0,
                                            y = 242730.87438798,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 168,
                                lat = 0.78546330743289,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 429,
                                        lat = 0.78546330743289,
                                        long = 0.65182829588008,
                                        x = -5342.7355461847,
                                        name = "New Static Object #010",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242730.87438798,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65182829588008,
                                name = "New Static Object #010",
                                dead = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78546836539701,
                                            long = 0.65183530216942,
                                            x = -5308.8164584544,
                                            name = "",
                                            speed = 0,
                                            y = 242760.73153979,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 169,
                                lat = 0.78546836539701,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 430,
                                        lat = 0.78546836539701,
                                        long = 0.65183530216942,
                                        x = -5308.8164584544,
                                        name = "New Static Object #011",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242760.73153979,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65183530216942,
                                name = "New Static Object #011",
                                dead = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                heading = 4.0566933541432,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7854615371515,
                                            long = 0.65183401327456,
                                            x = -5352.6105216052,
                                            name = "",
                                            speed = 0,
                                            y = 242757.33191196,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 170,
                                lat = 0.7854615371515,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 APA-50",
                                        CLSID = "{82DAF699-2456-43F7-811D-76B922288915}",
                                        unitId = 431,
                                        lat = 0.7854615371515,
                                        rate = 3,
                                        long = 0.65183401327456,
                                        x = -5352.6105216052,
                                        name = "New Static Object #012",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242757.33191196,
                                        heading = 4.0566933541432,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65183401327456,
                                name = "New Static Object #012",
                                dead = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                heading = 3.6733167208486,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78546330743289,
                                            long = 0.65183785591936,
                                            x = -5340.3990520518,
                                            name = "",
                                            speed = 0,
                                            y = 242774.06348085,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 171,
                                lat = 0.78546330743289,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATMZ-5",
                                        CLSID = "{A97C0647-83EB-4B15-8B5B-BD2F8842DF91}",
                                        unitId = 432,
                                        lat = 0.78546330743289,
                                        long = 0.65183785591936,
                                        x = -5340.3990520518,
                                        name = "New Static Object #013",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242774.06348085,
                                        heading = 3.6733167208486,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65183785591936,
                                name = "New Static Object #013",
                                dead = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                heading = 4.7123889803847,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78546077846043,
                                            long = 0.65183855964168,
                                            x = -5356.3303674599,
                                            name = "",
                                            speed = 0,
                                            y = 242778.14013403,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 172,
                                lat = 0.78546077846043,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 433,
                                        lat = 0.78546077846043,
                                        long = 0.65183855964168,
                                        x = -5356.3303674599,
                                        name = "New Static Object #014",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242778.14013403,
                                        heading = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65183855964168,
                                name = "New Static Object #014",
                                dead = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78551152773165,
                                            long = 0.65188501320025,
                                            x = -5021.8295381563,
                                            name = "",
                                            speed = 0,
                                            y = 242969.99229516,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 173,
                                lat = 0.78551152773165,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 434,
                                        lat = 0.78551152773165,
                                        long = 0.65188501320025,
                                        x = -5021.8295381563,
                                        name = "New Static Object #015",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242969.99229516,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65188501320025,
                                name = "New Static Object #015",
                                dead = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78551515277817,
                                            long = 0.65189045576034,
                                            x = -4997.4167742534,
                                            name = "",
                                            speed = 0,
                                            y = 242993.29354224,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 174,
                                lat = 0.78551515277817,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 435,
                                        lat = 0.78551515277817,
                                        long = 0.65189045576034,
                                        x = -4997.4167742534,
                                        name = "New Static Object #016",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 242993.29354224,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65189045576034,
                                name = "New Static Object #016",
                                dead = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78551852492626,
                                            long = 0.65189586308219,
                                            x = -4974.6229608562,
                                            name = "",
                                            speed = 0,
                                            y = 243016.52534191,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 175,
                                lat = 0.78551852492626,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 436,
                                        lat = 0.78551852492626,
                                        long = 0.65189586308219,
                                        x = -4974.6229608562,
                                        name = "New Static Object #017",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243016.52534191,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65189586308219,
                                name = "New Static Object #017",
                                dead = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78552248721481,
                                            long = 0.65190183129013,
                                            x = -4947.9343289267,
                                            name = "",
                                            speed = 0,
                                            y = 243042.08161327,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 176,
                                lat = 0.78552248721481,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 437,
                                        lat = 0.78552248721481,
                                        long = 0.65190183129013,
                                        x = -4947.9343289267,
                                        name = "New Static Object #018",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243042.08161327,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65190183129013,
                                name = "New Static Object #018",
                                dead = false,
                            }, -- end of [26]
                            [27] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78553260376744,
                                            long = 0.65191550689912,
                                            x = -4880.174533762,
                                            name = "",
                                            speed = 0,
                                            y = 243100.27337778,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 177,
                                lat = 0.78553260376744,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-78M",
                                        CLSID = "{E8506C78-7BCD-4FA7-9163-354FE3297DCA}",
                                        unitId = 438,
                                        lat = 0.78553260376744,
                                        long = 0.65191550689912,
                                        x = -4880.174533762,
                                        name = "New Static Object #019",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243100.27337778,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65191550689912,
                                name = "New Static Object #019",
                                dead = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78554297334013,
                                            long = 0.65193072072217,
                                            x = -4810.4276830908,
                                            name = "",
                                            speed = 0,
                                            y = 243165.32449379,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 178,
                                lat = 0.78554297334013,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 439,
                                        lat = 0.78554297334013,
                                        long = 0.65193072072217,
                                        x = -4810.4276830908,
                                        name = "New Static Object #020",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243165.32449379,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65193072072217,
                                name = "New Static Object #020",
                                dead = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78554685141934,
                                            long = 0.6519361653961,
                                            x = -4784.4032094507,
                                            name = "",
                                            speed = 0,
                                            y = 243188.54549557,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 179,
                                lat = 0.78554685141934,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 440,
                                        lat = 0.78554685141934,
                                        long = 0.6519361653961,
                                        x = -4784.4032094507,
                                        name = "New Static Object #021",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243188.54549557,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.6519361653961,
                                name = "New Static Object #021",
                                dead = false,
                            }, -- end of [29]
                            [30] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78555013936784,
                                            long = 0.65194125205181,
                                            x = -4762.2239109175,
                                            name = "",
                                            speed = 0,
                                            y = 243210.35851208,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 180,
                                lat = 0.78555013936784,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 441,
                                        lat = 0.78555013936784,
                                        long = 0.65194125205181,
                                        x = -4762.2239109175,
                                        name = "New Static Object #022",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243210.35851208,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65194125205181,
                                name = "New Static Object #022",
                                dead = false,
                            }, -- end of [30]
                            [31] = 
                            {
                                heading = 2.3561944901923,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78555334302037,
                                            long = 0.65194603361025,
                                            x = -4740.6559358845,
                                            name = "",
                                            speed = 0,
                                            y = 243230.82311464,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 181,
                                lat = 0.78555334302037,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 442,
                                        lat = 0.78555334302037,
                                        long = 0.65194603361025,
                                        x = -4740.6559358845,
                                        name = "New Static Object #023",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243230.82311464,
                                        heading = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65194603361025,
                                name = "New Static Object #023",
                                dead = false,
                            }, -- end of [31]
                            [32] = 
                            {
                                heading = 5.0795628142029,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78552653382358,
                                            long = 0.65191552425929,
                                            x = -4918.8208372789,
                                            name = "",
                                            speed = 0,
                                            y = 243102.50587561,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 182,
                                lat = 0.78552653382358,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 443,
                                        lat = 0.78552653382358,
                                        long = 0.65191552425929,
                                        x = -4918.8208372789,
                                        name = "New Static Object #024",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243102.50587561,
                                        heading = 5.0795628142029,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65191552425929,
                                name = "New Static Object #024",
                                dead = false,
                            }, -- end of [32]
                            [33] = 
                            {
                                heading = 0.017453292519943,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78552307734424,
                                            long = 0.6519139950388,
                                            x = -4941.2038160935,
                                            name = "",
                                            speed = 0,
                                            y = 243096.82398118,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 183,
                                lat = 0.78552307734424,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 444,
                                        lat = 0.78552307734424,
                                        long = 0.6519139950388,
                                        x = -4941.2038160935,
                                        name = "New Static Object #025",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 243096.82398118,
                                        heading = 0.017453292519943,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.6519139950388,
                                name = "New Static Object #025",
                                dead = false,
                            }, -- end of [33]
                            [34] = 
                            {
                                heading = 0.69813170079773,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78557054175159,
                                            long = 0.65218235070264,
                                            x = -4573.3861031448,
                                            name = "",
                                            speed = 0,
                                            y = 244292.32211457,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 184,
                                lat = 0.78557054175159,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 445,
                                        lat = 0.78557054175159,
                                        long = 0.65218235070264,
                                        x = -4573.3861031448,
                                        name = "New Static Object #026",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 244292.32211457,
                                        heading = 0.69813170079773,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65218235070264,
                                name = "New Static Object #026",
                                dead = false,
                            }, -- end of [34]
                            [35] = 
                            {
                                heading = 0.69813170079773,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78556666358048,
                                            long = 0.65218779757428,
                                            x = -4596.7492448306,
                                            name = "",
                                            speed = 0,
                                            y = 244318.30554293,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 185,
                                lat = 0.78556666358048,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 446,
                                        lat = 0.78556666358048,
                                        long = 0.65218779757428,
                                        x = -4596.7492448306,
                                        name = "New Static Object #027",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 244318.30554293,
                                        heading = 0.69813170079773,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65218779757428,
                                name = "New Static Object #027",
                                dead = false,
                            }, -- end of [35]
                            [36] = 
                            {
                                heading = 0.69813170079773,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78556270111684,
                                            long = 0.65219349658441,
                                            x = -4620.5874984963,
                                            name = "",
                                            speed = 0,
                                            y = 244345.45796282,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 186,
                                lat = 0.78556270111684,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 447,
                                        lat = 0.78556270111684,
                                        long = 0.65219349658441,
                                        x = -4620.5874984963,
                                        name = "New Static Object #028",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 244345.45796282,
                                        heading = 0.69813170079773,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65219349658441,
                                name = "New Static Object #028",
                                dead = false,
                            }, -- end of [36]
                            [37] = 
                            {
                                heading = 0.69813170079773,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78555890728339,
                                            long = 0.65219955006674,
                                            x = -4643.2653606916,
                                            name = "",
                                            speed = 0,
                                            y = 244374.15192816,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 187,
                                lat = 0.78555890728339,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 448,
                                        lat = 0.78555890728339,
                                        long = 0.65219955006674,
                                        x = -4643.2653606916,
                                        name = "New Static Object #029",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 244374.15192816,
                                        heading = 0.69813170079773,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65219955006674,
                                name = "New Static Object #029",
                                dead = false,
                            }, -- end of [37]
                            [38] = 
                            {
                                heading = 0.69813170079773,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78553850513708,
                                            long = 0.65222864538085,
                                            x = -4766.0656712092,
                                            name = "",
                                            speed = 0,
                                            y = 244512.83513437,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 188,
                                lat = 0.78553850513708,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-28N",
                                        CLSID = "{450335F5-0F8A-4d71-A880-1B76B3C89B1A}",
                                        unitId = 449,
                                        lat = 0.78553850513708,
                                        long = 0.65222864538085,
                                        x = -4766.0656712092,
                                        name = "New Static Object #030",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 244512.83513437,
                                        heading = 0.69813170079773,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65222864538085,
                                name = "New Static Object #030",
                                dead = false,
                            }, -- end of [38]
                            [39] = 
                            {
                                heading = 0.69813170079773,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78553285668257,
                                            long = 0.6522381229278,
                                            x = -4799.7160389023,
                                            name = "",
                                            speed = 0,
                                            y = 244557.65604856,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 189,
                                lat = 0.78553285668257,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-28N",
                                        CLSID = "{450335F5-0F8A-4d71-A880-1B76B3C89B1A}",
                                        unitId = 450,
                                        lat = 0.78553285668257,
                                        long = 0.6522381229278,
                                        x = -4799.7160389023,
                                        name = "New Static Object #031",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 244557.65604856,
                                        heading = 0.69813170079773,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.6522381229278,
                                name = "New Static Object #031",
                                dead = false,
                            }, -- end of [39]
                            [40] = 
                            {
                                heading = 5.1888770567843,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78553808360952,
                                            long = 0.65223558872464,
                                            x = -4767.0527922325,
                                            name = "",
                                            speed = 0,
                                            y = 244544.35245273,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 190,
                                lat = 0.78553808360952,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 APA-50",
                                        CLSID = "{82DAF699-2456-43F7-811D-76B922288915}",
                                        unitId = 451,
                                        lat = 0.78553808360952,
                                        rate = 3,
                                        long = 0.65223558872464,
                                        x = -4767.0527922325,
                                        name = "New Static Object #032",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 244544.35245273,
                                        heading = 5.1888770567843,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.65223558872464,
                                name = "New Static Object #032",
                                dead = false,
                            }, -- end of [40]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Border Patrol Mission 7",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 175601,
    start_time = 25200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
