mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "a_set_flag(\"2\"); mission.trig.func[2]='';",
            [3] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Kuznetsov, enemy bombers are approaching attack range, we are launching the alert interceptors.\", \"15\");a_activate_group(\"Kuznetsov GAI\"); mission.trig.func[3]='';",
            [4] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Kuznetsov, we have been hit! Destroy those bombers!\", \"15\"); mission.trig.func[4]='';",
            [5] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Kuznetsov, heavy damage, taking on water,we are abandoning ship!\", \"10\");a_set_flag(\"3\"); mission.trig.func[5]='';",
            [6] = "a_end_mission(\"blue\", \"You have failed to protect the Kuznetsov. You return to base in shame and are court-martialled for incompetence.\"); mission.trig.func[6]='';",
            [7] = "a_out_sound(\"Success.wav\");a_out_text_delay(\"Wel done commander, all enemy aircraft have been destroyed and the Kuznetsov battlegroup is safe. Return to Novorossijsk or the Kuznetsov if you have enough fuel remaining.\", \"15\"); mission.trig.func[7]='';",
            [8] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"AWACS has identified the bandits as a flight of Tu-22M carrying anti-ship missiles, escorted by MiG-23s. You are cleared to engage.\", \"15\"); mission.trig.func[8]='';",
        }, -- 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",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(((c_unit_in_zone_unit(\"574\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") ) or (c_unit_in_zone_unit(\"584\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") )))",
            [2] = "return(((c_unit_in_zone_unit(\"585\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") ) or (c_unit_in_zone_unit(\"586\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") )))",
            [3] = "return(((c_flag_is_true(\"1\") ) or (c_flag_is_true(\"2\") )))",
            [4] = "return((c_unit_damaged(\"12\") ))",
            [5] = "return((c_unit_dead(\"12\") ))",
            [6] = "return((c_time_since_flag(\"3\", \"15\") ))",
            [7] = "return((c_group_dead(\"AS Group 1\") and c_group_dead(\"AS Group 2\") and c_group_dead(\"AS Group 3\") and c_group_dead(\"AS Group 4\") and c_group_dead(\"AS Escort\") and c_unit_alive(\"12\") ))",
            [8] = "return((c_unit_in_zone_unit(\"571\", \"AS-group\", \"574\") ))",
        }, -- 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] = 
                {
                    predicate = "c_unit_dead",
                    unit = 574,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_alive",
                    unit = 12,
                }, -- end of [2]
            }, -- end of rules
            side = "OFFLINE",
            score = 20,
            predicate = "score",
            comment = "A-S 1 is dead",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 584,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_alive",
                    unit = 12,
                }, -- end of [2]
            }, -- end of rules
            side = "OFFLINE",
            score = 20,
            predicate = "score",
            comment = "A-S 2 is dead",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 585,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_alive",
                    unit = 12,
                }, -- end of [2]
            }, -- end of rules
            side = "OFFLINE",
            score = 20,
            predicate = "score",
            comment = "A-S 3 is dead",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 586,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_alive",
                    unit = 12,
                }, -- end of [2]
            }, -- end of rules
            side = "OFFLINE",
            score = 20,
            predicate = "score",
            comment = "A-S 4 is dead",
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 230,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_alive",
                    unit = 12,
                }, -- end of [2]
            }, -- end of rules
            side = "OFFLINE",
            score = 20,
            predicate = "score",
            comment = "A-S Escorts are dead",
        }, -- end of [5]
        [6] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_damaged",
                    unit = 12,
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = -50,
            predicate = "score",
            comment = "Kuznetsov is damaged",
        }, -- end of [6]
        [7] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 12,
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = -50,
            predicate = "score",
            comment = "Kuznetsov is dead",
        }, -- end of [7]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if ((c_unit_in_zone_unit(\"574\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") ) or (c_unit_in_zone_unit(\"584\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") )) then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if ((c_unit_in_zone_unit(\"585\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") ) or (c_unit_in_zone_unit(\"586\", \"Kuznetsov GAI Zone\", \"12\") and c_time_after(\"300\") )) then a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if ((c_flag_is_true(\"1\") ) or (c_flag_is_true(\"2\") )) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Kuznetsov, enemy bombers are approaching attack range, we are launching the alert interceptors.\", \"15\");a_activate_group(\"Kuznetsov GAI\"); mission.trigfunc[3]='';end;",
        [4] = "if (c_unit_damaged(\"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Kuznetsov, we have been hit! Destroy those bombers!\", \"15\"); mission.trigfunc[4]='';end;",
        [5] = "if (c_unit_dead(\"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Kuznetsov, heavy damage, taking on water,we are abandoning ship!\", \"10\");a_set_flag(\"3\"); mission.trigfunc[5]='';end;",
        [6] = "if (c_time_since_flag(\"3\", \"15\") ) then a_end_mission(\"blue\", \"You have failed to protect the Kuznetsov. You return to base in shame and are court-martialled for incompetence.\"); mission.trigfunc[6]='';end;",
        [7] = "if (c_group_dead(\"AS Group 1\") and c_group_dead(\"AS Group 2\") and c_group_dead(\"AS Group 3\") and c_group_dead(\"AS Group 4\") and c_group_dead(\"AS Escort\") and c_unit_alive(\"12\") ) then a_out_sound(\"Success.wav\");a_out_text_delay(\"Wel done commander, all enemy aircraft have been destroyed and the Kuznetsov battlegroup is safe. Return to Novorossijsk or the Kuznetsov if you have enough fuel remaining.\", \"15\"); mission.trigfunc[7]='';end;",
        [8] = "if (c_unit_in_zone_unit(\"571\", \"AS-group\", \"574\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"AWACS has identified the bandits as a flight of Tu-22M carrying anti-ship missiles, escorted by MiG-23s. You are cleared to engage.\", \"15\"); mission.trigfunc[8]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 790,
        wind = 
        {
            at8000 = 
            {
                speed = 5,
                dir = 294,
            }, -- end of at8000
            atGround = 
            {
                speed = 2,
                dir = 138,
            }, -- end of atGround
            at2000 = 
            {
                speed = 3,
                dir = 275,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 6,
        }, -- end of season
        clouds = 
        {
            density = 3,
            thickness = 430,
            base = 1100,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_unit_dead(\"574\") and c_unit_alive(\"12\")  then a_set_mission_result(20) end",
        [2] = "if c_unit_dead(\"584\") and c_unit_alive(\"12\")  then a_set_mission_result(20) end",
        [3] = "if c_unit_dead(\"585\") and c_unit_alive(\"12\")  then a_set_mission_result(20) end",
        [4] = "if c_unit_dead(\"586\") and c_unit_alive(\"12\")  then a_set_mission_result(20) end",
        [5] = "if c_group_dead(\"AS Escort\") and c_unit_alive(\"12\")  then a_set_mission_result(20) end",
        [6] = "if c_unit_damaged(\"12\")  then a_set_mission_result(-50) end",
        [7] = "if c_unit_dead(\"12\")  then a_set_mission_result(-50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_unit_dead(\"574\") and c_unit_alive(\"12\") )",
                [2] = "return(c_unit_dead(\"584\") and c_unit_alive(\"12\") )",
                [3] = "return(c_unit_dead(\"585\") and c_unit_alive(\"12\") )",
                [4] = "return(c_unit_dead(\"586\") and c_unit_alive(\"12\") )",
                [5] = "return(c_group_dead(\"AS Escort\") and c_unit_alive(\"12\") )",
                [6] = "return(c_unit_damaged(\"12\") )",
                [7] = "return(c_unit_dead(\"12\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(20)",
                [2] = "a_set_mission_result(20)",
                [3] = "a_set_mission_result(20)",
                [4] = "a_set_mission_result(20)",
                [5] = "a_set_mission_result(20)",
                [6] = "a_set_mission_result(-50)",
                [7] = "a_set_mission_result(-50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [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",
                [5] = "if mission.result.offline.conditions[5]() then mission.result.offline.actions[5]() end",
                [6] = "if mission.result.offline.conditions[6]() then mission.result.offline.actions[6]() end",
                [7] = "if mission.result.offline.conditions[7]() then mission.result.offline.actions[7]() 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 = 200000,
                zoneId = 8,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.73024151556948,
                hidden = true,
                long = 0.51426438518696,
                x = -360030.28522947,
                name = "Kuznetsov GAI Zone",
                y = -393622.21734106,
            }, -- end of [1]
            [2] = 
            {
                radius = 100000,
                zoneId = 9,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 1,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.80961268052329,
                hidden = true,
                long = 0.49617134275837,
                x = 149410.11266607,
                name = "AS-group",
                y = -451635.26530306,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.66863156932155,
        zoom = 1000000,
        centerX = 0.76611033763906,
    }, -- 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:\
=========\
The conflict between Russia and Georgia is nearing an end. Russian ground and frontal aviation forces, supported by the aircraft of the Admiral Kuznetsov battlegroup, have inflicted severe damage on Georgian forces and their Ukrainian backers.\
\
Russian land-based forces are numerically closely matched to the sum total of Georgian and Ukrainian units in-theatre. The Kuznetsov battlegroup has consistantly provided a definitive advantage. It now seems that the Ukrainians may want to remove that advantage...\
\
SITUATION:\
=======\
Long-range EWR has detected a number of fast-moving contacts crossing the Black Sea towards the Kuznetsov battlegroup. The number and type of aircraft are unknown, but it appears from their tracks that they may have originated in the Ukraine.\
\
1st. Squad, 279th KIAP aboard the Admiral Kuznetsov have been tasked with intercepting and identifying these unknown contacts. So far these aircraft have not made any aggressive moves, but their flight profile appears to be that of an anti-ship strike mission.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
    }, -- end of trigflag
    descriptionRedTask = "Your task is to intercept the unknown aircraft. Follow your flight profile and you should intercept them on the approach to waypoint 3. If you come under attack you are authorised to return fire.\
\
If you get in to difficulty a flight from the 2nd Squad, 279th KIAP will form the alert respose. They will be in position to take off about 5-10 minutes after you launch.\
\
When your mission is complete you will be ordered to return to base. Return to the Kuznetsov or if you are low on fuel your closest divert airfields will probably be Novorrosijsk or Gelendzhik.\
\
FRIENDLY FORCES:\
===========\
Your flight: 3*Su-33, callsign 100.\
Alert flight: 2*Su-33, callsign 200.\
AWACS: 1*A-50, callsign Olympus.\
AWACS escort: 2 * Su-30, callsign 510.\
\
ENEMY FORCES:\
==========\
Unknown at this time. The A-50 orbiting to the east has recently been upgraded with NCTR software, so watch for messages from them regading the identity of the unknown contacts.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "Border 9-1{76D3C5AA-2263-42c0-A2D2-EF42DCFD4B96}.png",
        [2] = "Border 9-2{520EBB2D-B556-405b-8C49-12F004C0C7B2}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    zone = 8,
                    logicBlock = "A",
                    unit = 574,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 12,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "A",
                    seconds = 300,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    zone = 8,
                    logicBlock = "B",
                    unit = 584,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 12,
                }, -- end of [3]
                [4] = 
                {
                    logicBlock = "B",
                    seconds = 300,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [4]
            }, -- end of rules
            triggerLogic = "OR",
            predicate = "triggerOnce",
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "AS1 or AS2 Approaches",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    zone = 8,
                    logicBlock = "A",
                    zoneunit = 12,
                    predicate = "c_unit_in_zone_unit",
                    unit = 585,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "A",
                    seconds = 300,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    zone = 8,
                    logicBlock = "B",
                    zoneunit = 12,
                    predicate = "c_unit_in_zone_unit",
                    unit = 586,
                }, -- end of [3]
                [4] = 
                {
                    logicBlock = "B",
                    seconds = 300,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [4]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "AS3 or AS4 Approaches",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    logicBlock = "A",
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 2,
                    logicBlock = "B",
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            triggerLogic = "OR",
            predicate = "triggerOnce",
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [1]
                [2] = 
                {
                    text = "100, Kuznetsov, enemy bombers are approaching attack range, we are launching the alert interceptors.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
                [3] = 
                {
                    group = 231,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Activate Kuznetsov GAI",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    predicate = "c_unit_damaged",
                    unit = 12,
                }, -- end of [1]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "100, Kuznetsov, we have been hit! Destroy those bombers!",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "Kuznetsov hit",
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    predicate = "c_unit_dead",
                    unit = 12,
                }, -- end of [1]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "100, Kuznetsov, heavy damage, taking on water,we are abandoning ship!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 3,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "Kuznetsov sunk",
        }, -- end of [5]
        [6] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 15,
                    logicBlock = "A",
                    flag = 3,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    winner = "blue",
                    predicate = "a_end_mission",
                    text = "You have failed to protect the Kuznetsov. You return to base in shame and are court-martialled for incompetence.",
                }, -- end of [1]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "End mission",
        }, -- end of [6]
        [7] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 229,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 232,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    group = 233,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    group = 234,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [4]
                [5] = 
                {
                    group = 230,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [5]
                [6] = 
                {
                    logicBlock = "A",
                    predicate = "c_unit_alive",
                    unit = 12,
                }, -- end of [6]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "Success.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Wel done commander, all enemy aircraft have been destroyed and the Kuznetsov battlegroup is safe. Return to Novorossijsk or the Kuznetsov if you have enough fuel remaining.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "Mission success",
        }, -- end of [7]
        [8] = 
        {
            rules = 
            {
                [1] = 
                {
                    zone = 9,
                    logicBlock = "A",
                    unit = 571,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 574,
                }, -- end of [1]
            }, -- end of rules
            triggerLogic = "OR",
            predicate = "triggerOnce",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "AWACS has identified the bandits as a flight of Tu-22M carrying anti-ship missiles, escorted by MiG-23s. You are cleared to engage.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            comment = "Enemy Identified",
        }, -- end of [8]
    }, -- 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 = 346,
                                            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 = "Average",
                                        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 = "Average",
                                        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 = "Average",
                                        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 = 18,
                                            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 = "Average",
                                        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 = "Average",
                                        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 = "Average",
                                        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]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "AS Group 1",
                                groupId = 229,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76203779898455,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59342219982756,
                                            x = -163210.47302951,
                                            speed = 222.22222222222,
                                            y = -19290.357188111,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75723899153447,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61368432458445,
                                            x = -191968.54673264,
                                            speed = 222.22222222222,
                                            y = 75142.442580731,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.7565649445573,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68897218541176,
                                                    radius = 20000,
                                                    name = "Kuznetsov Targets",
                                                    y = 426493.37294293,
                                                    x = -196328.57213879,
                                                    lat = 0.75370585076145,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.64140354660178,
                                            x = -191701.95340877,
                                            speed = 222.22222222222,
                                            y = 204042.15003358,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7651705686492,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64059916623573,
                                            x = -137076.06612412,
                                            speed = 166.66666666667,
                                            y = 197858.96579807,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77744680836512,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61949992843923,
                                            x = -62566.561029237,
                                            speed = 166.66666666667,
                                            y = 98258.098390559,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78235681375291,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59352873434146,
                                            x = -33839.284840495,
                                            speed = 166.66666666667,
                                            y = -20384.05991727,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 574,
                                        lat = 0.76203779898455,
                                        skill = "Good",
                                        long = 0.59342219982756,
                                        x = -163210.47302951,
                                        name = "Anti-ship 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [1]
                                                [7] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "50000",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -19290.357188111,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "801",
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "AS Escort",
                                groupId = 230,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76260760983245,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59363672326602,
                                            x = -159569.54996408,
                                            speed = 222.22222222222,
                                            y = -18345.635315798,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75778938669578,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61374440552732,
                                            x = -188457.62293542,
                                            speed = 222.22222222222,
                                            y = 75327.014554475,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.75717116566042,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64138505687147,
                                            x = -187846.19188509,
                                            speed = 222.22222222222,
                                            y = 203782.35994603,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76546852533087,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64096732641739,
                                            x = -135104.58639481,
                                            speed = 166.66666666667,
                                            y = 199469.49263634,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77790136289863,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61978528355505,
                                            x = -59631.853380986,
                                            speed = 166.66666666667,
                                            y = 99467.20367952,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78289556074159,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59358472715689,
                                            x = -30405.377297855,
                                            speed = 166.66666666667,
                                            y = -20174.878926697,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 580,
                                        lat = 0.76260760983245,
                                        skill = "Good",
                                        long = 0.59363672326602,
                                        x = -159569.54996408,
                                        name = "AS Escort 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -18345.635315798,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "901",
                                        }, -- end of callsign
                                        onboard_num = 90,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 581,
                                        lat = 0.76260060983245,
                                        skill = "Average",
                                        long = 0.59364372326602,
                                        x = -159613.67418905,
                                        name = "AS Escort 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -18312.838372319,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "902",
                                        }, -- end of callsign
                                        onboard_num = 90,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 587,
                                        lat = 0.76259360983245,
                                        skill = "Good",
                                        long = 0.59365072326602,
                                        x = -159657.79841403,
                                        name = "AS Escort 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -18280.04142884,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "903",
                                        }, -- end of callsign
                                        onboard_num = 90,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 588,
                                        lat = 0.76258660983245,
                                        skill = "Average",
                                        long = 0.59365772326602,
                                        x = -159701.922639,
                                        name = "AS Escort 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -18247.244485361,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "904",
                                        }, -- end of callsign
                                        onboard_num = 90,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "AS Group 2",
                                groupId = 232,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76216073454243,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59346788354821,
                                            x = -162425.00128704,
                                            speed = 222.22222222222,
                                            y = -19089.313172458,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75735849703419,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61370448319659,
                                            x = -191205.38964397,
                                            speed = 222.22222222222,
                                            y = 75215.573415555,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.75669035810118,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68944360630239,
                                                    radius = 20000,
                                                    name = "Kuznetsov targets",
                                                    y = 428301.94679462,
                                                    x = -191185.96765789,
                                                    lat = 0.75448696068923,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.64140244555474,
                                            x = -190903.73248907,
                                            speed = 222.22222222222,
                                            y = 204001.0646859,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76523891344919,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64069135576164,
                                            x = -136622.28597092,
                                            speed = 166.66666666667,
                                            y = 198264.06490551,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77755126931028,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61957138805615,
                                            x = -61891.979311778,
                                            speed = 166.66666666667,
                                            y = 98563.345441624,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78250036174449,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59353603855446,
                                            x = -32924.822777366,
                                            speed = 166.66666666667,
                                            y = -20362.418190099,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 584,
                                        lat = 0.76216073454243,
                                        skill = "Good",
                                        long = 0.59346788354821,
                                        x = -162425.00128704,
                                        name = "Anti-ship 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [1]
                                                [7] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "50000",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -19089.313172458,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 802,
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "AS Group 3",
                                groupId = 233,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76230041409395,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59352356088762,
                                            x = -161532.29249204,
                                            speed = 222.22222222222,
                                            y = -18843.531375876,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75749171605888,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61371467011394,
                                            x = -190356.11217821,
                                            speed = 222.22222222222,
                                            y = 75240.009439481,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.75682472281269,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68881203296552,
                                                    radius = 20000,
                                                    name = "Kuznetsov targets",
                                                    y = 425177.99268946,
                                                    x = -189098.73404921,
                                                    lat = 0.75485015288481,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.64140132660151,
                                            x = -190048.5277176,
                                            speed = 222.22222222222,
                                            y = 203957.32893551,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76532652035845,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64079036715632,
                                            x = -136044.4882419,
                                            speed = 166.66666666667,
                                            y = 198695.02913768,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77765950519124,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61965026975235,
                                            x = -61191.562901308,
                                            speed = 166.66666666667,
                                            y = 98900.917453974,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78264039960761,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59355110040615,
                                            x = -32032.2003427,
                                            speed = 166.66666666667,
                                            y = -20306.769414024,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 585,
                                        lat = 0.76230041409395,
                                        skill = "Good",
                                        long = 0.59352356088762,
                                        x = -161532.29249204,
                                        name = "Anti-ship 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [1]
                                                [7] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "50000",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -18843.531375876,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 803,
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "AS Group 4",
                                groupId = 234,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76245198130048,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59359151236742,
                                            x = -160563.13606256,
                                            speed = 222.22222222222,
                                            y = -18542.028051942,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75763274635572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61372118551153,
                                            x = -189457.54259907,
                                            speed = 222.22222222222,
                                            y = 75246.041502682,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.75697410982281,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68878975369824,
                                                    radius = 20000,
                                                    name = "Kuznetsov targets",
                                                    y = 425062.6721372,
                                                    x = -188959.71784083,
                                                    lat = 0.75487322988524,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.6413853854687,
                                            x = -189100.67842171,
                                            speed = 222.22222222222,
                                            y = 203840.40248604,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76539909090975,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64088044014026,
                                            x = -135564.23155327,
                                            speed = 166.66666666667,
                                            y = 199089.15043131,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77776758529294,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6197259200626,
                                            x = -60492.32511694,
                                            speed = 166.66666666667,
                                            y = 99223.570229001,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78276641673219,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59355935214006,
                                            x = -31229.28097202,
                                            speed = 166.66666666667,
                                            y = -20279.38012869,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 586,
                                        lat = 0.76245198130048,
                                        skill = "Good",
                                        long = 0.59359151236742,
                                        x = -160563.13606256,
                                        name = "Anti-ship 4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [1]
                                                [7] = 
                                                {
                                                    CLSID = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "50000",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = -18542.028051942,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 804,
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- 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.75429220199366,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68977350739442,
                                            x = -192303.95553628,
                                            speed = 8.3333333333333,
                                            y = 429932.30128651,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78037537107322,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64403430931441,
                                            x = -39534.717815816,
                                            speed = 8.3333333333333,
                                            y = 209074.8900315,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 12,
                                        lat = 0.75429220199366,
                                        skill = "Excellent",
                                        long = 0.68977350739442,
                                        x = -192303.95553628,
                                        name = "Kuznetsov",
                                        heading = -0.86900187686886,
                                        y = 429932.30128651,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 13,
                                        lat = 0.75469130594437,
                                        skill = "Excellent",
                                        long = 0.69036764675527,
                                        x = -189542.33182522,
                                        name = "Rezky 1",
                                        heading = -0.86900187686886,
                                        y = 432495.72417405,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 14,
                                        lat = 0.75468216019765,
                                        skill = "Excellent",
                                        long = 0.68918771327691,
                                        x = -190034.6595857,
                                        name = "Rezky 2",
                                        heading = 2.1986074337705,
                                        y = 427012.6285324,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 15,
                                        lat = 0.75426566498613,
                                        skill = "Excellent",
                                        long = 0.69083574468843,
                                        x = -192079.38675313,
                                        name = "Neutrashimy 1",
                                        heading = 2.3276866316218,
                                        y = 434884.97274336,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 16,
                                        lat = 0.75428750942699,
                                        skill = "Excellent",
                                        long = 0.68866507449426,
                                        x = -192733.99788087,
                                        name = "Neutrashimy 2",
                                        heading = 2.3276866316218,
                                        y = 424772.70274043,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 17,
                                        lat = 0.75499591130433,
                                        skill = "Excellent",
                                        long = 0.68977743872095,
                                        x = -187821.28905805,
                                        name = "Grishna 1",
                                        heading = 2.3276866316218,
                                        y = 429600.73399611,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 18,
                                        lat = 0.753562427032,
                                        skill = "Excellent",
                                        long = 0.68977809950456,
                                        x = -196949.465355,
                                        name = "Grishna 2",
                                        heading = 2.3276866316218,
                                        y = 430318.12257085,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.75570186646568,
                                        skill = "Excellent",
                                        long = 0.68746964590216,
                                        x = -184153.42782169,
                                        name = "Grishna 3",
                                        heading = -0.88411034140429,
                                        y = 418510.61267371,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 20,
                                        lat = 0.75390707422753,
                                        skill = "Excellent",
                                        long = 0.68915186083805,
                                        x = -194983.16859529,
                                        name = "Molniya 1",
                                        heading = 0.0077339331120441,
                                        y = 427230.83933174,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 21,
                                        lat = 0.75384463826727,
                                        skill = "Excellent",
                                        long = 0.69041615569238,
                                        x = -194915.96684814,
                                        name = "Molniya 2",
                                        heading = 0.0077339331120441,
                                        y = 433146.56770065,
                                    }, -- 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 = 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 [3]
                            [4] = 
                            {
                                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 = 26,
                                            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 [4]
                            [5] = 
                            {
                                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 [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71796792564422,
                                                lat = 0.74793841312648,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71797586436847,
                                                lat = 0.74792938822548,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74793841312648,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71796792564422,
                                            x = -221202.04670761,
                                            speed = 0,
                                            y = 565205.43551297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 194,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 471,
                                        lat = 0.74793841312648,
                                        skill = "Excellent",
                                        long = 0.71796792564422,
                                        x = -221202.04670761,
                                        name = "Babushara 1L13 SR EWR",
                                        heading = 2.6179938779915,
                                        y = 565205.43551297,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 472,
                                        lat = 0.74807184412927,
                                        skill = "Excellent",
                                        long = 0.71783349269907,
                                        x = -220413.29798532,
                                        name = "Babushara Buk SR",
                                        heading = 2.2689280275926,
                                        y = 564491.28851349,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 473,
                                        lat = 0.74807818678202,
                                        skill = "Excellent",
                                        long = 0.71781346778587,
                                        x = -220382.0092307,
                                        name = "Babushara Buk launcher 1",
                                        heading = 1.7453292519943,
                                        y = 564393.42146042,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 474,
                                        lat = 0.7480641191539,
                                        skill = "Excellent",
                                        long = 0.7178525623759,
                                        x = -220453.82647901,
                                        name = "Babushara Buk launcher 2",
                                        heading = 2.9670597283904,
                                        y = 564585.54672246,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 475,
                                        lat = 0.7481068104999,
                                        skill = "Excellent",
                                        long = 0.71774945787928,
                                        x = -220228.81103793,
                                        name = "Babushara Tor",
                                        heading = 3.1415926535898,
                                        y = 564075.33706565,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 476,
                                        lat = 0.74798427054769,
                                        skill = "Excellent",
                                        long = 0.7180257224122,
                                        x = -220883.64560484,
                                        name = "Babushara Tunguska East",
                                        heading = 2.1816615649929,
                                        y = 565447.549963,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 477,
                                        lat = 0.7481684516561,
                                        skill = "Excellent",
                                        long = 0.71762010699106,
                                        x = -219895.03343926,
                                        name = "Babushara Tunguska West",
                                        heading = 5.1487212933833,
                                        y = 563430.16483236,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Babushara ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                        }, -- 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.75100687422106,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72083432646089,
                                            x = -200339.56524423,
                                            speed = 166.66666666667,
                                            y = 576691.22810132,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.78059329787878,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66095025114983,
                                            x = -34003.006726301,
                                            speed = 166.66666666667,
                                            y = 285791.89169128,
                                        }, -- 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.75100687422106,
                                        skill = "Excellent",
                                        long = 0.72083432646089,
                                        x = -200339.56524423,
                                        name = "AWACS 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 576691.22810132,
                                        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.75084242417374,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7205132959428,
                                            x = -201537.7848498,
                                            speed = 166.66666666667,
                                            y = 575297.23634118,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.78014130731386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66045323243052,
                                            x = -37016.432433605,
                                            speed = 166.66666666667,
                                            y = 283710.72043862,
                                        }, -- 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.75084242417374,
                                        skill = "Excellent",
                                        long = 0.7205132959428,
                                        x = -201537.7848498,
                                        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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 93,
                                            chaff = 99,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 6,
                                        y = 575297.23634118,
                                        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.75082620000422,
                                        skill = "Excellent",
                                        long = 0.72051671590304,
                                        x = -201639.52394156,
                                        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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 93,
                                            chaff = 99,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 6,
                                        y = 575323.77615379,
                                        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,
                                taskSelected = true,
                                name = "Fleet Defence 1",
                                groupId = 227,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 12,
                                            lat = 0.75429220199366,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68977350739442,
                                            x = -192303.95553628,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 429932.30128651,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75525677425875,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68110125325171,
                                            x = -189201.6781019,
                                            speed = 166.66666666667,
                                            y = 389101.05466567,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75712015559432,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63272653767013,
                                            x = -189860.14891543,
                                            speed = 222.22222222222,
                                            y = 163589.54478631,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75913577750715,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63268223926667,
                                            x = -177036.43549775,
                                            speed = 222.22222222222,
                                            y = 162883.44072531,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75709383142566,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68123584903675,
                                            x = -177457.84701167,
                                            speed = 166.66666666667,
                                            y = 388875.95654999,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7532655023385,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69128198362476,
                                            x = -198283.28772171,
                                            speed = 138.88888888889,
                                            y = 437478.76339727,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 12,
                                            lat = 0.75429220199366,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68977350739442,
                                            x = -192303.95553628,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 429932.30128651,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 571,
                                        lat = 0.75429220199366,
                                        skill = "Player",
                                        y = 429932.30128651,
                                        long = 0.68977350739442,
                                        x = -192303.95553628,
                                        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 = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- 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 = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = 9400,
                                            flare = 45,
                                            chaff = 51,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 572,
                                        lat = 0.75428520199366,
                                        skill = "Excellent",
                                        y = 429968.32048856,
                                        long = 0.68978050739442,
                                        x = -192345.93783988,
                                        name = "Wingman 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 = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- 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 = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = 9400,
                                            flare = 45,
                                            chaff = 51,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "102",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 576,
                                        lat = 0.75427820199366,
                                        skill = "Excellent",
                                        y = 430004.33969062,
                                        long = 0.68978750739442,
                                        x = -192387.92014347,
                                        name = "Wingman 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 = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- 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 = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = 9400,
                                            flare = 45,
                                            chaff = 51,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "103",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Kuznetsov GAI",
                                groupId = 231,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 22,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 12,
                                            lat = 0.75429220199366,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68977350739442,
                                            x = -192303.95553628,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 429932.30128651,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 582,
                                        lat = 0.75429220199366,
                                        skill = "Excellent",
                                        y = 429932.30128651,
                                        long = 0.68977350739442,
                                        x = -192303.95553628,
                                        name = "Kuznetsov GAI 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 = "{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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = 9400,
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "201",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 583,
                                        lat = 0.75428520199366,
                                        skill = "Excellent",
                                        y = 429968.32048856,
                                        long = 0.68978050739442,
                                        x = -192345.93783988,
                                        name = "Kuznetsov GAI 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 = "{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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = 9400,
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "202",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- 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]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Border Patrol Mission 9",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 234424,
    start_time = 23700,
    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
