mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Senaki GAI\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"All units, Red Crown, pop-up threat detected at Senaki Airfield.\", \"10\");a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 301, copy, moving to intercept.\", \"10\"); mission.trig.func[2]='';",
            [3] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 301, copy, moving to intercept.\", \"10\"); mission.trig.func[3]='';",
            [4] = "a_activate_group(\"Samtredia GAI\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"All unitsd, Red Crown, pop-up threat detected at Samtredia airfield.\", \"10\");a_set_flag(\"2\"); mission.trig.func[4]='';",
            [5] = "a_activate_group(\"Laituri GAI\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"All units, Red Crown, pop-up threat detected at Laituri Airfield.\", \"10\");a_set_flag(\"3\"); mission.trig.func[5]='';",
            [6] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 501, copy, moving to intercept threat.\", \"10\"); mission.trig.func[6]='';",
            [7] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 701, we are on station and commencing our CAP.\", \"10\");a_set_flag(\"4\"); mission.trig.func[7]='';",
            [8] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"701, Red Crown, copy that. Engage targets of opportunit. Red Crown out.\", \"10\"); mission.trig.func[8]='';",
            [9] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Spetsnaz 1, 101, all defences at Batumi have been destroyed, you are clear to assault the airfield.\", \"15\");a_set_flag(\"5\");a_activate_group(\"Batumi Ground Group\"); mission.trig.func[9]='';",
            [10] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, Spetsnaz 1, copy that, we are moving now. Spetsnaz 1 out.\", \"10\");a_activate_group(\"Batumi Assault Group\"); mission.trig.func[10]='';",
            [11] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, Spetsnaz 1, we have taken Batumi and are set up. You are clear to land if you need to re-arm.\", \"10\"); mission.trig.func[11]='';",
            [12] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 200, all air defence targets at Senaki have been eliminated.\", \"10\");a_set_flag(\"6\"); mission.trig.func[12]='';",
            [13] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"200, Red Crown, copy that, proceed with mission.\", \"10\"); mission.trig.func[13]='';",
            [14] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 200, all air defence targets at Samtredia have been destroyed.\", \"10\");a_set_flag(\"7\"); mission.trig.func[14]='';",
            [15] = "a_out_text_delay(\"200, Red Crown, well done commander, return to base.\", \"10\"); mission.trig.func[15]='';",
            [16] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 400, all air defence targets at Laituri have been destroyed.\", \"10\");a_set_flag(\"8\"); mission.trig.func[16]='';",
            [17] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"400, Red Crown, copy that. Well done, return to base.\", \"10\"); mission.trig.func[17]='';",
            [18] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 100, all air defence targets at the Georgian HQ have been destroyed. The bombers are clear to start their run.\", \"10\");a_set_flag(\"9\"); mission.trig.func[18]='';",
            [19] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, copy that.\\\
