mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"101, Inbound aircraft spotted 50km to the SW. Launching fighter aircraft at this time. \", \"10\");a_activate_group(\"Ukrainian CAP\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"101, Helo air support enroute.\", \"10\");a_activate_group(\"Ukrainian Ground Attack Backup\"); mission.trig.func[2]='';",
        }, -- 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",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"17\", \"Launch CAP\") )",
            [2] = "return(c_unit_in_zone(\"1\", \"Launch Helo Support\") )",
        }, -- 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 = 1,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 100,
            predicate = "score",
            comment = "Georgian Assault Force",
        }, -- end of [1]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"17\", \"Launch CAP\") then a_out_text_delay(\"101, Inbound aircraft spotted 50km to the SW. Launching fighter aircraft at this time. \", \"10\");a_activate_group(\"Ukrainian CAP\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"1\", \"Launch Helo Support\") then a_out_text_delay(\"101, Helo air support enroute.\", \"10\");a_activate_group(\"Ukrainian Ground Attack Backup\"); mission.trigfunc[2]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 10,
                dir = 24,
            }, -- end of at8000
            atGround = 
            {
                speed = 3,
                dir = 310,
            }, -- end of atGround
            at2000 = 
            {
                speed = 6,
                dir = 47,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 5,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 18,
        }, -- end of season
        clouds = 
        {
            density = 3,
            thickness = 500,
            base = 0,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Georgian Assault Force\")  then a_set_mission_result(100) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Georgian Assault Force\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(100)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 10000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75436426101016,
                hidden = true,
                long = 0.70458652024355,
                x = -186084.14722139,
                name = "Launch CAP",
                y = 498877.83889473,
            }, -- end of [1]
            [2] = 
            {
                radius = 100,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.7571308166589,
                hidden = true,
                long = 0.69938332787004,
                x = -170569.76263871,
                name = "Launch Helo Support",
                y = 473143.81672758,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.69830053409738,
        zoom = 100000,
        centerX = 0.75743475901283,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
            [2] = 3,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Ukraine and Georgia have been feuding over the border they share for years now.  Georgia proposes to move the current border North to the Ukrainian city of Sochi.  Georgia is asking for control of Sochi in order to get another port city for commerce and tourism.  In return Georgia will pay 1 million Euros a year for the next 25 years.  Ukraine denied the proposal.  The residents in the city of Sochi have protested the request as well. \
\
Turkey has decided to help Georgia and provided support in the event miltary actions do take place.  The Turkish government has provided the use of their air force to help fill in the gap for Georgia's lack of fighters. Thie allows Georgia to fly operations with CAP cover.\
\
With the Turkish F-4s flying over the border, Sochi has lost most of its summer time tourism last year.  The population of the city is down by more than half because of the military flights overhead.\
\
NATO is pushing for a peaceful outcome over the border situation.  Russia has been asked by NATO to provide support for Ukraine.  Russia has shown no need to be involved with the on going border fiasco.  With constant pressure from other countries as well, Russia has offered only a couple of fighters.  With Russia's carrier in the yards for an overhaul,  Ukraine will be hosting two Su-33's compliments of Russia.\
\
Within the last couple of weeks, Georgia has placed a mechanized division at the airfield outside the city of Kutaisi.  From the satellite images, intel indicates the division is not at the airfield for training.  The division is set up for an assault with the ability to attack the Sochi airfield in 6 hours.\
\
With that new information your are now on high alert...",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "The mechanized division is missing!\
\
The latest infrared image at 2200L shows no trace of the vehicle campsite at the Kutaisi airfield.  Ukraine launched a MiG-25 to recon the routes from Kutaisi to Sochi.\
\
The Georgian Assault Force has been located south of the Sukhomi airfield.  The MiG-25 recorded their location at 0330L.  This puts the division 3 hours outside the Sochi airfield.  On top of that, two of the Turkish F-4s are missing from the Sukhomi airfield.  The F-4’s normally stay on the deck overnight.  The pilot of the MiG-25 did report a air-to-air search radar on his radar warning receiver while he was in the vicinity of the Georgian Assault Force.  This means the mechanized division has the F-4’s flying as an escort.  A pair of MiG-25’s will take off and provide CAP right after you get off the ground.\
Georgia has also mobilized two ships, Molniya and Grisha class.  Those two ships appear to be hugging the coastline trying to match their speed with the mechanized division.  We believe they are trying to provide extra air cover for the Georgian Assault Force.  Right now, the ships are not providing any protection.  The division seems to have gotten an early start.  From our calculations the ships are at least 30 minutes from providing any air coverage for the division.  Ukraine is sending a flight of Su-24’s to deal with the ships.  They will be up and on station by the time you take off.\
\
We need you to slow down the advance of the Georgian Assault Force.  We have a bridge picked out to be destroyed.  This should bottleneck the advancing forces and give you enough time to destroy the element.  Remember the division contains a ZSU-23 Shilka and a ZU-23 AAA gun mounted on a Ural truck.  Take out those two units first and the rest should be easy for you.  You need to destroy the division fast before they discover another route to the airfield.\
\
Sochi was never prepared to be attacked be ground forces.  Ukraine rushed and set up a couple elements for base defense but nothing that can withstand the force that Georgia is currently sending.  That is also the reason why your flight is outfitted with only rockets and bombs.  Intel was forecasting an air assault.  The city itself is barren except for a few city dwellers that couldn’t afford to leave the area.  With the city almost empty, you still need to make sure your bombs go on target.  Good hunting.\
\
Airspace Deconfliction\
0 to 2000m – Su-33\
2000 to 4000m – Su-24\
4000 to 10000m – MiG-25",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [2] = "Georgian Stompin' 02{302DEE86-F86F-4c61-97A8-EF9E59038E16}.jpg",
        [3] = "Georgian Stompin' 03{0EAE9B78-69B6-41b8-B70C-C773F85E3007}.jpg",
        [1] = "Georgian Stompin' 01{ADA621E0-D7C0-4fd7-A004-5643D393572D}.jpg",
        [4] = "Georgian Stompin' 04{99527D6C-1515-433b-9E3D-E54045E3CDF9}.jpg",
        [5] = "Georgian Stompin' 05{974AE0DC-FF34-4676-AD55-E0AD1652A821}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 17,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "101, Inbound aircraft spotted 50km to the SW. Launching fighter aircraft at this time. ",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 6,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Launch CAP",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "101, Helo air support enroute.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 9,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Launch Helo Backup",
        }, -- end of [2]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75419806640658,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70212563568635,
                                            x = -188153.39507392,
                                            speed = 12.5,
                                            y = 487516.75123172,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75609874945812,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69970639716444,
                                            x = -177013.56190198,
                                            speed = 12.5,
                                            y = 475215.93964863,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75772587440421,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69583386676728,
                                            x = -168163.38437709,
                                            speed = 12.5,
                                            y = 456340.58367282,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 13,
                                        lat = 0.75419806640658,
                                        skill = "High",
                                        long = 0.70212563568635,
                                        x = -188153.39507392,
                                        name = "Unit #11",
                                        heading = -0.74661518224084,
                                        y = 487516.75123172,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 14,
                                        lat = 0.75405806640658,
                                        skill = "Average",
                                        long = 0.70226563568635,
                                        x = -188989.17989979,
                                        name = "Unit #12",
                                        heading = -0.74661518224084,
                                        y = 488247.09775313,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Georgian Air Defense",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.69683292250037,
                                                lat = 0.75819737144337,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.69677273352991,
                                                lat = 0.75819140438048,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.69691132386867,
                                                lat = 0.758213207813,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                long = 0.69678425022,
                                                lat = 0.75819201045069,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.69677273352991,
                                                lat = 0.75819140438048,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.69678425022,
                                                lat = 0.75819201045069,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.69683292250037,
                                                lat = 0.75819737144337,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.69687211622176,
                                                lat = 0.75820370088493,
                                            }, -- end of [7]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.69706773845051,
                                                lat = 0.75827667036082,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.69691132386867,
                                                lat = 0.758213207813,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.69692154950242,
                                                lat = 0.75821568713145,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.69691132386867,
                                                lat = 0.758213207813,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.69692154950242,
                                                lat = 0.75821568713145,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.69695877588416,
                                                lat = 0.75822833735199,
                                            }, -- end of [5]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                long = 0.69892742309129,
                                                lat = 0.75716768006463,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                long = 0.700086885048,
                                                lat = 0.75685794268362,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.69973556703953,
                                                lat = 0.7570624367079,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                long = 0.69891989244579,
                                                lat = 0.75716586944189,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                long = 0.69891276236725,
                                                lat = 0.75715547599075,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                long = 0.69890576422166,
                                                lat = 0.75715269018016,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                long = 0.69846661326588,
                                                lat = 0.75724028389238,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                long = 0.69971751153282,
                                                lat = 0.75708012832755,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                long = 0.69845539467819,
                                                lat = 0.75724380238544,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                long = 0.69844341759121,
                                                lat = 0.75725192140779,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                long = 0.69843638011731,
                                                lat = 0.75726271927257,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                long = 0.69843549120265,
                                                lat = 0.75727455119705,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                long = 0.69970501100079,
                                                lat = 0.75710022160797,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                long = 0.69844067716157,
                                                lat = 0.75728585145198,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                long = 0.69846526821144,
                                                lat = 0.75730851703426,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                long = 0.69847949543119,
                                                lat = 0.75732907370904,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                long = 0.69849544659213,
                                                lat = 0.75737747491158,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                long = 0.69969882017602,
                                                lat = 0.75712180597938,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                long = 0.69849444416112,
                                                lat = 0.75737997069762,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                long = 0.69835418918138,
                                                lat = 0.75739607830579,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                long = 0.69835418918138,
                                                lat = 0.75739607830579,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                long = 0.70003269871613,
                                                lat = 0.75688419850248,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                long = 0.69969980567303,
                                                lat = 0.75715503423708,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                long = 0.69828102443947,
                                                lat = 0.75739744544909,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                long = 0.6982612808161,
                                                lat = 0.75740360778818,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                long = 0.69824467908622,
                                                lat = 0.75741365921363,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                long = 0.69823273257624,
                                                lat = 0.75742672149327,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                long = 0.69969721517164,
                                                lat = 0.75715865024283,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                long = 0.69816740673723,
                                                lat = 0.7575767788725,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                long = 0.69816740673723,
                                                lat = 0.7575767788725,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                long = 0.6981624992824,
                                                lat = 0.75760322610731,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                long = 0.69815868644495,
                                                lat = 0.75761029146265,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                long = 0.69962374007997,
                                                lat = 0.75715812377871,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                long = 0.69814195428824,
                                                lat = 0.75761925088269,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                long = 0.69813157353881,
                                                lat = 0.75762137946137,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                long = 0.69813157353881,
                                                lat = 0.75762137946137,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                long = 0.69812554363519,
                                                lat = 0.75762261586836,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                long = 0.69961909274449,
                                                lat = 0.75715888425837,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                long = 0.69808980368155,
                                                lat = 0.75761994616835,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                long = 0.69808980368155,
                                                lat = 0.75761994616835,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                long = 0.69805821096439,
                                                lat = 0.7576196118235,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                long = 0.700086885048,
                                                lat = 0.75685794268362,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.69993491745692,
                                                lat = 0.75694510757621,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                long = 0.69961909274449,
                                                lat = 0.75715888425837,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                long = 0.69791820697449,
                                                lat = 0.7576494131717,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                long = 0.69791063914104,
                                                lat = 0.75764822908626,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                long = 0.69790197254425,
                                                lat = 0.75763753367506,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                long = 0.69961814134899,
                                                lat = 0.75715627404643,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                long = 0.69788816309632,
                                                lat = 0.75763359215346,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                long = 0.69781621973241,
                                                lat = 0.75768393866954,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                long = 0.69779829992832,
                                                lat = 0.75769477389672,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                long = 0.69960535661341,
                                                lat = 0.75714545013009,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                long = 0.69771087765342,
                                                lat = 0.75773052028873,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                long = 0.69771087765342,
                                                lat = 0.75773052028873,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                long = 0.6976383326152,
                                                lat = 0.75776456625728,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                long = 0.69955293327802,
                                                lat = 0.75711691556833,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                long = 0.69758757469534,
                                                lat = 0.75780638312302,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                long = 0.69758158855485,
                                                lat = 0.75781051841911,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                long = 0.69991243478114,
                                                lat = 0.75696354840452,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                long = 0.69953578614482,
                                                lat = 0.7571129578192,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                long = 0.69740961103167,
                                                lat = 0.75783894395232,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                long = 0.69740379840926,
                                                lat = 0.75783804315806,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                long = 0.69738601337223,
                                                lat = 0.75782389874316,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                long = 0.69951796498875,
                                                lat = 0.75711336009603,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                long = 0.6973126226125,
                                                lat = 0.75779360238975,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                long = 0.69729404375132,
                                                lat = 0.75778939849944,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                long = 0.69727465653314,
                                                lat = 0.75778940509329,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                long = 0.69945683509499,
                                                lat = 0.75712909664396,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                long = 0.69715301764899,
                                                lat = 0.75781912956357,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                long = 0.69711564553742,
                                                lat = 0.75784637742062,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                long = 0.69708895351195,
                                                lat = 0.75785970422815,
                                            }, -- end of [90]
                                            [23] = 
                                            {
                                                long = 0.69941773520697,
                                                lat = 0.75712611037359,
                                            }, -- end of [23]
                                            [92] = 
                                            {
                                                long = 0.69679979549042,
                                                lat = 0.75795245722797,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                long = 0.6966980891441,
                                                lat = 0.75803519489056,
                                            }, -- end of [93]
                                            [6] = 
                                            {
                                                long = 0.69987557173959,
                                                lat = 0.75698877486376,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                long = 0.69935045583966,
                                                lat = 0.7571343745662,
                                            }, -- end of [24]
                                            [96] = 
                                            {
                                                long = 0.69659624345753,
                                                lat = 0.75816488799985,
                                            }, -- end of [96]
                                            [97] = 
                                            {
                                                long = 0.69659624345753,
                                                lat = 0.75816488799985,
                                            }, -- end of [97]
                                            [98] = 
                                            {
                                                long = 0.69668082600804,
                                                lat = 0.75818934888066,
                                            }, -- end of [98]
                                            [25] = 
                                            {
                                                long = 0.69922839466337,
                                                lat = 0.75713810776994,
                                            }, -- end of [25]
                                            [100] = 
                                            {
                                                long = 0.69677273352991,
                                                lat = 0.75819140438048,
                                            }, -- end of [100]
                                            [26] = 
                                            {
                                                long = 0.69922839466337,
                                                lat = 0.75713810776994,
                                            }, -- end of [26]
                                            [47] = 
                                            {
                                                long = 0.69830244953046,
                                                lat = 0.7573955761235,
                                            }, -- end of [47]
                                            [63] = 
                                            {
                                                long = 0.69801738309175,
                                                lat = 0.75762416286765,
                                            }, -- end of [63]
                                            [94] = 
                                            {
                                                long = 0.69666623443003,
                                                lat = 0.75806468993638,
                                            }, -- end of [94]
                                            [27] = 
                                            {
                                                long = 0.6992172439433,
                                                lat = 0.75713848583133,
                                            }, -- end of [27]
                                            [67] = 
                                            {
                                                long = 0.69789613040275,
                                                lat = 0.75763357408301,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                long = 0.69775587640824,
                                                lat = 0.75771166569127,
                                            }, -- end of [71]
                                            [7] = 
                                            {
                                                long = 0.69975852981317,
                                                lat = 0.75704805062133,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                long = 0.69904440240333,
                                                lat = 0.75716278874609,
                                            }, -- end of [28]
                                            [75] = 
                                            {
                                                long = 0.69761830727894,
                                                lat = 0.75777678510099,
                                            }, -- end of [75]
                                            [79] = 
                                            {
                                                long = 0.69747213846236,
                                                lat = 0.75783378456521,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                long = 0.69750485648324,
                                                lat = 0.75782793527898,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                long = 0.69900121086719,
                                                lat = 0.75715887006889,
                                            }, -- end of [29]
                                            [83] = 
                                            {
                                                long = 0.69737446425444,
                                                lat = 0.75781620373586,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                long = 0.69717100254311,
                                                lat = 0.7578125359881,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                long = 0.69681588610148,
                                                lat = 0.75794527548531,
                                            }, -- end of [91]
                                            [30] = 
                                            {
                                                long = 0.69897858581228,
                                                lat = 0.75715870143483,
                                            }, -- end of [30]
                                            [95] = 
                                            {
                                                long = 0.69663952302272,
                                                lat = 0.75809677703542,
                                            }, -- end of [95]
                                            [99] = 
                                            {
                                                long = 0.69673373284334,
                                                lat = 0.75818935145217,
                                            }, -- end of [99]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69706773845051,
                                                lat = 0.75827667036082,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69733835766716,
                                                lat = 0.75826067854192,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69737193718405,
                                                lat = 0.75828850955812,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69737193718405,
                                                lat = 0.75828850955812,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75685794268362,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.700086885048,
                                            x = -172026.9777468,
                                            speed = 13.055555555556,
                                            y = 476566.40395781,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75819140438048,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69687796733195,
                                                    radius = 100,
                                                    y = 460973.4912186,
                                                    x = -165155.85782491,
                                                    lat = 0.75813507865677,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69677273352991,
                                            x = -164837.63785471,
                                            speed = 13.055555555556,
                                            y = 460454.03150135,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.758213207813,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69694494459299,
                                                    radius = 200,
                                                    y = 461250.60599139,
                                                    x = -164724.43075085,
                                                    lat = 0.75819877973798,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69691132386867,
                                            x = -164645.48081624,
                                            speed = 13.055555555556,
                                            y = 461086.56301882,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 35,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75827667036082,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.6970953849856,
                                                    radius = 100,
                                                    y = 461917.07213998,
                                                    x = -164277.08325671,
                                                    lat = 0.75825993967539,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69706773845051,
                                            x = -164181.17179943,
                                            speed = 13.055555555556,
                                            y = 461779.56321714,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 37,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.75826067854192,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69730675674678,
                                                    radius = 400,
                                                    y = 462872.16424703,
                                                    x = -163870.06293716,
                                                    lat = 0.75831108688016,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69733835766716,
                                            x = -164178.92145404,
                                            speed = 13.055555555556,
                                            y = 463046.15487237,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 1,
                                        lat = 0.75685794268362,
                                        skill = "Excellent",
                                        long = 0.700086885048,
                                        x = -172026.9777468,
                                        name = "Unit #1",
                                        heading = -1.0639057950312,
                                        y = 476566.40395781,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 2,
                                        lat = 0.75685343609271,
                                        skill = "Excellent",
                                        long = 0.70009618509408,
                                        x = -172051.96899561,
                                        name = "Unit #2",
                                        heading = -1.0639057950312,
                                        y = 476612.14671796,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 3,
                                        lat = 0.75684892943418,
                                        skill = "Excellent",
                                        long = 0.7001054851089,
                                        x = -172076.96068753,
                                        name = "Unit #3",
                                        heading = -1.0639057950312,
                                        y = 476657.88937043,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 4,
                                        lat = 0.75684442270805,
                                        skill = "Excellent",
                                        long = 0.70011478509246,
                                        x = -172101.95282241,
                                        name = "Unit #4",
                                        heading = -1.0639057950312,
                                        y = 476703.63191524,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 5,
                                        lat = 0.7568399159143,
                                        skill = "Excellent",
                                        long = 0.70012408504475,
                                        x = -172126.9454004,
                                        name = "Unit #5",
                                        heading = -1.0639057950312,
                                        y = 476749.37435233,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 6,
                                        lat = 0.75683540905295,
                                        skill = "Excellent",
                                        long = 0.70013338496578,
                                        x = -172151.93842136,
                                        name = "Unit #6",
                                        heading = -1.0639057950312,
                                        y = 476795.11668174,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 7,
                                        lat = 0.75683090212399,
                                        skill = "Excellent",
                                        long = 0.70014268485554,
                                        x = -172176.93188536,
                                        name = "Unit #7",
                                        heading = -1.0639057950312,
                                        y = 476840.85890344,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 8,
                                        lat = 0.75682639512741,
                                        skill = "Excellent",
                                        long = 0.70015198471402,
                                        x = -172201.92579247,
                                        name = "Unit #8",
                                        heading = -1.0639057950312,
                                        y = 476886.60101738,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 9,
                                        lat = 0.75682188806323,
                                        skill = "Excellent",
                                        long = 0.70016128454124,
                                        x = -172226.92014255,
                                        name = "Unit #9",
                                        heading = -1.0639057950312,
                                        y = 476932.34302364,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "BRDM-2",
                                        CLSID = "{B33FB5B1-ABF0-48E6-A06B-6886A0132786}",
                                        unitId = 10,
                                        lat = 0.75681738093144,
                                        skill = "Excellent",
                                        long = 0.70017058433719,
                                        x = -172251.91493567,
                                        name = "Unit #10",
                                        heading = -1.0639057950312,
                                        y = 476978.08492219,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Georgian Assault Force",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Turkish Escort",
                                groupId = 5,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3050,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 180.55555555556,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3050,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74804582338049,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71777577172826,
                                            x = -220605.30985506,
                                            speed = 231.38888888889,
                                            y = 564237.05381055,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3050,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75591016626679,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69717273988526,
                                                    radius = 30000,
                                                    y = 462340.01743153,
                                                    x = -164998.04335137,
                                                    lat = 0.75814205603626,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69882642963628,
                                            x = -178565.43903237,
                                            speed = 231.38888888889,
                                            y = 471226.25826294,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 17,
                                        lat = 0.737234,
                                        skill = "Excellent",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Pilot #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 412,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 18,
                                        lat = 0.737227,
                                        skill = "Excellent",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Pilot #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 532,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Your Flight",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75821675792914,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69419484065852,
                                            x = -165668.00610386,
                                            speed = 154.16666666667,
                                            y = 448488.31766013,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75687547267646,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69553165291992,
                                            x = -173695.2004182,
                                            speed = 154.16666666667,
                                            y = 455391.98117788,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75686907756775,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.6992934555718,
                                                    radius = 500,
                                                    name = "Bridge",
                                                    y = 472724.38127371,
                                                    x = -170575.31921191,
                                                    lat = 0.75713557316851,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69844002840072,
                                            x = -172612.85922033,
                                            speed = 154.16666666667,
                                            y = 468911.3065536,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75744520233749,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70012213455078,
                                                    radius = 500,
                                                    y = 476741.73666866,
                                                    x = -172144.07323019,
                                                    lat = 0.75683734856118,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69873712497534,
                                            x = -168825.43669601,
                                            speed = 154.16666666667,
                                            y = 469978.95286646,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 11,
                                        lat = 0.758225,
                                        skill = "Player",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Pilot #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 = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 45,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 12,
                                        lat = 0.758218,
                                        skill = "Excellent",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "Pilot #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 = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 65,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Ukrainian Ground Attack Backup",
                                groupId = 9,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 41.666666666667,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75721258239431,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69939307405459,
                                                    radius = 500,
                                                    y = 473200.81436032,
                                                    x = -170699.57487564,
                                                    lat = 0.757109822665,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.6992997942493,
                                            x = -170082.37594343,
                                            speed = 41.666666666667,
                                            y = 472712.3788637,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75743379981504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69732091569032,
                                            x = -169451.40943523,
                                            speed = 41.666666666667,
                                            y = 463409.46410773,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 41.666666666667,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 27,
                                        lat = 0.758225,
                                        skill = "High",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Pilot #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = 852,
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 53,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 28,
                                        lat = 0.758218,
                                        skill = "High",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "Pilot #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = 852,
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 68,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- 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.69700618561671,
                                                lat = 0.75820633218283,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69701361314239,
                                                lat = 0.75819968274485,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75824590130938,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69730705020964,
                                            x = -164285.06875584,
                                            speed = 5.5555555555556,
                                            y = 462908.56114459,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement",
                                        CLSID = "{B76231A9-4B8A-41e0-8EAD-65785077FC0C}",
                                        unitId = 23,
                                        lat = 0.75824590130938,
                                        skill = "Excellent",
                                        long = 0.69730705020964,
                                        x = -164285.06875584,
                                        name = "Unit #13",
                                        heading = 2.3127435948008,
                                        y = 462908.56114459,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 24,
                                        lat = 0.75820444406655,
                                        skill = "Average",
                                        long = 0.69729318020046,
                                        x = -164554.41420939,
                                        name = "Unit #14",
                                        heading = 2.3038346126325,
                                        y = 462866.36557444,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 25,
                                        lat = 0.75823941581152,
                                        skill = "Excellent",
                                        long = 0.69725094683683,
                                        x = -164347.94958061,
                                        name = "Unit #15",
                                        heading = 4.5472403029701,
                                        y = 462651.24519911,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 26,
                                        lat = 0.75821651165048,
                                        skill = "Excellent",
                                        long = 0.69726233861059,
                                        x = -164489.42753644,
                                        name = "Unit #16",
                                        heading = 3.8835399215957,
                                        y = 462716.51025187,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Ukrainian Base Defense",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Ukrainian Anti-ship Strike",
                                groupId = 4,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7588535804174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6950407316758,
                                            x = -161287.20500563,
                                            speed = 138.88888888889,
                                            y = 452079.68194321,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75440082403447,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6950340064271,
                                            x = -189645.64025086,
                                            speed = 166.66666666667,
                                            y = 454368.53970604,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75440515933096,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.7018461626803,
                                                    radius = 5000,
                                                    y = 486267.97794417,
                                                    x = -188884.57177393,
                                                    lat = 0.75410074992106,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69831680472316,
                                            x = -188353.08099599,
                                            speed = 166.66666666667,
                                            y = 469663.51395103,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 15,
                                        lat = 0.7588535804174,
                                        skill = "Excellent",
                                        long = 0.6950407316758,
                                        x = -161287.20500563,
                                        name = "Pilot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 452079.68194321,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 73,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 16,
                                        lat = 0.7588465804174,
                                        skill = "Excellent",
                                        long = 0.6950477316758,
                                        x = -161329.08841657,
                                        name = "Pilot #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 452115.75784631,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 64,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Ukrainian CAP",
                                groupId = 6,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 3000,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 152.77777777778,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.75336936175306,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68941776992014,
                                            x = -198312.39607689,
                                            speed = 152.77777777778,
                                            y = 428737.56626518,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.75923429728035,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7068039652475,
                                            x = -154153.18178311,
                                            speed = 152.77777777778,
                                            y = 506413.3650607,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-25PD",
                                        CLSID = "{1E65CF49-44A6-4C91-8F43-209869A5B3A7}",
                                        unitId = 19,
                                        lat = 0.758225,
                                        skill = "Excellent",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Pilot #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "15245",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 41,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-25PD",
                                        CLSID = "{1E65CF49-44A6-4C91-8F43-209869A5B3A7}",
                                        unitId = 20,
                                        lat = 0.758218,
                                        skill = "Excellent",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "Pilot #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "15245",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 35,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Georgian Stompin'",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 11039,
    start_time = 1147500,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        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