\\\
801, Red Crown, you are clear to commence your bombing run.\", \"10\");a_activate_group(\"HQ Bomber Group 1\");a_set_flag(\"10\"); mission.trig.func[19]='';",
            [20] = "a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 801, copy that, we are inbound to the target.\\\
\\\
101, 801, stay at least 4000m away from the target to avoid fragmentation damage. Watch this...\", \"10\"); mission.trig.func[20]='';",
            [21] = "a_out_sound(\"Success.wav\");a_out_text_delay(\"101, Red Crown, mission complete, well done commander! Return to base.\", \"15\"); mission.trig.func[21]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
            [13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
            [14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
            [15] = "if mission.trig.conditions[15]() then mission.trig.actions[15]() end",
            [16] = "if mission.trig.conditions[16]() then mission.trig.actions[16]() end",
            [17] = "if mission.trig.conditions[17]() then mission.trig.actions[17]() end",
            [18] = "if mission.trig.conditions[18]() then mission.trig.actions[18]() end",
            [19] = "if mission.trig.conditions[19]() then mission.trig.actions[19]() end",
            [20] = "if mission.trig.conditions[20]() then mission.trig.actions[20]() end",
            [21] = "if mission.trig.conditions[21]() then mission.trig.actions[21]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
            [15] = true,
            [16] = true,
            [17] = true,
            [18] = true,
            [19] = true,
            [20] = true,
            [21] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(((c_unit_in_zone(\"589\", \"Senaki GAI Zone\") ) or (c_unit_in_zone(\"593\", \"Senaki GAI Zone\") )))",
            [2] = "return((c_time_since_flag(\"1\", \"12\") ))",
            [3] = "return((c_time_since_flag(\"2\", \"12\") ))",
            [4] = "return(((c_unit_in_zone(\"589\", \"Samtredia GAI Zone\") ) or (c_unit_in_zone(\"593\", \"Samtredia GAI Zone\") )))",
            [5] = "return(((c_unit_in_zone(\"601\", \"Laituri GAI Zone\") ) or (c_unit_in_zone(\"605\", \"Laituri GAI Zone\") )))",
            [6] = "return((c_time_since_flag(\"3\", \"12\") ))",
            [7] = "return((c_unit_in_zone(\"607\", \"CAP On Station\") ))",
            [8] = "return((c_time_since_flag(\"4\", \"12\") ))",
            [9] = "return((c_group_dead(\"Batumi ADF Group\") ))",
            [10] = "return((c_time_since_flag(\"5\", \"17\") ))",
            [11] = "return((c_coalition_has_airdrome(\"1\", \"22\") ))",
            [12] = "return((c_group_dead(\"Senaki ADF Group\") ))",
            [13] = "return((c_time_since_flag(\"6\", \"12\") ))",
            [14] = "return((c_group_dead(\"Samtredia ADF Group\") ))",
            [15] = "return((c_time_since_flag(\"7\", \"12\") ))",
            [16] = "return((c_group_dead(\"Laituri ADF Group\") ))",
            [17] = "return((c_time_since_flag(\"8\", \"12\") ))",
            [18] = "return((c_group_dead(\"Georgian HQ ADF Group\") ))",
            [19] = "return((c_time_since_flag(\"9\", \"12\") ))",
            [20] = "return((c_time_since_flag(\"10\", \"12\") ))",
            [21] = "return((c_unit_dead(\"616\") ))",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 27,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Batumi ADF Destroyed",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 252,
                    predicate = "c_group_dead",
                    unit = 616,
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Georgian CP ADF Dead",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if ((c_unit_in_zone(\"589\", \"Senaki GAI Zone\") ) or (c_unit_in_zone(\"593\", \"Senaki GAI Zone\") )) then a_activate_group(\"Senaki GAI\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"All units, Red Crown, pop-up threat detected at Senaki Airfield.\", \"10\");a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if (c_time_since_flag(\"1\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 301, copy, moving to intercept.\", \"10\"); mission.trigfunc[2]='';end;",
        [3] = "if (c_time_since_flag(\"2\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 301, copy, moving to intercept.\", \"10\"); mission.trigfunc[3]='';end;",
        [4] = "if ((c_unit_in_zone(\"589\", \"Samtredia GAI Zone\") ) or (c_unit_in_zone(\"593\", \"Samtredia GAI Zone\") )) then a_activate_group(\"Samtredia GAI\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"All unitsd, Red Crown, pop-up threat detected at Samtredia airfield.\", \"10\");a_set_flag(\"2\"); mission.trigfunc[4]='';end;",
        [5] = "if ((c_unit_in_zone(\"601\", \"Laituri GAI Zone\") ) or (c_unit_in_zone(\"605\", \"Laituri GAI Zone\") )) then a_activate_group(\"Laituri GAI\");a_out_sound(\"pickle.wav\");a_out_text_delay(\"All units, Red Crown, pop-up threat detected at Laituri Airfield.\", \"10\");a_set_flag(\"3\"); mission.trigfunc[5]='';end;",
        [6] = "if (c_time_since_flag(\"3\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 501, copy, moving to intercept threat.\", \"10\"); mission.trigfunc[6]='';end;",
        [7] = "if (c_unit_in_zone(\"607\", \"CAP On Station\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 701, we are on station and commencing our CAP.\", \"10\");a_set_flag(\"4\"); mission.trigfunc[7]='';end;",
        [8] = "if (c_time_since_flag(\"4\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"701, Red Crown, copy that. Engage targets of opportunit. Red Crown out.\", \"10\"); mission.trigfunc[8]='';end;",
        [9] = "if (c_group_dead(\"Batumi ADF Group\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Spetsnaz 1, 101, all defences at Batumi have been destroyed, you are clear to assault the airfield.\", \"15\");a_set_flag(\"5\");a_activate_group(\"Batumi Ground Group\"); mission.trigfunc[9]='';end;",
        [10] = "if (c_time_since_flag(\"5\", \"17\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, Spetsnaz 1, copy that, we are moving now. Spetsnaz 1 out.\", \"10\");a_activate_group(\"Batumi Assault Group\"); mission.trigfunc[10]='';end;",
        [11] = "if (c_coalition_has_airdrome(\"1\", \"22\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"101, Spetsnaz 1, we have taken Batumi and are set up. You are clear to land if you need to re-arm.\", \"10\"); mission.trigfunc[11]='';end;",
        [12] = "if (c_group_dead(\"Senaki ADF Group\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 200, all air defence targets at Senaki have been eliminated.\", \"10\");a_set_flag(\"6\"); mission.trigfunc[12]='';end;",
        [13] = "if (c_time_since_flag(\"6\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"200, Red Crown, copy that, proceed with mission.\", \"10\"); mission.trigfunc[13]='';end;",
        [14] = "if (c_group_dead(\"Samtredia ADF Group\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 200, all air defence targets at Samtredia have been destroyed.\", \"10\");a_set_flag(\"7\"); mission.trigfunc[14]='';end;",
        [15] = "if (c_time_since_flag(\"7\", \"12\") ) then a_out_text_delay(\"200, Red Crown, well done commander, return to base.\", \"10\"); mission.trigfunc[15]='';end;",
        [16] = "if (c_group_dead(\"Laituri ADF Group\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 400, all air defence targets at Laituri have been destroyed.\", \"10\");a_set_flag(\"8\"); mission.trigfunc[16]='';end;",
        [17] = "if (c_time_since_flag(\"8\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"400, Red Crown, copy that. Well done, return to base.\", \"10\"); mission.trigfunc[17]='';end;",
        [18] = "if (c_group_dead(\"Georgian HQ ADF Group\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 100, all air defence targets at the Georgian HQ have been destroyed. The bombers are clear to start their run.\", \"10\");a_set_flag(\"9\"); mission.trigfunc[18]='';end;",
        [19] = "if (c_time_since_flag(\"9\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"100, Red Crown, copy that.\\\
\\\
801, Red Crown, you are clear to commence your bombing run.\", \"10\");a_activate_group(\"HQ Bomber Group 1\");a_set_flag(\"10\"); mission.trigfunc[19]='';end;",
        [20] = "if (c_time_since_flag(\"10\", \"12\") ) then a_out_sound(\"pickle.wav\");a_out_text_delay(\"Red Crown, 801, copy that, we are inbound to the target.\\\
\\\
101, 801, stay at least 4000m away from the target to avoid fragmentation damage. Watch this...\", \"10\"); mission.trigfunc[20]='';end;",
        [21] = "if (c_unit_dead(\"616\") ) then a_out_sound(\"Success.wav\");a_out_text_delay(\"101, Red Crown, mission complete, well done commander! Return to base.\", \"15\"); mission.trigfunc[21]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 790,
        wind = 
        {
            at8000 = 
            {
                speed = 5,
                dir = 150,
            }, -- end of at8000
            at2000 = 
            {
                speed = 3,
                dir = 158,
            }, -- end of at2000
            atGround = 
            {
                speed = 2,
                dir = 138,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 1,
        }, -- end of turbulence
        season = 
        {
            temperature = 11,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 2,
            thickness = 500,
            base = 4800,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Batumi ADF Group\")  then a_set_mission_result(50) end",
        [2] = "if c_group_dead(\"Georgian HQ ADF Group\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Batumi ADF Group\") )",
                [2] = "return(c_group_dead(\"Georgian HQ ADF Group\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "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",
            }, -- 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 = 50000,
                zoneId = 14,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.72620981889898,
                hidden = true,
                long = 0.72608137854559,
                x = -355832.01258249,
                name = "Batumi GAI Zone",
                y = 617300.12495467,
            }, -- end of [1]
            [2] = 
            {
                radius = 10000,
                zoneId = 13,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.72831713657888,
                hidden = true,
                long = 0.72003162236063,
                x = -345259.3538483,
                name = "CAP On Station",
                y = 587082.07384151,
            }, -- end of [2]
            [3] = 
            {
                radius = 50000,
                zoneId = 12,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.73180430334267,
                hidden = true,
                long = 0.73070884641389,
                x = -317924.78801245,
                name = "Laituri GAI Zone",
                y = 635722.68569894,
            }, -- end of [3]
            [4] = 
            {
                radius = 50000,
                zoneId = 11,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.73612178110976,
                hidden = true,
                long = 0.74146868680105,
                x = -284890.096818,
                name = "Samtredia GAI Zone",
                y = 683857.17002155,
            }, -- end of [4]
            [5] = 
            {
                radius = 50000,
                zoneId = 10,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.19607843137255,
                }, -- end of color
                lat = 0.73728927215135,
                hidden = true,
                long = 0.73391298698149,
                x = -281371.37980832,
                name = "Senaki GAI Zone",
                y = 647242.48284998,
            }, -- end of [5]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73153736164216,
        zoom = 500000,
        centerX = 0.73334033348414,
    }, -- 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:\
=========\
This conflict ends today. Intelligence has  discovered the location of the joint Georgian & Ukrainian Headquarters and command facility. One of our reconnaissance drones was on a routine photographic mission when it took some footage of an unusual facility. Subsequent analysis revealed this to be the enemy command and control centre..\
\
Moscow has ordered all units in-theatre to destroy the enemy command centre. It is hoped that with a decapitating strike all Georgian and Ukrainian forces in the area will surrender.\
\
SITUATION:\
=======\
The enemy HQ is located just outside the town of Lanchkhuti, roughly equi-distant between Senaki, Samtredia and Laituri airfields. Theatre Command at Krasnodar has planned an audacious operation that will end all enemy resistance.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
        [11] = true,
        [12] = true,
        [13] = true,
        [14] = true,
        [15] = true,
        [16] = true,
        [17] = true,
        [18] = true,
        [19] = true,
        [20] = true,
        [21] = true,
    }, -- end of trigflag
    descriptionRedTask = "Today's operation is complex, so pay attention pilots. During the first phase, simmultaneous SEAD strikes will target all remaining air defences at Senaki, Samtredia and Laituri airfields. These attacks will be conducted by Su-34 SEAD flights with Su-27 escorts.\
\
The 279th KiAP from the Kuznetsov Battlegroup will be providing a flight of Su-33 interceptors who will perform a high CAP for the entire operation.\
\
In the first phase, our veteran strike detachment (including you) will conduct a SEAD strike against Batumi airfield. A Yastreb drone photograph of Batumi is attached to this briefing. Once all air defence units there are destroyed a Spetsnaz unit from the 32nd Special Forces Battalion, who have infiltrated the town of Khelvachauri, will assault and capture Batumi airfield on your signal.\
\
At this point phase 2 will commence.\
\
With the 279th KiAP continuing to provide cover, your task will be to destroy all air defence assets at the enemy HQ installation. See the attached photograph for details. This will pave the way for a final flight of Su-34s which will conduct heavy bombing to destroy the enemy command centre.\
\
At that point you will not have sufficient fuel to then return to Babushara. However, listen for messages from the 32nd Spetsnaz squad who should have captured Batumi by the time that the enemy command centre is destroyed. You will have sufficient fuel to land and, if necessary, re-arm at Batumi.\
\
Red Crown will inform you when all mission objectives have been acomplished.\
\
FRIENDLY FORCES:\
===========\
AWACS: 1*A-50, callsign Red Crown.\
AWACS Escort: 2*Su-30, callsign 002.\
Your flight: 4* Su-25T, callsign 101.\
Your Escort: 4*Su-27, callsign 601.\
Senaki / Samtredia SEAD flight: 4*Su-34, callsign 201.\
Northern SEAD Escort: 4*Su-27, callsign 301.\
Laituri SEAD Flight: 2*Su-34, callsign 401.\
Laituri SEAD Escort: 2*Su-27, callsign 501.\
279th KiAP CAP: 3*Su-33, callsign 701.\
Strike group: 4*Su-34, callsign 801.\
Special Forces: callsign Spetsnaz 1.\
\
\
ENEMY FORCES:\
==========\
Intelligence believes there may be 2P-25 Kub systems at some or all of the remaining enemy airfields. In addition there are likely to be 9A33 Osa and ZSU-23-4 Shilka short range defences at the enemy airfields. Satellite imagery attached to this briefing shows what appears to be 9A33 Osa and ZSU-23 fixed emplacements around the enemy command centre.\
\
Enemy aircraft strength is not known, but expect some GAI assets at most or all enemy airfields.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [2] = "Border 10-2{470FC720-2367-4660-9876-7B8DE26F6835}.png",
        [3] = "Border 10-3{98BB79F0-C256-4fc8-803B-605F2A91FD41}.png",
        [1] = "Border 10-1{1C4D4B7B-70C9-47dc-AE87-05137BADE498}.png",
        [4] = "Border 10-4{8068AB03-7777-45c6-A757-2D0D7BB73263}.png",
        [5] = "Border 10-5{FAD6FBBD-0711-4200-88B6-83693C0BF78A}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    unit = 589,
                    predicate = "c_unit_in_zone",
                    zone = 10,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "B",
                    unit = 593,
                    predicate = "c_unit_in_zone",
                    zone = 10,
                }, -- end of [2]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    group = 237,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "All units, Red Crown, pop-up threat detected at Senaki Airfield.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    seconds = 10,
                    target = "",
                    text = "",
                    predicate = "a_set_flag",
                    flag = 1,
                }, -- end of [4]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "Senaki GAI Active",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 1,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- 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 = "Red Crown, 301, copy, moving to intercept.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "SEAD Escort Attacks",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 2,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- 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 = "Red Crown, 301, copy, moving to intercept.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "SEAD Escort Attacks 2",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    unit = 589,
                    predicate = "c_unit_in_zone",
                    zone = 11,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "B",
                    unit = 593,
                    predicate = "c_unit_in_zone",
                    zone = 11,
                }, -- end of [2]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    group = 238,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "All unitsd, Red Crown, pop-up threat detected at Samtredia airfield.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "Samtredia GAI Active",
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    unit = 601,
                    predicate = "c_unit_in_zone",
                    zone = 12,
                }, -- end of [1]
                [2] = 
                {
                    logicBlock = "B",
                    unit = 605,
                    predicate = "c_unit_in_zone",
                    zone = 12,
                }, -- end of [2]
            }, -- end of rules
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    group = 240,
                    text = "",
                    predicate = "a_activate_group",
                    file = "",
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "All units, Red Crown, pop-up threat detected at Laituri Airfield.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 3,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "Laituri GAI Active",
        }, -- end of [5]
        [6] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 3,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- 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 = "Red Crown, 501, copy, moving to intercept threat.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "Bambora Escort Attacks",
        }, -- end of [6]
        [7] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    unit = 607,
                    predicate = "c_unit_in_zone",
                    zone = 13,
                }, -- 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 = "Red Crown, 701, we are on station and commencing our CAP.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 4,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "CAP on Station",
        }, -- end of [7]
        [8] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 4,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- 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 = "701, Red Crown, copy that. Engage targets of opportunit. Red Crown out.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
            comment = "CAP aknowledged",
        }, -- end of [8]
        [9] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 27,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Batumi ADF Dead",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Spetsnaz 1, 101, all defences at Batumi have been destroyed, you are clear to assault the airfield.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
                [3] = 
                {
                    flag = 5,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    group = 255,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [9]
        [10] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 17,
                    logicBlock = "A",
                    flag = 5,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Roger that",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "101, Spetsnaz 1, copy that, we are moving now. Spetsnaz 1 out.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 253,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [10]
        [11] = 
        {
            rules = 
            {
                [1] = 
                {
                    airdromelist = 22,
                    coalitionlist = 1,
                    logicBlock = "A",
                    predicate = "c_coalition_has_airdrome",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Safe to Land",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "101, Spetsnaz 1, we have taken Batumi and are set up. You are clear to land if you need to re-arm.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [11]
        [12] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 24,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Senaki ADF Dead",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Red Crown, 200, all air defence targets at Senaki have been eliminated.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 6,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [12]
        [13] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 6,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Senaki ADF Aknowledged",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "200, Red Crown, copy that, proceed with mission.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [13]
        [14] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 25,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Samtredia ADF Dead",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Red Crown, 200, all air defence targets at Samtredia have been destroyed.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 7,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [14]
        [15] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 7,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Samtredia ADF Aknowledged",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "200, Red Crown, well done commander, return to base.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [15]
        [16] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 26,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Laituri ADF Dead",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Red Crown, 400, all air defence targets at Laituri have been destroyed.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 8,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [16]
        [17] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 8,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Laituri ADF Aknowledged",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "400, Red Crown, copy that. Well done, return to base.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [17]
        [18] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 252,
                    logicBlock = "A",
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Georgian HQ ADF Dead",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Red Crown, 100, all air defence targets at the Georgian HQ have been destroyed. The bombers are clear to start their run.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 9,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [18]
        [19] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 9,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Bombers Active",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "100, Red Crown, copy that.\
\
801, Red Crown, you are clear to commence your bombing run.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 254,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    flag = 10,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [19]
        [20] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 12,
                    logicBlock = "A",
                    flag = 10,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            comment = "Bombers Aknowledge",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "Red Crown, 901, copy that, we are inbound to the target.\
\
101, 901, stay at least 4000m away from the target to avoid fragmentation damage. Watch this...",
                    file = "pickle.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "Red Crown, 801, copy that, we are inbound to the target.\
\
101, 801, stay at least 4000m away from the target to avoid fragmentation damage. Watch this...",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [20]
        [21] = 
        {
            rules = 
            {
                [1] = 
                {
                    logicBlock = "A",
                    predicate = "c_unit_dead",
                    unit = 616,
                }, -- end of [1]
            }, -- end of rules
            comment = "Success!",
            triggerLogic = "OR",
            actions = 
            {
                [1] = 
                {
                    text = "",
                    file = "Success.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "101, Red Crown, mission complete, well done commander! Return to base.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [2]
            }, -- end of actions
            predicate = "triggerOnce",
        }, -- end of [21]
    }, -- 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 = 
                        {
                            [1] = 
                            {
                                heading = 3.1415926535898,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73442063688708,
                                            long = 0.73437721527545,
                                            x = -299412.66082109,
                                            name = "",
                                            speed = 0,
                                            y = 651397.58427381,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 245,
                                lat = 0.73442063688708,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 616,
                                        lat = 0.73442063688708,
                                        long = 0.73437721527545,
                                        x = -299412.66082109,
                                        name = "Georgian Command A",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 651397.58427381,
                                        heading = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73437721527545,
                                name = "Georgian Command A",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 3.1415926535898,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73441830801575,
                                            long = 0.73435401014101,
                                            x = -299439.36152575,
                                            name = "",
                                            speed = 0,
                                            y = 651289.15875563,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 246,
                                lat = 0.73441830801575,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 617,
                                        lat = 0.73441830801575,
                                        rate = 100,
                                        long = 0.73435401014101,
                                        x = -299439.36152575,
                                        name = "Georgian Command B",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 651289.15875563,
                                        heading = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73435401014101,
                                name = "Georgian Command B",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 3.1415926535898,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73441003654682,
                                            long = 0.73437025824072,
                                            x = -299483.76144444,
                                            name = "",
                                            speed = 0,
                                            y = 651371.77566661,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 247,
                                lat = 0.73441003654682,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "dot",
                                        type = ".Bunker",
                                        CLSID = "{20A1B146-07C6-4ee6-851C-DBBC92135446}",
                                        unitId = 618,
                                        lat = 0.73441003654682,
                                        long = 0.73437025824072,
                                        x = -299483.76144444,
                                        name = "Georgian Command C",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 651371.77566661,
                                        heading = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73437025824072,
                                name = "Georgian Command C",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 3.1415926535898,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73443075548834,
                                            long = 0.73437734304426,
                                            x = -299348.12058461,
                                            name = "",
                                            speed = 0,
                                            y = 651391.345524,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 248,
                                lat = 0.73443075548834,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma1",
                                        type = "Barracks 1",
                                        CLSID = "{7f3722ae-10bc-49c5-a3cc-68ab89878c5b}",
                                        unitId = 619,
                                        lat = 0.73443075548834,
                                        long = 0.73437734304426,
                                        x = -299348.12058461,
                                        name = "Georgian Command D",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 651391.345524,
                                        heading = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73437734304426,
                                name = "Georgian Command D",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 3.1415926535898,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73442593709526,
                                            long = 0.73438905936127,
                                            x = -299372.83420082,
                                            name = "",
                                            speed = 0,
                                            y = 651450.14440151,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 249,
                                lat = 0.73442593709526,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma2",
                                        type = "Barracks 2",
                                        CLSID = "{eb3bac2d-4c24-4ff8-8c8a-dcd3d0c98750}",
                                        unitId = 620,
                                        lat = 0.73442593709526,
                                        long = 0.73438905936127,
                                        x = -299372.83420082,
                                        name = "Georgian Command E",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 651450.14440151,
                                        heading = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73438905936127,
                                name = "Georgian Command E",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 2.0943951023932,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73442738261099,
                                            long = 0.73436030804106,
                                            x = -299378.31974622,
                                            name = "",
                                            speed = 0,
                                            y = 651312.8748676,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 250,
                                lat = 0.73442738261099,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 621,
                                        lat = 0.73442738261099,
                                        long = 0.73436030804106,
                                        x = -299378.31974622,
                                        name = "Georgian Command F",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 651312.8748676,
                                        heading = 2.0943951023932,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73436030804106,
                                name = "Georgian Command F",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 3.0309354324159,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73441164265246,
                                            long = 0.73439182066942,
                                            x = -299462.50581581,
                                            name = "",
                                            speed = 0,
                                            y = 651472.90305252,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 251,
                                lat = 0.73441164265246,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 622,
                                        lat = 0.73441164265246,
                                        long = 0.73439182066942,
                                        x = -299462.50581581,
                                        name = "Georgian Command G",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 651472.90305252,
                                        heading = 3.0309354324159,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73439182066942,
                                name = "Georgian Command G",
                                dead = false,
                            }, -- end of [7]
                        }, -- 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 = 1190,
                                            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 = 925,
                                            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.72627466858136,
                                        skill = "Average",
                                        long = 0.72608495319522,
                                        x = -355417.08075763,
                                        name = "Batumi Kub launcher 2",
                                        heading = 0.69813170079773,
                                        y = 617276.21525878,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 412,
                                        lat = 0.7262417861459,
                                        skill = "Good",
                                        long = 0.72616450798665,
                                        x = -355588.27057861,
                                        name = "Batumi Osa",
                                        heading = 0.087266462599716,
                                        y = 617677.10232386,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Batumi ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73373130889223,
                                                lat = 0.73727139799605,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73389833834016,
                                                lat = 0.73726656719306,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727139799605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73373130889223,
                                            x = -281578.17850839,
                                            speed = 0,
                                            y = 646395.71901218,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 60,
                                        lat = 0.73727139799605,
                                        skill = "Good",
                                        long = 0.73373130889223,
                                        x = -281578.17850839,
                                        name = "Senaki Shilka West",
                                        heading = 4.8869219055841,
                                        y = 646395.71901218,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 61,
                                        lat = 0.73724523140004,
                                        skill = "Good",
                                        long = 0.73413816554796,
                                        x = -281536.83475505,
                                        name = "Senaki Shilka East",
                                        heading = 1.7453292519943,
                                        y = 648336.91082232,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 62,
                                        lat = 0.73741947238826,
                                        skill = "Good",
                                        long = 0.73388955271905,
                                        x = -280553.77416641,
                                        name = "Senaki Shilka North",
                                        heading = 0.17453292519943,
                                        y = 647043.34667591,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 266,
                                        lat = 0.73732800048321,
                                        skill = "Good",
                                        long = 0.73380963170981,
                                        x = -281177.47281792,
                                        name = "Senaki Osa",
                                        heading = 0.17453292519943,
                                        y = 646727.58568067,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Senaki ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73438286676309,
                                                lat = 0.73440280910026,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73439007900877,
                                                lat = 0.73439566200505,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 37,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7343996772214,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73438409192746,
                                            x = -299542.69914852,
                                            speed = 0,
                                            y = 651444.35964543,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 252,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement",
                                        CLSID = "{B76231A9-4B8A-41e0-8EAD-65785077FC0C}",
                                        unitId = 623,
                                        lat = 0.7343996772214,
                                        skill = "Average",
                                        long = 0.73438409192746,
                                        x = -299542.69914852,
                                        name = "Georigan HQ ZSU-1",
                                        heading = 3.1415926535898,
                                        y = 651444.35964543,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZU-23 Emplacement",
                                        CLSID = "{B76231A9-4B8A-41e0-8EAD-65785077FC0C}",
                                        unitId = 624,
                                        lat = 0.73441943229785,
                                        skill = "Average",
                                        long = 0.73440456395751,
                                        x = -299406.35707056,
                                        name = "Georgian HQ ZSU-2",
                                        heading = 1.5707963267949,
                                        y = 651528.04182318,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "ZU-23 Emplacement",
                                        CLSID = "{B76231A9-4B8A-41e0-8EAD-65785077FC0C}",
                                        unitId = 625,
                                        lat = 0.73444151664192,
                                        skill = "Average",
                                        long = 0.73436439312551,
                                        x = -299286.17072464,
                                        name = "Georgian HQ ZSU-3",
                                        heading = 0,
                                        y = 651322.67912377,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "ZU-23 Emplacement",
                                        CLSID = "{B76231A9-4B8A-41e0-8EAD-65785077FC0C}",
                                        unitId = 626,
                                        lat = 0.73442272484485,
                                        skill = "Average",
                                        long = 0.73433902189295,
                                        x = -299418.87909331,
                                        name = "Georgian HQ ZSU-4",
                                        heading = 4.7123889803847,
                                        y = 651215.12135569,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 627,
                                        lat = 0.73440056057095,
                                        skill = "Average",
                                        long = 0.73434953864953,
                                        x = -299554.7324471,
                                        name = "Georgian HQ Osa-1",
                                        heading = 3.8397243543875,
                                        y = 651279.96697312,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 628,
                                        lat = 0.73443878619007,
                                        skill = "Average",
                                        long = 0.73439634214078,
                                        x = -299287.23818657,
                                        name = "Georgian HQ Osa-2",
                                        heading = 0.78539816339745,
                                        y = 651475.97605619,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Georgian HQ ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72624888124398,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72600557516156,
                                            x = -355619.63810355,
                                            speed = 5.5555555555556,
                                            y = 616913.25559034,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 255,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 643,
                                        lat = 0.72624888124398,
                                        skill = "Average",
                                        long = 0.72600557516156,
                                        x = -355619.63810355,
                                        name = "Batumi GG 1",
                                        heading = 0,
                                        y = 616913.25559034,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BRDM-2",
                                        CLSID = "{B33FB5B1-ABF0-48E6-A06B-6886A0132786}",
                                        unitId = 644,
                                        lat = 0.72624188124398,
                                        skill = "Average",
                                        long = 0.72601257516156,
                                        x = -355660.86803616,
                                        name = "Batumi GG 2",
                                        heading = 0,
                                        y = 616951.12518686,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Batumi Ground Group",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Senaki GAI",
                                groupId = 237,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 597,
                                        lat = 0.737234,
                                        skill = "Good",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Senaki GAI 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 9,
                                            [3] = 1,
                                            name = "991",
                                        }, -- end of callsign
                                        onboard_num = 99,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 598,
                                        lat = 0.737227,
                                        skill = "Average",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Senaki GAi 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = 3800,
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 9,
                                            [3] = 2,
                                            name = "992",
                                        }, -- end of callsign
                                        onboard_num = 99,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Samtredia GAI",
                                groupId = 238,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 599,
                                        lat = 0.736122,
                                        skill = "Good",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Samtredia GAI 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 = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 9,
                                            [3] = 3,
                                            name = 993,
                                        }, -- end of callsign
                                        onboard_num = 98,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 600,
                                        lat = 0.736115,
                                        skill = "Average",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "Samtredia GAI 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 9,
                                            [3] = 4,
                                            name = 994,
                                        }, -- end of callsign
                                        onboard_num = 98,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Laituri GAI",
                                groupId = 240,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 603,
                                        lat = 0.731802,
                                        skill = "Good",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "Laituri GAI 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 7,
                                            [3] = 1,
                                            name = "971",
                                        }, -- end of callsign
                                        onboard_num = 97,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 604,
                                        lat = 0.731795,
                                        skill = "Average",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "Laituri GAI 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 9,
                                            [2] = 7,
                                            [3] = 2,
                                            name = 972,
                                        }, -- end of callsign
                                        onboard_num = 97,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [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 = 2,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74585744826966,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68926565948475,
                                            x = -246203.19617379,
                                            speed = 8.3333333333333,
                                            y = 431736.34558861,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73414626529318,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7157049513437,
                                            x = -310087.82096818,
                                            speed = 8.3333333333333,
                                            y = 562944.5355281,
                                        }, -- 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.74585744826966,
                                        skill = "Excellent",
                                        long = 0.68926565948475,
                                        x = -246203.19617379,
                                        name = "Kuznetsov",
                                        heading = 2.1021396564449,
                                        y = 431736.34558861,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 13,
                                        lat = 0.74625655222037,
                                        skill = "Excellent",
                                        long = 0.6898597988456,
                                        x = -243443.73313631,
                                        name = "Rezky 1",
                                        heading = 2.1083234028311,
                                        y = 434326.24285163,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 14,
                                        lat = 0.74624740647365,
                                        skill = "Excellent",
                                        long = 0.68867986536724,
                                        x = -243928.3473549,
                                        name = "Rezky 2",
                                        heading = 2.1986074337705,
                                        y = 428791.31698572,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 15,
                                        lat = 0.74583091126213,
                                        skill = "Excellent",
                                        long = 0.69032789677876,
                                        x = -245981.02724379,
                                        name = "Neutrashimy 1",
                                        heading = 2.3276866316218,
                                        y = 436729.83971519,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 16,
                                        lat = 0.74585275570299,
                                        skill = "Excellent",
                                        long = 0.68815722658459,
                                        x = -246627.52688181,
                                        name = "Neutrashimy 2",
                                        heading = 2.3276866316218,
                                        y = 426529.52677252,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 17,
                                        lat = 0.74656115758033,
                                        skill = "Excellent",
                                        long = 0.68926959081128,
                                        x = -241720.47501922,
                                        name = "Grishna 1",
                                        heading = 2.3276866316218,
                                        y = 431408.2288183,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 18,
                                        lat = 0.745127673308,
                                        skill = "Excellent",
                                        long = 0.68927025159489,
                                        x = -250848.87398794,
                                        name = "Grishna 2",
                                        heading = 2.3276866316218,
                                        y = 432117.35653369,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.74457368021005,
                                        skill = "Excellent",
                                        long = 0.69200134126571,
                                        x = -253368.31003477,
                                        name = "Grishna 3",
                                        heading = 2.1083234028311,
                                        y = 445225.39936085,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 20,
                                        lat = 0.74547232050353,
                                        skill = "Excellent",
                                        long = 0.68864401292838,
                                        x = -248876.96481862,
                                        name = "Molniya 1",
                                        heading = 0.0077339331120441,
                                        y = 429004.57362515,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 21,
                                        lat = 0.74540988454327,
                                        skill = "Excellent",
                                        long = 0.68990830778271,
                                        x = -248817.48098426,
                                        name = "Molniya 2",
                                        heading = 0.0077339331120441,
                                        y = 434970.60495588,
                                    }, -- 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 = 
                                    {
                                    }, -- 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 [1]
                            [2] = 
                            {
                                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 [2]
                            [3] = 
                            {
                                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 [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72599155701707,
                                                lat = 0.72625916522955,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72619046478693,
                                                lat = 0.72613066201649,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.7261894465585,
                                                lat = 0.7259868376181,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.72649576409545,
                                                lat = 0.72591342455014,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.72615928337823,
                                                lat = 0.72604034508034,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                long = 0.72634853245448,
                                                lat = 0.72594618901875,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.72649576409545,
                                                lat = 0.72591342455014,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.72622702224243,
                                                lat = 0.72596846584526,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.72620656707628,
                                                lat = 0.72597573743461,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.72617692280212,
                                                lat = 0.72600104353396,
                                            }, -- end of [7]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72615928337823,
                                                lat = 0.72604034508034,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72604253362053,
                                                lat = 0.72610595154122,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.72660997462204,
                                                lat = 0.7259011610787,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.72685007405241,
                                                lat = 0.72593989580733,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72685007405241,
                                                lat = 0.72593989580733,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.72684772803965,
                                                lat = 0.72594208938371,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.72655999554401,
                                                lat = 0.72590337208852,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.72651082739443,
                                                lat = 0.72591007166174,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.72670912899417,
                                                lat = 0.72591021406976,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.72649576409545,
                                                lat = 0.72591342455014,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                long = 0.72684772803965,
                                                lat = 0.72594208938371,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.72665992700477,
                                                lat = 0.72590342348008,
                                            }, -- end of [6]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72604253362053,
                                                lat = 0.72610595154122,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72593166907839,
                                                lat = 0.72623142259984,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72593166907839,
                                                lat = 0.72623142259984,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72599155701707,
                                                lat = 0.72625916522955,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72613236274271,
                                                lat = 0.72616868532298,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72613236274271,
                                                lat = 0.72616868532298,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 69,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.72593989580733,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72685007405241,
                                            x = -357181.57094745,
                                            speed = 13.888888888889,
                                            y = 621144.68077009,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 68,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.72591342455014,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72649576409545,
                                            x = -357520.92259901,
                                            speed = 13.888888888889,
                                            y = 619467.34927014,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 66,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.72604034508034,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72615928337823,
                                            x = -356874.33098746,
                                            speed = 8.3333333333333,
                                            y = 617779.46278376,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 69,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72610595154122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72604253362053,
                                            x = -356512.55113489,
                                            speed = 13.888888888889,
                                            y = 617180.17900196,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72623142259984,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72593166907839,
                                            x = -355766.4901793,
                                            speed = 11.111111111111,
                                            y = 616571.17601146,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72625916522955,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72599155701707,
                                            x = -355560.86469861,
                                            speed = 11.111111111111,
                                            y = 616839.77845248,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72613066201649,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72619046478693,
                                            x = -356283.82546604,
                                            speed = 11.111111111111,
                                            y = 617871.35805525,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 253,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 629,
                                        lat = 0.72593989580733,
                                        skill = "Excellent",
                                        long = 0.72685007405241,
                                        x = -357181.57094745,
                                        name = "Batumi Assault 1",
                                        heading = 4.6129389601298,
                                        y = 621144.68077009,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 630,
                                        lat = 0.72593811518967,
                                        skill = "Excellent",
                                        long = 0.72685197839974,
                                        x = -357192.00056467,
                                        name = "Batumi Assault 2",
                                        heading = -1.5683329439152,
                                        y = 621154.9627059,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 631,
                                        lat = 0.72593592089947,
                                        skill = "Excellent",
                                        long = 0.72685432515295,
                                        x = -357204.85319286,
                                        name = "Batumi Assault 3",
                                        heading = -1.5683329439152,
                                        y = 621167.63328275,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 632,
                                        lat = 0.72593373365211,
                                        skill = "Excellent",
                                        long = 0.72685666436136,
                                        x = -357217.66457505,
                                        name = "Batumi Assault 4",
                                        heading = -1.5683329439152,
                                        y = 621180.26313143,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 633,
                                        lat = 0.72593164477199,
                                        skill = "Excellent",
                                        long = 0.7268588983566,
                                        x = -357229.89979566,
                                        name = "Batumi Assault 5",
                                        heading = -1.5683329439152,
                                        y = 621192.32492058,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 634,
                                        lat = 0.72592963282851,
                                        skill = "Excellent",
                                        long = 0.72686105005953,
                                        x = -357241.68437966,
                                        name = "Batumi Assault 6",
                                        heading = -1.5683329439152,
                                        y = 621203.94240361,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "SKP-11",
                                        CLSID = "{693BB858-F64A-4af0-B4EF-0BE24B8406A6}",
                                        unitId = 635,
                                        lat = 0.72592751384373,
                                        skill = "Excellent",
                                        long = 0.72686331622785,
                                        x = -357254.09594368,
                                        name = "Batumi Assault 7",
                                        heading = -1.5683329439152,
                                        y = 621216.17791566,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 636,
                                        lat = 0.72592465358567,
                                        skill = "Excellent",
                                        long = 0.72686637513911,
                                        x = -357270.84938878,
                                        name = "Batumi Assault Tunguska",
                                        heading = -1.5683329439152,
                                        y = 621232.69362243,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 637,
                                        lat = 0.72592242470543,
                                        skill = "Excellent",
                                        long = 0.72686875880662,
                                        x = -357283.90465949,
                                        name = "Batumi Assault Tor",
                                        heading = -1.5683329439152,
                                        y = 621245.56355491,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 638,
                                        lat = 0.72592033018537,
                                        skill = "Excellent",
                                        long = 0.72687099877121,
                                        x = -357296.17294503,
                                        name = "Batumi Assault Strela 10-M3",
                                        heading = -1.5683329439152,
                                        y = 621257.65761176,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Batumi Assault Group",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- 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.748262627937,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.78322713385484,
                                            x = -182406.03244483,
                                            speed = 166.66666666667,
                                            y = 870846.56595425,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76523544238386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70018578389945,
                                            x = -118637.74437128,
                                            speed = 166.66666666667,
                                            y = 472435.29411698,
                                        }, -- 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.748262627937,
                                        skill = "Excellent",
                                        long = 0.78322713385484,
                                        x = -182406.03244483,
                                        name = "AWACS 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 870846.56595425,
                                        callsign = 
                                        {
                                            [1] = 0,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "001",
                                        }, -- end of callsign
                                        onboard_num = 1,
                                    }, -- 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.7482037464652,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.78319832637607,
                                            x = -182800.67064591,
                                            speed = 166.66666666667,
                                            y = 870765.74549218,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.76500166797327,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70009721794874,
                                            x = -120161.78665594,
                                            speed = 166.66666666667,
                                            y = 472157.66085234,
                                        }, -- 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.7482037464652,
                                        skill = "Excellent",
                                        long = 0.78319832637607,
                                        x = -182800.67064591,
                                        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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 870765.74549218,
                                        callsign = 
                                        {
                                            [1] = 0,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "002",
                                        }, -- end of callsign
                                        onboard_num = 2,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 218,
                                        lat = 0.74818650569199,
                                        skill = "Excellent",
                                        long = 0.78319048296586,
                                        x = -182915.82579423,
                                        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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 870744.85609885,
                                        callsign = 
                                        {
                                            [1] = 0,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "003",
                                        }, -- end of callsign
                                        onboard_num = 2,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Nal'Chik SEAD",
                                groupId = 235,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75598946215057,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75947760119878,
                                            x = -148171.59433246,
                                            speed = 222.22222222222,
                                            y = 753279.46044721,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75276456968115,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7371096404034,
                                            x = -181140.54366361,
                                            speed = 222.22222222222,
                                            y = 651512.96138204,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74595450713899,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73497443791128,
                                            x = -225618.89934029,
                                            speed = 222.22222222222,
                                            y = 646279.07235713,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.7411498125933,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73389224518075,
                                                    radius = 1500,
                                                    name = "Senaki ADF Targets 1",
                                                    y = 647131.47637817,
                                                    x = -281260.40226592,
                                                    lat = 0.73730835434006,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.73393010489808,
                                                    radius = 1500,
                                                    name = "Senaki ADF Targets 2",
                                                    y = 647314.23001261,
                                                    x = -281276.43903509,
                                                    lat = 0.73730279873201,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.73435166675791,
                                            x = -256549.35205241,
                                            speed = 222.22222222222,
                                            y = 646674.94308963,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.73892010140709,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74142793920052,
                                                    radius = 1500,
                                                    name = "Samtredia ADF Targets 1",
                                                    y = 683662.09634396,
                                                    x = -284894.59364229,
                                                    lat = 0.73612443529131,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.74149597124641,
                                                    radius = 1500,
                                                    name = "Samtredia ADF Targets 2",
                                                    y = 683980.57617841,
                                                    x = -284822.96961689,
                                                    lat = 0.7361300653945,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.73803908449616,
                                            x = -268861.06866066,
                                            speed = 222.22222222222,
                                            y = 665639.76489749,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73962523384356,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74323657756173,
                                            x = -261614.24691994,
                                            speed = 222.22222222222,
                                            y = 689690.95249674,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75020426755865,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75216362558824,
                                            x = -189269.17010909,
                                            speed = 222.22222222222,
                                            y = 723741.31027152,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75748794238265,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75531634805917,
                                            x = -141060.24196199,
                                            speed = 138.88888888889,
                                            y = 732728.68649269,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 2046,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 589,
                                        lat = 0.75598946215057,
                                        skill = "Excellent",
                                        long = 0.75947760119878,
                                        x = -148171.59433246,
                                        name = "SEAD 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- 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 = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 43,
                                            chaff = 85,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 753279.46044721,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "201",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 590,
                                        lat = 0.75598246215057,
                                        skill = "Excellent",
                                        long = 0.75948460119878,
                                        x = -148212.00263238,
                                        name = "SEAD 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- 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 = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 43,
                                            chaff = 85,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 753317.68031351,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "202",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 591,
                                        lat = 0.75597546215057,
                                        skill = "Excellent",
                                        long = 0.75949160119878,
                                        x = -148252.41093229,
                                        name = "SEAD 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 43,
                                            chaff = 85,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 753355.90017981,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 203,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 592,
                                        lat = 0.75596846215057,
                                        skill = "Excellent",
                                        long = 0.75949860119878,
                                        x = -148292.81923221,
                                        name = "SEAD 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 43,
                                            chaff = 85,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 753394.12004611,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 204,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Nal'Chik SEAD Escort",
                                groupId = 236,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75556872102302,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75519258677778,
                                            x = -153359.78546417,
                                            speed = 222.22222222222,
                                            y = 733677.12398252,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75296877019113,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73697776719231,
                                            x = -179907.22961302,
                                            speed = 222.22222222222,
                                            y = 650751.61317062,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7459707385687,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73474517839295,
                                            x = -225632.88315543,
                                            speed = 222.22222222222,
                                            y = 645192.78804295,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7411574077011,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73413849655485,
                                            x = -256610.0271282,
                                            speed = 222.22222222222,
                                            y = 645664.7393859,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73880052711436,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73793349504298,
                                            x = -269678.51125685,
                                            speed = 222.22222222222,
                                            y = 665225.37099501,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73949985458057,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74326770199346,
                                            x = -262396.41301697,
                                            speed = 222.22222222222,
                                            y = 689930.72115404,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75012466724627,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7522779428329,
                                            x = -189711.24171127,
                                            speed = 222.22222222222,
                                            y = 724336.83892013,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75742469429187,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75548617157254,
                                            x = -141363.92043279,
                                            speed = 138.88888888889,
                                            y = 733566.32028244,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 2010,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 593,
                                        lat = 0.75556872102302,
                                        skill = "Excellent",
                                        long = 0.75519258677778,
                                        x = -153359.78546417,
                                        name = "SEAD 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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 733677.12398252,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "301",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 594,
                                        lat = 0.75556172102302,
                                        skill = "Excellent",
                                        long = 0.75519958677778,
                                        x = -153400.29310693,
                                        name = "SEAD 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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 733715.20468018,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "302",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 595,
                                        lat = 0.75555472102302,
                                        skill = "Excellent",
                                        long = 0.75520658677778,
                                        x = -153440.80074969,
                                        name = "SEAD Escort 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 733753.28537784,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "303",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 596,
                                        lat = 0.75554772102302,
                                        skill = "Excellent",
                                        long = 0.75521358677778,
                                        x = -153481.30839244,
                                        name = "SEAD Escort 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 733791.3660755,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "304",
                                        }, -- end of callsign
                                        onboard_num = 30,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Bambora SEAD",
                                groupId = 239,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2851,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74943059409222,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70551991645404,
                                            x = -217120.33679244,
                                            speed = 138.88888888889,
                                            y = 506020.27490144,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73629584459194,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73067200687968,
                                                    radius = 1500,
                                                    name = "Laituri SEAD Targets 1",
                                                    y = 635551.0581095,
                                                    x = -317976.77534328,
                                                    lat = 0.73179901563288,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.7307472740219,
                                                    radius = 1500,
                                                    name = "Laituri SEAD Targets 2",
                                                    y = 635905.11563881,
                                                    x = -317903.66214142,
                                                    lat = 0.73180462381074,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.71783600910537,
                                            x = -295426.15526302,
                                            speed = 222.22222222222,
                                            y = 571746.92822458,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.73286090726727,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73066287491388,
                                                    radius = 1500,
                                                    name = "Laituri Targets 1",
                                                    y = 635510.69994731,
                                                    x = -318010.91851885,
                                                    lat = 0.73179436887835,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.73073816039964,
                                                    radius = 1500,
                                                    name = "Laituri Targets 2",
                                                    y = 635856.76087183,
                                                    x = -317859.18118994,
                                                    lat = 0.73181231507202,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.72575745580024,
                                            x = -313609.69626185,
                                            speed = 222.22222222222,
                                            y = 611494.7900062,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7348184639279,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72575275325996,
                                            x = -301139.69464779,
                                            speed = 222.22222222222,
                                            y = 610205.16613609,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73782313463978,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71875911615654,
                                            x = -285277.17996621,
                                            speed = 222.22222222222,
                                            y = 575173.18594241,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74976869714299,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70591238717258,
                                            x = -214805.06125141,
                                            speed = 138.88888888889,
                                            y = 507666.92913927,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 601,
                                        lat = 0.752425,
                                        skill = "Excellent",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Bambora SEAD 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- 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 = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 43,
                                            chaff = 85,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "401",
                                        }, -- end of callsign
                                        onboard_num = 40,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 602,
                                        lat = 0.752418,
                                        skill = "Excellent",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Bambora SEAD 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 = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- 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 = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}",
                                                }, -- 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 = "9800",
                                            flare = 43,
                                            chaff = 85,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "402",
                                        }, -- end of callsign
                                        onboard_num = 40,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Bambora SEAD Escort",
                                groupId = 241,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74694141505718,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70813433087403,
                                            x = -231877.48770768,
                                            speed = 138.88888888889,
                                            y = 519695.69123484,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7364284215241,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71791309383506,
                                            x = -294546.55350536,
                                            speed = 222.22222222222,
                                            y = 572029.91046409,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7330175355388,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72568474685566,
                                            x = -312646.83496645,
                                            speed = 222.22222222222,
                                            y = 611049.59978644,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73493945483412,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72567988577917,
                                            x = -300404.01417486,
                                            speed = 222.22222222222,
                                            y = 609782.57481778,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792495952286,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71884900669427,
                                            x = -284587.66919949,
                                            speed = 222.22222222222,
                                            y = 575535.95758792,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74973848177446,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70606601432659,
                                            x = -214934.13138876,
                                            speed = 138.88888888889,
                                            y = 508404.30775877,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 605,
                                        lat = 0.752425,
                                        skill = "Excellent",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Bambora 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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "501",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 606,
                                        lat = 0.752418,
                                        skill = "Excellent",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Bambora 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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "502",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Kuznetsov High CAP",
                                groupId = 242,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1190,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 12,
                                            lat = 0.74585744826966,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68926565948475,
                                            x = -246203.19617379,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 431736.34558861,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74119174794323,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69989777192992,
                                            x = -271874.56944379,
                                            speed = 222.22222222222,
                                            y = 484152.85407193,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.7296745853756,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72124637038323,
                                            x = -336042.46347553,
                                            speed = 222.22222222222,
                                            y = 592035.20312777,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.7379473558173,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72551987267171,
                                            x = -281317.65520534,
                                            speed = 194.44444444444,
                                            y = 607085.05398794,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74105520136667,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7000646028781,
                                            x = -272677.80881019,
                                            speed = 166.66666666667,
                                            y = 485011.128996,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 12,
                                            lat = 0.74585744826966,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68926565948475,
                                            x = -246203.19617379,
                                            speed = 138.88888888889,
                                            helipadId = 12,
                                            y = 431736.34558861,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 607,
                                        lat = 0.74585744826966,
                                        skill = "Excellent",
                                        y = 431736.34558861,
                                        long = 0.68926565948475,
                                        x = -246203.19617379,
                                        name = "Kuznetsov CAP 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 = "{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 = "{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 = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "701",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 608,
                                        lat = 0.74585044826966,
                                        skill = "Excellent",
                                        y = 431772.69005479,
                                        long = 0.68927265948475,
                                        x = -246245.28215577,
                                        name = "Kuznetsov CAP 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 = "{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 = "{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 = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "702",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 609,
                                        lat = 0.74584344826966,
                                        skill = "Excellent",
                                        y = 431809.03452097,
                                        long = 0.68927965948475,
                                        x = -246287.36813774,
                                        name = "Kuznetsov CAP 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- 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 = "{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 = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 7,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "703",
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [7]
                            [8] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "My Flight",
                                groupId = 243,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 128,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7453852625415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71622988579316,
                                            x = -238255.71672192,
                                            speed = 138.88888888889,
                                            y = 558616.4589028,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73555529958477,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71628710383883,
                                            x = -300847.30931029,
                                            speed = 138.88888888889,
                                            y = 564857.98954985,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73005368008347,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71861899241138,
                                            x = -334837.63851704,
                                            speed = 138.88888888889,
                                            y = 579281.75990832,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72688435292244,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72605955703304,
                                                    radius = 1500,
                                                    name = "Batumi targets",
                                                    y = 617194.30237313,
                                                    x = -355826.78016975,
                                                    lat = 0.72621229015004,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72343485250192,
                                            x = -352796.54228271,
                                            speed = 138.88888888889,
                                            y = 604222.9301405,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73194956494982,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72725988259399,
                                            x = -318691.50081191,
                                            speed = 138.88888888889,
                                            y = 619217.63264842,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73363118903561,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73437894628784,
                                                    radius = 500,
                                                    y = 651408.61456806,
                                                    x = -299438.38454137,
                                                    lat = 0.73441646098335,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73225820582334,
                                            x = -305514.7582396,
                                            speed = 138.88888888889,
                                            y = 641876.97964538,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73341044650435,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72940132894178,
                                            x = -308340.09462134,
                                            speed = 138.88888888889,
                                            y = 628448.04256967,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72727575055161,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72472735902314,
                                            x = -349692.47839541,
                                            speed = 138.88888888889,
                                            y = 610155.88484558,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 610,
                                        lat = 0.748055,
                                        skill = "Player",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Me",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 611,
                                        lat = 0.748048,
                                        skill = "Excellent",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Wingman 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 645,
                                        lat = 0.748041,
                                        skill = "Excellent",
                                        y = 564461.49643417,
                                        long = 0.717823,
                                        x = -220614.54225875,
                                        name = "Wingman 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 646,
                                        lat = 0.748034,
                                        skill = "Excellent",
                                        y = 564498.71528667,
                                        long = 0.71783,
                                        x = -220655.94517483,
                                        name = "Wingman 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{CBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [8]
                            [9] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "My Escort",
                                groupId = 244,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74536538982182,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71668782779077,
                                            x = -238173.92397956,
                                            speed = 166.66666666667,
                                            y = 560776.23782728,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73555578191529,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71661330378898,
                                            x = -300696.07116024,
                                            speed = 166.66666666667,
                                            y = 566403.64152141,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73017791356117,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71886804248895,
                                            x = -333933.17360138,
                                            speed = 138.88888888889,
                                            y = 580393.29943829,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72707277480086,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72364047453902,
                                            x = -351499.88890914,
                                            speed = 138.88888888889,
                                            y = 605089.76604324,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73236125586261,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72514052182751,
                                            x = -317090.75206538,
                                            speed = 180.55555555556,
                                            y = 608880.64688091,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73773702585682,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72507359197551,
                                            x = -282873.15056809,
                                            speed = 180.55555555556,
                                            y = 605110.1332636,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74517779308591,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7171267429241,
                                            x = -239169.25880273,
                                            speed = 138.88888888889,
                                            y = 562957.15795627,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [9]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 120,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 612,
                                        lat = 0.748055,
                                        skill = "Excellent",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "601",
                                        }, -- end of callsign
                                        onboard_num = 60,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 613,
                                        lat = 0.748048,
                                        skill = "Excellent",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "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 = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- 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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "602",
                                        }, -- end of callsign
                                        onboard_num = 60,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 614,
                                        lat = 0.748041,
                                        skill = "Excellent",
                                        y = 564461.49643417,
                                        long = 0.717823,
                                        x = -220614.54225875,
                                        name = "Escort 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "603",
                                        }, -- end of callsign
                                        onboard_num = 60,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 615,
                                        lat = 0.748034,
                                        skill = "Excellent",
                                        y = 564498.71528667,
                                        long = 0.71783,
                                        x = -220655.94517483,
                                        name = "Escort 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = "{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 = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "604",
                                        }, -- end of callsign
                                        onboard_num = 60,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [9]
                            [10] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "HQ Bomber Group 1",
                                groupId = 254,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73641200943783,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72839206515532,
                                            x = -289713.09546439,
                                            speed = 222.22222222222,
                                            y = 621688.12997277,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73614743846539,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73437630705579,
                                                    radius = 100,
                                                    name = "Enemy HQ Targets",
                                                    y = 651393.65922466,
                                                    x = -299416.70698132,
                                                    lat = 0.73442007474528,
                                                    categories = 
                                                    {
                                                        [1] = "Buildings",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72917952823802,
                                            x = -291011.42627205,
                                            speed = 222.22222222222,
                                            y = 625591.29326731,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73308932085252,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73834415752277,
                                            x = -305855.92760113,
                                            speed = 222.22222222222,
                                            y = 671168.98754116,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73827473214525,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74744997704771,
                                            x = -267926.22151382,
                                            speed = 166.66666666667,
                                            y = 710608.90867088,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75723833539878,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75529124528795,
                                            x = -142665.09472453,
                                            speed = 166.66666666667,
                                            y = 732809.9187439,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 639,
                                        lat = 0.73641200943783,
                                        skill = "Excellent",
                                        long = 0.72839206515532,
                                        x = -289713.09546439,
                                        name = "HQ Strike 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 = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- 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 = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 621688.12997277,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "801",
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 650,
                                        lat = 0.73640500943783,
                                        skill = "Excellent",
                                        long = 0.72839906515532,
                                        x = -289754.31590201,
                                        name = "HQ Strike 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 = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- 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 = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 621725.92415483,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 2,
                                            name = "802",
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 651,
                                        lat = 0.73639800943783,
                                        skill = "Excellent",
                                        long = 0.72840606515532,
                                        x = -289795.53633964,
                                        name = "HQ Strike 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- 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 = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 621763.71833691,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 3,
                                            name = "803",
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 652,
                                        lat = 0.73639100943783,
                                        skill = "Excellent",
                                        long = 0.72841306515532,
                                        x = -289836.75677726,
                                        name = "HQ Strike 4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- 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 = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- 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 = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 621801.51251897,
                                        callsign = 
                                        {
                                            [1] = 8,
                                            [2] = 0,
                                            [3] = 4,
                                            name = "804",
                                        }, -- end of callsign
                                        onboard_num = 80,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [10]
                        }, -- 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 10",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 290669,
    start_time = 21600,
    forcedOptions = 
    {
        civTraffic = 1,
    }, -- 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
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
