mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Samtredia GAI\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Senaki GAI\"); mission.trig.func[2]='';",
            [3] = "a_set_flag(\"1\"); mission.trig.func[3]='';",
            [4] = "a_set_flag(\"2\"); mission.trig.func[4]='';",
            [5] = "a_set_flag(\"3\"); mission.trig.func[5]='';",
            [6] = "a_set_flag(\"4\"); mission.trig.func[6]='';",
            [7] = "a_set_flag(\"5\"); mission.trig.func[7]='';",
            [8] = "a_set_flag(\"6\"); mission.trig.func[8]='';",
            [9] = "a_set_flag(\"7\"); mission.trig.func[9]='';",
            [10] = "a_set_flag(\"8\"); mission.trig.func[10]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"224\", \"Samtredia ADF Zone\") )",
            [2] = "return(c_unit_in_zone(\"224\", \"Senaki ADF Zone\") )",
            [3] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"228\") )",
            [4] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"229\") )",
            [5] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"230\") )",
            [6] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"231\") )",
            [7] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"262\") )",
            [8] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"263\") )",
            [9] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"264\") )",
            [10] = "return(c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"265\") )",
        }, -- 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] = 
                {
                    flag = 1,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    flag = 3,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    flag = 4,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [4]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "SEAD group 1 has survived",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 5,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 6,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    flag = 7,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [3]
                [4] = 
                {
                    flag = 8,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [4]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "SEAD group 2 has survived",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 89,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "Samtredia GAI destroyed",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 90,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "Senaki GAI destroyed",
        }, -- end of [4]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"224\", \"Samtredia ADF Zone\") then a_activate_group(\"Samtredia GAI\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"224\", \"Senaki ADF Zone\") then a_activate_group(\"Senaki GAI\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"228\") then a_set_flag(\"1\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"229\") then a_set_flag(\"2\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"230\") then a_set_flag(\"3\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"231\") then a_set_flag(\"4\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"262\") then a_set_flag(\"5\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"263\") then a_set_flag(\"6\"); mission.trigfunc[8]='';end;",
        [9] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"264\") then a_set_flag(\"7\"); mission.trigfunc[9]='';end;",
        [10] = "if c_unit_in_zone_unit(\"84\", \"SEAD group zone\", \"265\") then a_set_flag(\"8\"); mission.trigfunc[10]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 790,
        wind = 
        {
            at8000 = 
            {
                speed = 5,
                dir = 208,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 232,
            }, -- end of atGround
            at2000 = 
            {
                speed = 4,
                dir = 292,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 110,
            visibility = 80,
            density = 5,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 3,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 7,
        }, -- end of season
        clouds = 
        {
            density = 6,
            thickness = 330,
            base = 3200,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_flag_is_true(\"1\") and c_flag_is_true(\"2\") and c_flag_is_true(\"3\") and c_flag_is_true(\"4\")  then a_set_mission_result(25) end",
        [2] = "if c_flag_is_true(\"5\") and c_flag_is_true(\"6\") and c_flag_is_true(\"7\") and c_flag_is_true(\"8\")  then a_set_mission_result(25) end",
        [3] = "if c_group_dead(\"Samtredia GAI\")  then a_set_mission_result(25) end",
        [4] = "if c_group_dead(\"Senaki GAI\")  then a_set_mission_result(25) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_flag_is_true(\"1\") and c_flag_is_true(\"2\") and c_flag_is_true(\"3\") and c_flag_is_true(\"4\") )",
                [2] = "return(c_flag_is_true(\"5\") and c_flag_is_true(\"6\") and c_flag_is_true(\"7\") and c_flag_is_true(\"8\") )",
                [3] = "return(c_group_dead(\"Samtredia GAI\") )",
                [4] = "return(c_group_dead(\"Senaki GAI\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(25)",
                [2] = "a_set_mission_result(25)",
                [3] = "a_set_mission_result(25)",
                [4] = "a_set_mission_result(25)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 80000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73612250497682,
                hidden = true,
                long = 0.74146837024502,
                x = -284885.65036791,
                name = "Samtredia ADF Zone",
                y = 683855.15029813,
            }, -- end of [1]
            [2] = 
            {
                radius = 80000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73728411921195,
                hidden = true,
                long = 0.73392886521721,
                x = -281396.09233016,
                name = "Senaki ADF Zone",
                y = 647321.04464722,
            }, -- end of [2]
            [3] = 
            {
                radius = 10000,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74113478413132,
                hidden = true,
                long = 0.52423823319554,
                x = -292490.37089666,
                name = "SEAD group zone",
                y = -343740.940865,
            }, -- end of [3]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73053995260572,
        zoom = 1000000,
        centerX = 0.75608990830214,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
            [2] = 17,
            [3] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "BACKGROUND:\
=========\
During the past week Frontal Aviation units based in theatre and Naval Aviation units based on the Admiral Kuznetsov have conducted limited operations against Georgian air defences and forces and Ukrainian air defence units and aircraft. Elements of the 32nd Special Forces battalion have also conducted air operations to curtail local insurgent activity.\
\
Moscow has decided that we will no longer react to enemy operations. It is time to take the initiative. This evening sees the commencement of pro-active operations against all Georgian and Ukrainian forces in-theatre.\
\
SITUATION:\
=======\
Theatre command at Krasnodar have decided that prior to the commencement of ground operations against Georgian forces and their Ukrainian backers, we must first reduce the enemy's ability to conduct air operations against us and friendly ground units. We are beginning with SEAD strikes against Samtredia and Senaki airfield defences. Your squadron will conduct an offensive fighter sweep in support of SEAD operations.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
    }, -- end of trigflag
    descriptionRedTask = "Your mission is to conduct a fighter sweep of Georgian airspace to clear the way for flights 231 and 241 who will be striking Samtredia and Senaki air defence units respectively.\
\
Note that you will be leaving friendly SAM coverage at waypoint 2. You will enter enemy radar coverage at waypoint 3 so make good use of your internal ECM equipment. Your flight plan is designed to keep you outside of known enemy SAM engagement envelopes. Follow your flight plan and land at Adler.\
\
FRIENDLY FORCES:\
===========\
Your flight: 4 * MiG-29s, callsign 111\
Samtredia SEAD flight : 4 * Su-34, callsign 231\
Senaki SEAD flight: 4 * Su-34, callsign 241\
AWACS: Red Crown, callsign 500\
AWACS escort: 2 * Su-27, callsign 511\
\
ENEMY FORCES:\
==========\
ELINT flights have confirmed the presence of 2P25 Kub (SA-6) systems,  9A33 Osa (SA-8) and multiple ZSU-23-4 Shilka units at both Samtredia and Senaki. These are the targets of the day.\
\
We have seen no sign of any GAI alert aircraft at either airfield, however stay alert to the possibility of enemy interceptors.\
\
The disposition of other enemy forces is currently unknown.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "Border 5-1{BC1E7848-F1E8-45a2-8EAD-C90209333593}.png",
        [2] = "Border 5-2{69EF8EEB-3FAE-4d9d-91AA-76B9FA35C17B}.png",
        [4] = "Border 5-4{EEF5BB5A-DC63-46ce-BD14-69B045CE52B2}.png",
        [3] = "Border 5-3{F850701E-0B69-4c46-BC70-10C5B9B2ECC5}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 224,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 89,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Samtredia GAI Active",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 224,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 90,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Senaki GAI Active",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 228,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 1-1 landing",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 229,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 1-2 landing",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 230,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 3,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 1-3 landing",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 231,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 4,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 1-4 landing",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 262,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 5,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 2-1 landing",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 263,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 6,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 2-2 landing",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 264,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 7,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 2-3 landing",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 84,
                    zone = 4,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 265,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 8,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "SEAD 2-4 landing",
        }, -- end of [10]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74123145516343,
                                                lat = 0.7360781086754,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74124049490612,
                                                lat = 0.73607272011541,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7360781086754,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74123145516343,
                                            x = -285293.04636929,
                                            speed = 0,
                                            y = 682763.85011768,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 65,
                                        lat = 0.7360781086754,
                                        skill = "Good",
                                        long = 0.74123145516343,
                                        x = -285293.04636929,
                                        name = "Samtredia Shilka West",
                                        heading = 4.5378560551853,
                                        y = 682763.85011768,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 66,
                                        lat = 0.73614076266968,
                                        skill = "Good",
                                        long = 0.74171203961507,
                                        x = -284641.27144811,
                                        name = "Samtredia Shilka East",
                                        heading = 1.3962634015955,
                                        y = 684997.21259147,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 67,
                                        lat = 0.736095963495,
                                        skill = "High",
                                        long = 0.74146721086972,
                                        x = -285055.39287062,
                                        name = "Samtredia Kub STR",
                                        heading = 5.9341194567807,
                                        y = 683868.68529377,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 68,
                                        lat = 0.73609371151986,
                                        skill = "Good",
                                        long = 0.74143821034542,
                                        x = -285084.98138935,
                                        name = "Samtredia Kub launcher",
                                        heading = 0.087266462599716,
                                        y = 683732.8184059,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 258,
                                        lat = 0.73609749162361,
                                        skill = "Good",
                                        long = 0.74149151322963,
                                        x = -285032.88559969,
                                        name = "Samtredia Kub launcher 2",
                                        heading = 0.34906585039887,
                                        y = 683982.79880413,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 260,
                                        lat = 0.73614800148615,
                                        skill = "Good",
                                        long = 0.74140211693791,
                                        x = -284757.98809993,
                                        name = "Samtredia Osa",
                                        heading = 6.1086523819802,
                                        y = 683522.78395578,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Samtredia ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73047099021946,
                                                lat = 0.73175022567742,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73047695009631,
                                                lat = 0.73174221439482,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73174966488576,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73047124135155,
                                            x = -318390.93121881,
                                            speed = 0,
                                            y = 634629.18787013,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 69,
                                        lat = 0.73174966488576,
                                        skill = "Good",
                                        long = 0.73047124135155,
                                        x = -318390.93121881,
                                        name = "Laituri Shilka West",
                                        heading = 4.4505895925855,
                                        y = 634629.18787013,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 70,
                                        lat = 0.73185389692597,
                                        skill = "Good",
                                        long = 0.73090916759414,
                                        x = -317509.30551235,
                                        name = "Laituri Shilka East",
                                        heading = 1.3089969389957,
                                        y = 636642.28492343,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 71,
                                        lat = 0.73179084378789,
                                        skill = "Good",
                                        long = 0.73071399338119,
                                        x = -318007.99313246,
                                        name = "Laituri Kub STR",
                                        heading = 5.9341194567807,
                                        y = 635755.9669759,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 72,
                                        lat = 0.73178795961285,
                                        skill = "Good",
                                        long = 0.7306986469071,
                                        x = -318033.9918039,
                                        name = "Laituri Kub launcher",
                                        heading = 5.5850536063819,
                                        y = 635684.91747826,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Laituri ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72632166837161,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72589953742205,
                                            x = -355206.94324193,
                                            speed = 0,
                                            y = 616360.6139431,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 74,
                                        lat = 0.72632166837161,
                                        skill = "Good",
                                        long = 0.72589953742205,
                                        x = -355206.94324193,
                                        name = "Batumi Shilka West",
                                        heading = 5.4977871437821,
                                        y = 616360.6139431,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 75,
                                        lat = 0.72610300226265,
                                        skill = "Good",
                                        long = 0.72623081546697,
                                        x = -356440.62648049,
                                        name = "Batumi Shilka East",
                                        heading = 2.1073957335614,
                                        y = 618081.63147029,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 76,
                                        lat = 0.72621189156079,
                                        skill = "Good",
                                        long = 0.72606726321389,
                                        x = -355825.60695464,
                                        name = "Batumi Kub STR",
                                        heading = 0.5235987755983,
                                        y = 617231.37352447,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 77,
                                        lat = 0.72621771097781,
                                        skill = "Good",
                                        long = 0.72605049446934,
                                        x = -355796.60618672,
                                        name = "Batumi Kub launcher",
                                        heading = 0.17453292519943,
                                        y = 617147.57622474,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Batumi ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73373130889223,
                                                lat = 0.73727139799605,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73389833834016,
                                                lat = 0.73726656719306,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727139799605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73373130889223,
                                            x = -281578.17850839,
                                            speed = 0,
                                            y = 646395.71901218,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 60,
                                        lat = 0.73727139799605,
                                        skill = "Good",
                                        long = 0.73373130889223,
                                        x = -281578.17850839,
                                        name = "Senaki Shilka West",
                                        heading = 4.8869219055841,
                                        y = 646395.71901218,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 61,
                                        lat = 0.73724523140004,
                                        skill = "Good",
                                        long = 0.73413816554796,
                                        x = -281536.83475505,
                                        name = "Senaki Shilka East",
                                        heading = 1.7453292519943,
                                        y = 648336.91082232,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 62,
                                        lat = 0.73741947238826,
                                        skill = "Good",
                                        long = 0.73388955271905,
                                        x = -280553.77416641,
                                        name = "Senaki Shilka North",
                                        heading = 0.17453292519943,
                                        y = 647043.34667591,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 63,
                                        lat = 0.73726527898251,
                                        skill = "High",
                                        long = 0.73385715768224,
                                        x = -281552.80714402,
                                        name = "Senaki Kub STR",
                                        heading = 5.4803338512622,
                                        y = 646994.82788113,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 64,
                                        lat = 0.73726302461768,
                                        skill = "Good",
                                        long = 0.73388320004935,
                                        x = -281553.85299402,
                                        name = "Senaki Kub launcher",
                                        heading = 0.26179938779915,
                                        y = 647119.47426456,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 259,
                                        lat = 0.73726391026046,
                                        skill = "Good",
                                        long = 0.73382566018742,
                                        x = -281577.63610008,
                                        name = "Senaki Kub launcher 2",
                                        heading = 6.0213859193804,
                                        y = 646846.85060138,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 261,
                                        lat = 0.73725634206332,
                                        skill = "Good",
                                        long = 0.73397686211459,
                                        x = -281548.53272961,
                                        name = "Senaki Osa",
                                        heading = 0.48110090152075,
                                        y = 647566.8011145,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Senaki ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Samtredia GAI",
                                groupId = 89,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 219,
                                        lat = 0.736122,
                                        skill = "Good",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Samtredia GAI 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = 3800,
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 220,
                                        lat = 0.736115,
                                        skill = "Average",
                                        y = 683891.96105378,
                                        long = 0.741475,
                                        x = -284929.99166026,
                                        name = "Samtredia GAI 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Senaki GAI",
                                groupId = 90,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "GAI",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 221,
                                        lat = 0.737234,
                                        skill = "Good",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Senaki GAI 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 222,
                                        lat = 0.737227,
                                        skill = "Average",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Senaki GAI 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- 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 [3]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78172386678071,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64183372350761,
                                            x = -31424.528796232,
                                            speed = 6.9444444444444,
                                            y = 198689.46939515,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77172294480387,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65139711653332,
                                            x = -92937.167831476,
                                            speed = 6.9444444444444,
                                            y = 245415.99494321,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76531701547874,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67024064017849,
                                            x = -128605.95048504,
                                            speed = 6.9444444444444,
                                            y = 334395.9758731,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75349243722524,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68671998396449,
                                            x = -198490.01182168,
                                            speed = 6.9444444444444,
                                            y = 416101.5143675,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 12,
                                        lat = 0.78172386678071,
                                        skill = "Excellent",
                                        long = 0.64183372350761,
                                        x = -31424.528796232,
                                        name = "Kuznetsov",
                                        heading = 2.5396843603965,
                                        y = 198689.46939515,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 13,
                                        lat = 0.78212297073142,
                                        skill = "Excellent",
                                        long = 0.64242786286846,
                                        x = -28754.740910775,
                                        name = "Rezky 1",
                                        heading = 0.0077339331120441,
                                        y = 201264.1398574,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 14,
                                        lat = 0.7821138249847,
                                        skill = "Excellent",
                                        long = 0.6412479293901,
                                        x = -29066.035357527,
                                        name = "Rezky 2",
                                        heading = -0.041021706530419,
                                        y = 195918.67113071,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 15,
                                        lat = 0.78169732977318,
                                        skill = "Excellent",
                                        long = 0.64289596080162,
                                        x = -31363.655824157,
                                        name = "Neutrashimy 1",
                                        heading = 0.0077339331120441,
                                        y = 203510.06193837,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 16,
                                        lat = 0.78171917421404,
                                        skill = "Excellent",
                                        long = 0.64072529060745,
                                        x = -31684.675779905,
                                        name = "Neutrashimy 2",
                                        heading = 0.0077339331120441,
                                        y = 193659.80868449,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 17,
                                        lat = 0.78242757609138,
                                        skill = "Excellent",
                                        long = 0.64183765483414,
                                        x = -26942.922425809,
                                        name = "Grishna 1",
                                        heading = 0.0077339331120441,
                                        y = 198500.52200535,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 18,
                                        lat = 0.78099409181905,
                                        skill = "Excellent",
                                        long = 0.64183831561775,
                                        x = -36070.259731586,
                                        name = "Grishna 2",
                                        heading = 0.0077339331120441,
                                        y = 198924.6933062,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.78002224157816,
                                        skill = "Excellent",
                                        long = 0.64350496562452,
                                        x = -41897.750506516,
                                        name = "Grishna 3",
                                        heading = 2.5396843603965,
                                        y = 206780.2931228,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 20,
                                        lat = 0.78133873901458,
                                        skill = "Excellent",
                                        long = 0.64121207695124,
                                        x = -34008.525841694,
                                        name = "Molniya 1",
                                        heading = 0.0077339331120441,
                                        y = 195983.49230658,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 21,
                                        lat = 0.78127630305432,
                                        skill = "Excellent",
                                        long = 0.64247637180557,
                                        x = -34135.264824121,
                                        name = "Molniya 2",
                                        heading = 0.0077339331120441,
                                        y = 201732.68726683,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Kuznetsov Battlegroup",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.69686940358643,
                                                lat = 0.75814665292324,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.69687714560021,
                                                lat = 0.75813951133958,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75814665292324,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69686940358643,
                                            x = -165085.44382223,
                                            speed = 0,
                                            y = 460927.46153334,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 78,
                                        lat = 0.75814665292324,
                                        skill = "Excellent",
                                        long = 0.69686940358643,
                                        x = -165085.44382223,
                                        name = "Adler Tunguska West",
                                        heading = 4.1887902047864,
                                        y = 460927.46153334,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 79,
                                        lat = 0.75832455140386,
                                        skill = "Excellent",
                                        long = 0.69743027393625,
                                        x = -163736.80794723,
                                        name = "Adler Tunguska East",
                                        heading = 1.1344640137963,
                                        y = 463439.10849133,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 80,
                                        lat = 0.75817086899746,
                                        skill = "Excellent",
                                        long = 0.69717090404984,
                                        x = -164815.26104057,
                                        name = "Adler Buk TAR",
                                        heading = 2.3561944901923,
                                        y = 462315.99842726,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 81,
                                        lat = 0.75816372725004,
                                        skill = "Excellent",
                                        long = 0.69714189985778,
                                        x = -164871.89766083,
                                        name = "Adler Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 462185.00808889,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 82,
                                        lat = 0.75817628690704,
                                        skill = "Excellent",
                                        long = 0.69719559528645,
                                        x = -164771.26119497,
                                        name = "Adler Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 462427.86605684,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 83,
                                        lat = 0.75823096009565,
                                        skill = "Excellent",
                                        long = 0.69713824786743,
                                        x = -164445.14607976,
                                        name = "Adler Tor",
                                        heading = 2.6179938779915,
                                        y = 462131.89851391,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 84,
                                        lat = 0.75827775471267,
                                        skill = "Excellent",
                                        long = 0.69713323467423,
                                        x = -164149.07403277,
                                        name = "Adler 55G6 LR EWR",
                                        heading = 2.6179938779915,
                                        y = 462083.44539419,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Adler ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75935682304332,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76144167173576,
                                            x = -125541.88909878,
                                            speed = 0,
                                            y = 759649.36502119,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 85,
                                        lat = 0.75935682304332,
                                        skill = "Excellent",
                                        long = 0.76144167173576,
                                        x = -125541.88909878,
                                        name = "Nal'Chik Tunguska West",
                                        heading = 4.1887902047864,
                                        y = 759649.36502119,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 86,
                                        lat = 0.75952341853793,
                                        skill = "Excellent",
                                        long = 0.76182187307938,
                                        x = -124252.85696596,
                                        name = "Nal'Chik Tunguska East",
                                        heading = 1.1344640137963,
                                        y = 761273.667568,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 87,
                                        lat = 0.75945733606689,
                                        skill = "Excellent",
                                        long = 0.76164651476347,
                                        x = -124778.87071994,
                                        name = "Nal'Chik Buk TAR",
                                        heading = 4.014257279587,
                                        y = 760515.52978573,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 88,
                                        lat = 0.75945363754365,
                                        skill = "Excellent",
                                        long = 0.76163381001897,
                                        x = -124810.04180116,
                                        name = "Nal'Chik Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 760459.69429714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 89,
                                        lat = 0.75946103460312,
                                        skill = "Excellent",
                                        long = 0.76165881427363,
                                        x = -124747.94225423,
                                        name = "Nal'Chik Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 760569.4859432,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 90,
                                        lat = 0.75942865226537,
                                        skill = "Excellent",
                                        long = 0.7616648876694,
                                        x = -124950.60231083,
                                        name = "Nal'Chik Tor",
                                        heading = 4.017650704188,
                                        y = 760624.65571268,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 91,
                                        lat = 0.7594677741568,
                                        skill = "Excellent",
                                        long = 0.76159965281122,
                                        x = -124740.43902257,
                                        name = "Nal'Chik 1L13 SR EWR",
                                        heading = 4.017650704188,
                                        y = 760289.49781181,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Nal'Chik ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77203219590585,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75158133371351,
                                            x = -50554.08429713,
                                            speed = 0,
                                            y = 703991.23561698,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 92,
                                        lat = 0.77203219590585,
                                        skill = "Excellent",
                                        long = 0.75158133371351,
                                        x = -50554.08429713,
                                        name = "Andzhievskij Tunguska West",
                                        heading = 5.4105206811824,
                                        y = 703991.23561698,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 93,
                                        lat = 0.77175654369788,
                                        skill = "Excellent",
                                        long = 0.75229520999582,
                                        x = -51902.382080575,
                                        name = "Andzhievskij Tunguska East",
                                        heading = 2.0943951023932,
                                        y = 707476.35225213,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 94,
                                        lat = 0.77190168025534,
                                        skill = "Excellent",
                                        long = 0.75197018633801,
                                        x = -51163.46050826,
                                        name = "Andzhievskij Tor",
                                        heading = 3.1415926535898,
                                        y = 705870.94615445,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 95,
                                        lat = 0.77189269699643,
                                        skill = "Excellent",
                                        long = 0.7521483194962,
                                        x = -51119.055927239,
                                        name = "Andzhievskij Buk TAR",
                                        heading = 3.1415926535898,
                                        y = 706693.53958077,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 96,
                                        lat = 0.77189011848291,
                                        skill = "Excellent",
                                        long = 0.75211209142047,
                                        x = -51156.143209462,
                                        name = "Andzhievskij Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 706529.53079907,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 97,
                                        lat = 0.77189053437175,
                                        skill = "Excellent",
                                        long = 0.75217898836237,
                                        x = -51115.334573015,
                                        name = "Andzhievskij Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 706835.87340722,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 98,
                                        lat = 0.77192655098378,
                                        skill = "Excellent",
                                        long = 0.75198849917885,
                                        x = -50994.62137297,
                                        name = "Andzhievskij 1L13 SR EWR",
                                        heading = 3.3161255787892,
                                        y = 705935.16410394,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Andzhievskij ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7796197858213,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6985893176514,
                                            x = -27678.165788847,
                                            speed = 0,
                                            y = 457200.22889675,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 99,
                                        lat = 0.7796197858213,
                                        skill = "Excellent",
                                        long = 0.6985893176514,
                                        x = -27678.165788847,
                                        name = "Majkop Tunguska West",
                                        heading = 3.8397243543875,
                                        y = 457200.22889675,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 100,
                                        lat = 0.77995743211157,
                                        skill = "Excellent",
                                        long = 0.69904686491894,
                                        x = -25345.485577932,
                                        name = "Majkop Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 459086.81536962,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 101,
                                        lat = 0.77979270229821,
                                        skill = "Excellent",
                                        long = 0.6988142160752,
                                        x = -26487.308666693,
                                        name = "Majkop Tor",
                                        heading = 2.9670597283904,
                                        y = 458123.57828365,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 102,
                                        lat = 0.77976328010282,
                                        skill = "Excellent",
                                        long = 0.69865747817479,
                                        x = -26737.243197585,
                                        name = "Majkop Buk TAR",
                                        heading = 3.1415926535898,
                                        y = 457428.12273289,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 103,
                                        lat = 0.77976059778,
                                        skill = "Excellent",
                                        long = 0.69862596804514,
                                        x = -26766.905418209,
                                        name = "Majkop Buk launcher 1",
                                        heading = 3.4906585039887,
                                        y = 457286.46679646,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 104,
                                        lat = 0.77976059778,
                                        skill = "Excellent",
                                        long = 0.69868451345849,
                                        x = -26743.527424633,
                                        name = "Majkop Buk launcher 2",
                                        heading = 2.7925268031909,
                                        y = 457552.50393421,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 105,
                                        lat = 0.77987753689617,
                                        skill = "Excellent",
                                        long = 0.69883699103134,
                                        x = -25938.026867636,
                                        name = "Majkop 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 458178.68874471,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Majkop ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2908,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77781803218837,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66334856508616,
                                            x = -51019.048615091,
                                            speed = 0,
                                            y = 297776.17879385,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 106,
                                        lat = 0.77781803218837,
                                        skill = "Excellent",
                                        long = 0.66334856508616,
                                        x = -51019.048615091,
                                        name = "Gelendzhik Tunguska West",
                                        heading = 3.8397243543875,
                                        y = 297776.17879385,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 107,
                                        lat = 0.77800838094256,
                                        skill = "Excellent",
                                        long = 0.66360306724436,
                                        x = -49734.113112562,
                                        name = "Gelendzhik Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 298858.20002013,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 108,
                                        lat = 0.77797030833597,
                                        skill = "Excellent",
                                        long = 0.66340969041219,
                                        x = -50031.937390041,
                                        name = "Gelendzhik Tor North",
                                        heading = 3.6651914291881,
                                        y = 297994.3855721,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 109,
                                        lat = 0.77789994052993,
                                        skill = "Excellent",
                                        long = 0.66353733674822,
                                        x = -50443.42522729,
                                        name = "Gelendzhik Tor South",
                                        heading = 2.6179938779915,
                                        y = 298601.92586439,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 119,
                                        lat = 0.77792713321791,
                                        skill = "Excellent",
                                        long = 0.66354081964614,
                                        x = -50269.281401741,
                                        name = "Gelendzhik 1L13 SR EWR",
                                        heading = 2.7925268031909,
                                        y = 298607.11868517,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Gelendzhik ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77949240141232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65929088776049,
                                            x = -41464.962065655,
                                            speed = 0,
                                            y = 278681.72453777,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 110,
                                        lat = 0.77949240141232,
                                        skill = "Excellent",
                                        long = 0.65929088776049,
                                        x = -41464.962065655,
                                        name = "My'skhako Tunguska West",
                                        heading = 4.014257279587,
                                        y = 278681.72453777,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 111,
                                        lat = 0.77966814581369,
                                        skill = "Excellent",
                                        long = 0.65953779917204,
                                        x = -40278.659507026,
                                        name = "My'skhako Tunguska East",
                                        heading = 0.87266462599716,
                                        y = 279736.58779194,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 112,
                                        lat = 0.77965289163233,
                                        skill = "Excellent",
                                        long = 0.65933683231951,
                                        x = -40430.542737079,
                                        name = "My'skhako Tor North",
                                        heading = 6.1086523819802,
                                        y = 278829.38237852,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 113,
                                        lat = 0.77958818963994,
                                        skill = "Excellent",
                                        long = 0.65947606398257,
                                        x = -40804.593648379,
                                        name = "My'skhako Tor South",
                                        heading = 2.6179938779915,
                                        y = 279487.4231708,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 120,
                                        lat = 0.7796330280157,
                                        skill = "Excellent",
                                        long = 0.6594768729213,
                                        x = -40518.868577844,
                                        name = "My'shako 1L13 SR EWR",
                                        heading = 2.4434609527921,
                                        y = 279473.51356548,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "My'skhako ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78466910291654,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66300975854559,
                                            x = -7489.4439479494,
                                            speed = 0,
                                            y = 293552.0447786,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 114,
                                        lat = 0.78466910291654,
                                        skill = "Excellent",
                                        long = 0.66300975854559,
                                        x = -7489.4439479494,
                                        name = "Kry'msk Tunguska West",
                                        heading = 4.014257279587,
                                        y = 293552.0447786,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 115,
                                        lat = 0.78494601280333,
                                        skill = "Excellent",
                                        long = 0.66340801363263,
                                        x = -5615.1524115223,
                                        name = "Kry'msk Tunguska East",
                                        heading = 0.69813170079773,
                                        y = 295245.14201051,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 116,
                                        lat = 0.78481660455259,
                                        skill = "Excellent",
                                        long = 0.66314810734059,
                                        x = -6512.5381245203,
                                        name = "Kry'msk Tor North",
                                        heading = 5.4105206811824,
                                        y = 294120.86134159,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 117,
                                        lat = 0.7847458414902,
                                        skill = "Excellent",
                                        long = 0.66334303009101,
                                        x = -6908.3540949505,
                                        name = "Kry'msk Tor South",
                                        heading = 2.2689280275926,
                                        y = 295030.30529476,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 118,
                                        lat = 0.78484668036867,
                                        skill = "Excellent",
                                        long = 0.66321768954417,
                                        x = -6302.0730490722,
                                        name = "Kry'msk 1L13 SR EWR",
                                        heading = 2.9670597283904,
                                        y = 294424.29676711,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Kry'msk ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78535448310209,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65162539065928,
                                            x = -6085.264860482,
                                            speed = 0,
                                            y = 241851.92765361,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 121,
                                        lat = 0.78535448310209,
                                        skill = "Excellent",
                                        long = 0.65162539065928,
                                        x = -6085.264860482,
                                        name = "Anapa Tunguska West",
                                        heading = 4.014257279587,
                                        y = 241851.92765361,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 122,
                                        lat = 0.78557939415506,
                                        skill = "Excellent",
                                        long = 0.65223800786617,
                                        x = -4503.4154329086,
                                        name = "Anapa Tunguska East",
                                        heading = 0.78539816339745,
                                        y = 244540.62126033,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 123,
                                        lat = 0.78552029530857,
                                        skill = "Excellent",
                                        long = 0.65174569440503,
                                        x = -5000.0515465597,
                                        name = "Anapa Tor North",
                                        heading = 6.1086523819802,
                                        y = 242337.48470377,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 124,
                                        lat = 0.78541281349377,
                                        skill = "Excellent",
                                        long = 0.65216317869322,
                                        x = -5582.411112546,
                                        name = "Anapa Tor South",
                                        heading = 2.4434609527921,
                                        y = 244261.68311189,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 125,
                                        lat = 0.78557855106564,
                                        skill = "Excellent",
                                        long = 0.65204725207282,
                                        x = -4555.4049552279,
                                        name = "Anapa 1L13 SR EWR",
                                        heading = 5.0614548307836,
                                        y = 243679.1489219,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Anapa ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78601452319713,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68314756074064,
                                            x = 7351.2699242635,
                                            speed = 0,
                                            y = 383939.27570608,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 126,
                                        lat = 0.78601452319713,
                                        skill = "Excellent",
                                        long = 0.68314756074064,
                                        x = 7351.2699242635,
                                        name = "Pashkovskij Tunguska West 1",
                                        heading = 4.5378560551853,
                                        y = 383939.27570608,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 127,
                                        lat = 0.78588236222834,
                                        skill = "Excellent",
                                        long = 0.68372370956249,
                                        x = 6707.2519731522,
                                        name = "Pashkovskij Tunguska West 2",
                                        heading = 4.014257279587,
                                        y = 386607.36999506,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 128,
                                        lat = 0.78616711622631,
                                        skill = "Excellent",
                                        long = 0.68356232540622,
                                        x = 8465.0777856875,
                                        name = "Pashkovskij Tunguska East 1",
                                        heading = 0.87266462599716,
                                        y = 385737.67678596,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 129,
                                        lat = 0.78619343645322,
                                        skill = "Excellent",
                                        long = 0.68428235621298,
                                        x = 8879.5001393631,
                                        name = "Pashkovskij Tunguska East 2",
                                        heading = 0.87266462599716,
                                        y = 388977.51541691,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 130,
                                        lat = 0.78616222344009,
                                        skill = "Excellent",
                                        long = 0.68333281271844,
                                        x = 8355.2451934293,
                                        name = "Pashkovskij Tor North",
                                        heading = 5.9341194567807,
                                        y = 384703.23846615,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 131,
                                        lat = 0.78599841329829,
                                        skill = "Excellent",
                                        long = 0.68405452427517,
                                        x = 7559.6032399228,
                                        name = "Pashkovskij Tor South",
                                        heading = 2.7925268031909,
                                        y = 388044.5611679,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 132,
                                        lat = 0.78604083940233,
                                        skill = "Excellent",
                                        long = 0.68365832601587,
                                        x = 7693.929348452,
                                        name = "Pashkovskij 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 386233.731082,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Pashkovskij ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7868536094068,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6794358734513,
                                            x = 11439.241996278,
                                            speed = 0,
                                            y = 366785.82061612,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 133,
                                        lat = 0.7868536094068,
                                        skill = "Excellent",
                                        long = 0.6794358734513,
                                        x = 11439.241996278,
                                        name = "Krasnodar Tunguska West",
                                        heading = 4.7996554429844,
                                        y = 366785.82061612,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 134,
                                        lat = 0.78684727817813,
                                        skill = "Excellent",
                                        long = 0.68008839328919,
                                        x = 11613.419750241,
                                        name = "Krasnodar Tunguska East",
                                        heading = 1.6580627893946,
                                        y = 369736.67270156,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 135,
                                        lat = 0.78670698846495,
                                        skill = "Excellent",
                                        long = 0.67972324042766,
                                        x = 10600.102514672,
                                        name = "Krasnodar Tunguska South",
                                        heading = 3.3161255787892,
                                        y = 368153.52919618,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 136,
                                        lat = 0.78692317115314,
                                        skill = "Excellent",
                                        long = 0.67970168251034,
                                        x = 11969.547306537,
                                        name = "Krasnodar Tor North",
                                        heading = 6.1959188445799,
                                        y = 367953.68400468,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 137,
                                        lat = 0.78674446465144,
                                        skill = "Excellent",
                                        long = 0.67989391530563,
                                        x = 10894.833016052,
                                        name = "Krasnodar Tor South",
                                        heading = 2.9670597283904,
                                        y = 368906.81645968,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "1L13 EWR",
                                        CLSID = "{F16F5FBF-D121-47EC-9BFA-8140F30C8664}",
                                        unitId = 138,
                                        lat = 0.78685504449089,
                                        skill = "Excellent",
                                        long = 0.67956528632054,
                                        x = 11490.919455549,
                                        name = "Krasnodar 1L13 SR EWR",
                                        heading = 3.1415926535898,
                                        y = 367369.78161489,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Krasnodar ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 22,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78730187818341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67909881841613,
                                            x = 14182.774968527,
                                            speed = 0,
                                            y = 365051.63312236,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 147,
                                        lat = 0.78730187818341,
                                        skill = "Excellent",
                                        long = 0.67909881841613,
                                        x = 14182.774968527,
                                        name = "HQ S-300 SR",
                                        heading = 4.014257279587,
                                        y = 365051.63312236,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 148,
                                        lat = 0.78731870931619,
                                        skill = "Excellent",
                                        long = 0.67912662824523,
                                        x = 14299.087672541,
                                        name = "HQ S-300 TR",
                                        heading = 4.014257279587,
                                        y = 365169.25734107,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 149,
                                        lat = 0.78731116826726,
                                        skill = "Excellent",
                                        long = 0.67911461152822,
                                        x = 14247.120428564,
                                        name = "HQ S-300 CP",
                                        heading = 5.4606986118351,
                                        y = 365118.55333835,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 150,
                                        lat = 0.78731411815039,
                                        skill = "Excellent",
                                        long = 0.67909786643875,
                                        x = 14260.399587273,
                                        name = "HQ S-300 LN1",
                                        heading = 2.4434609527921,
                                        y = 365041.78758834,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 151,
                                        lat = 0.78731455824909,
                                        skill = "Excellent",
                                        long = 0.67909999963925,
                                        x = 14263.903082523,
                                        name = "HQ S-300 LN2",
                                        heading = 2.4434609527921,
                                        y = 365051.1965277,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 152,
                                        lat = 0.78731506285215,
                                        skill = "Excellent",
                                        long = 0.67910205618133,
                                        x = 14267.792109256,
                                        name = "HQ S-300 LN3",
                                        heading = 2.4434609527921,
                                        y = 365060.23088011,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 153,
                                        lat = 0.78731552385701,
                                        skill = "Excellent",
                                        long = 0.67910400828368,
                                        x = 14271.369196725,
                                        name = "HQ S-300 LN4",
                                        heading = 2.4434609527921,
                                        y = 365068.81459087,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 154,
                                        lat = 0.78729993293627,
                                        skill = "Excellent",
                                        long = 0.67911456736868,
                                        x = 14175.565361776,
                                        name = "HQ S-300 LN5",
                                        heading = 5.5850536063819,
                                        y = 365123.45573834,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 155,
                                        lat = 0.78730140159933,
                                        skill = "Average",
                                        long = 0.67911547826207,
                                        x = 14185.216429831,
                                        name = "HQ S-300 LN6",
                                        heading = 5.5850536063819,
                                        y = 365126.8919209,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 156,
                                        lat = 0.78730274422976,
                                        skill = "Excellent",
                                        long = 0.67911638267748,
                                        x = 14194.062860494,
                                        name = "HQ S-300 LN7",
                                        heading = 5.5850536063819,
                                        y = 365130.35614823,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 157,
                                        lat = 0.78730416208699,
                                        skill = "Excellent",
                                        long = 0.67911719769275,
                                        x = 14203.358909173,
                                        name = "HQ S-300 LN8",
                                        heading = 5.5850536063819,
                                        y = 365133.38352652,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "HQ S-300 Group",
                                start_time = 0,
                                task = "Без задачи",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.6793521641709,
                                                lat = 0.78736403872862,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.67936174733632,
                                                lat = 0.78735685966318,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78736691036928,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67933543952336,
                                            x = 14674.643208529,
                                            speed = 0,
                                            y = 366088.83022235,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 158,
                                        lat = 0.78736691036928,
                                        skill = "Excellent",
                                        long = 0.67933543952336,
                                        x = 14674.643208529,
                                        name = "HQ Tunguska West",
                                        heading = 4.7123889803847,
                                        y = 366088.83022235,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 159,
                                        lat = 0.78735086307171,
                                        skill = "Excellent",
                                        long = 0.6794693530569,
                                        x = 14616.482007479,
                                        name = "HQ Tunguska East",
                                        heading = 2.3860238722652,
                                        y = 366701.40893972,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "HQ ADF Group",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7616987179124,
                                                lat = 0.7594159133299,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7616987179124,
                                                lat = 0.7594159133299,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.76164555923652,
                                                lat = 0.75946874558045,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.76149408456644,
                                                lat = 0.75941983839574,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.76149408456644,
                                                lat = 0.75941983839574,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.76159773778377,
                                                lat = 0.75945755014454,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.76164555923652,
                                                lat = 0.75946874558045,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.76164564488488,
                                                lat = 0.7594686038151,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.76161989464718,
                                                lat = 0.75946268522783,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                long = 0.76149516806193,
                                                lat = 0.75942042453241,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.76161989464718,
                                                lat = 0.75946268522783,
                                            }, -- end of [6]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.76187521604504,
                                                lat = 0.75956303217312,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.76164555923652,
                                                lat = 0.75946874558045,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.76166394929308,
                                                lat = 0.7594739208168,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.76164564488488,
                                                lat = 0.7594686038151,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.76183753855793,
                                                lat = 0.75953675955982,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.76184701389328,
                                                lat = 0.75954818846892,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.76187901173181,
                                                lat = 0.7595632810431,
                                            }, -- end of [7]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [2] = 
                                            {
                                                long = 0.76138495375185,
                                                lat = 0.75935882910141,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.76140286774848,
                                                lat = 0.7593754999927,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.76138495375185,
                                                lat = 0.75935882910141,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.76145055280929,
                                                lat = 0.75939628805944,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.76149408456644,
                                                lat = 0.75941983839574,
                                            }, -- end of [5]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.76186526823252,
                                                lat = 0.7595047149801,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.76187901173181,
                                                lat = 0.7595632810431,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.76187901173181,
                                                lat = 0.7595632810431,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.7619050735613,
                                                lat = 0.75953628025955,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.76185039846866,
                                                lat = 0.75950054412366,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.76184989380477,
                                                lat = 0.75950021783312,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.76190592258401,
                                                lat = 0.7595319621272,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                long = 0.76188012661307,
                                                lat = 0.75956335414059,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.76187594500267,
                                                lat = 0.75950653403687,
                                            }, -- end of [6]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [7] = 
                                            {
                                                long = 0.76169881272102,
                                                lat = 0.75942496102219,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                long = 0.76184989380477,
                                                lat = 0.75950021783312,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.76184989380477,
                                                lat = 0.75950021783312,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.76179264094028,
                                                lat = 0.75945897516815,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.76169618379564,
                                                lat = 0.75942230469869,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                long = 0.76169906077991,
                                                lat = 0.75941599505128,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                long = 0.76177342352138,
                                                lat = 0.75945521331965,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                long = 0.76180336023927,
                                                lat = 0.75947013011315,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.7617520150487,
                                                lat = 0.75944883226937,
                                            }, -- end of [6]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75935882910141,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76138495375185,
                                            x = -125563.07802608,
                                            speed = 5.5555555555556,
                                            y = 759384.65607187,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75941983839574,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76149408456644,
                                            x = -125109.04805879,
                                            speed = 5.5555555555556,
                                            y = 759839.88682803,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7594686038151,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76164564488488,
                                            x = -124707.60849573,
                                            speed = 5.5555555555556,
                                            y = 760502.09942354,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7595632810431,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76187901173181,
                                            x = -123964.68493885,
                                            speed = 5.5555555555556,
                                            y = 761505.41312314,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75950021783312,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76184989380477,
                                            x = -124383.87934986,
                                            speed = 5.5555555555556,
                                            y = 761422.96398647,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75941599505128,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76169906077991,
                                            x = -125010.77078926,
                                            speed = 5.5555555555556,
                                            y = 760793.69227455,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 94,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 232,
                                        lat = 0.75935882910141,
                                        skill = "Excellent",
                                        long = 0.76138495375185,
                                        x = -125563.07802608,
                                        name = "Base patrol 1",
                                        heading = 0.91406105902468,
                                        y = 759384.65607187,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 233,
                                        lat = 0.75935659459144,
                                        skill = "Excellent",
                                        long = 0.76138255267721,
                                        x = -125578.75139465,
                                        name = "Base patrol 2",
                                        heading = 0.91406105902468,
                                        y = 759375.38417855,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 234,
                                        lat = 0.75935445446164,
                                        skill = "Excellent",
                                        long = 0.76138025303065,
                                        x = -125593.76275136,
                                        name = "Base patrol 3",
                                        heading = 0.91406105902468,
                                        y = 759366.50396563,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 235,
                                        lat = 0.75935221281699,
                                        skill = "Excellent",
                                        long = 0.76137784431595,
                                        x = -125609.48614839,
                                        name = "Base patrol 4",
                                        heading = 0.91406105902468,
                                        y = 759357.2025903,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 236,
                                        lat = 0.75935034730681,
                                        skill = "Excellent",
                                        long = 0.76137583977942,
                                        x = -125622.5712479,
                                        name = "Pase patrol 5",
                                        heading = 0.91406105902468,
                                        y = 759349.46197773,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Dog Ear radar",
                                        CLSID = "{C422DA78-1BC6-4FD7-BA48-CAE7674AA3A8}",
                                        unitId = 237,
                                        lat = 0.75934879566324,
                                        skill = "Excellent",
                                        long = 0.76137417250742,
                                        x = -125633.45481356,
                                        name = "Base patrol 6",
                                        heading = 0.91406105902468,
                                        y = 759343.02373363,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 238,
                                        lat = 0.75934672129266,
                                        skill = "Excellent",
                                        long = 0.76137201385477,
                                        x = -125647.96279698,
                                        name = "Base patrol 7",
                                        heading = 0.91406105902468,
                                        y = 759334.74255922,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 239,
                                        lat = 0.75929013078281,
                                        skill = "Excellent",
                                        long = 0.76144163429198,
                                        x = -125966.78647766,
                                        name = "Base patrol 8",
                                        heading = 0.91406105902468,
                                        y = 759704.80620248,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Nal'chik base patrol",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Red Crown 500",
                                groupId = 17,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.75861424446464,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77775127412381,
                                            x = -120063.9255658,
                                            speed = 138.88888888889,
                                            y = 835944.9996174,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.78521322301233,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68411242463941,
                                            x = 2579.8059935328,
                                            speed = 138.88888888889,
                                            y = 388689.94545318,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 48,
                                        lat = 0.75861424446464,
                                        skill = "Excellent",
                                        long = 0.77775127412381,
                                        x = -120063.9255658,
                                        name = "AWACS 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 835944.9996174,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "500",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "AWACS Escort",
                                groupId = 88,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.75830525777987,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77756913070715,
                                            x = -122152.36314374,
                                            speed = 138.88888888889,
                                            y = 835375.50966315,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.78501333529941,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68400786471846,
                                            x = 1271.1849812251,
                                            speed = 138.88888888889,
                                            y = 388312.03867391,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 217,
                                        lat = 0.75830525777987,
                                        skill = "Excellent",
                                        long = 0.77756913070715,
                                        x = -122152.36314374,
                                        name = "AWACS Escort 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 835375.50966315,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "511",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 218,
                                        lat = 0.75829825777987,
                                        skill = "Excellent",
                                        long = 0.77757613070715,
                                        x = -122192.36744208,
                                        name = "AWACS Escort 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 835414.21419342,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "512",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Fighter Sweep",
                                groupId = 92,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7502182002574,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75428540551542,
                                            x = -187971.80963497,
                                            speed = 166.66666666667,
                                            y = 733653.59857692,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74324289020313,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74755423504676,
                                            x = -236208.69869034,
                                            speed = 166.66666666667,
                                            y = 707393.2957416,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74478356455922,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74049412725707,
                                            x = -230209.56577066,
                                            speed = 166.66666666667,
                                            y = 673054.96661666,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74544277381277,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73287381070951,
                                            x = -229952.32473744,
                                            speed = 166.66666666667,
                                            y = 636777.71684942,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74896986379387,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71865891251081,
                                            x = -214317.52339897,
                                            speed = 166.66666666667,
                                            y = 567796.13010662,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75995132874863,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7008388436219,
                                            x = -152027.36534927,
                                            speed = 138.88888888889,
                                            y = 478359.70441594,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            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 [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 224,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Me",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "111",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 225,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Sweep 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "112",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 226,
                                        lat = 0.759423,
                                        skill = "Excellent",
                                        y = 760504.67452897,
                                        long = 0.761638,
                                        x = -125002.71432837,
                                        name = "Sweep 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 227,
                                        lat = 0.759416,
                                        skill = "Excellent",
                                        y = 760542.97514035,
                                        long = 0.761645,
                                        x = -125043.11671923,
                                        name = "Sweep 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "114",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "SEAD Group",
                                groupId = 93,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2484,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76035152679596,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76232863533524,
                                            x = -118673.7412637,
                                            speed = 138.88888888889,
                                            y = 762933.27368984,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75018927585096,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75436094178559,
                                            x = -188113.08055002,
                                            speed = 166.66666666667,
                                            y = 734028.98906364,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74518201020868,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74145975907599,
                                                    radius = 5000,
                                                    name = "Samtredia MR ADF targets",
                                                    y = 683823.26662468,
                                                    x = -284969.61692525,
                                                    lat = 0.73611003844376,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Airfields",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7499976341056,
                                            x = -222496.77759815,
                                            speed = 166.66666666667,
                                            y = 717435.60205783,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74024830884955,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74146441186131,
                                                    radius = 3000,
                                                    name = "Samtredia SR ADF targets",
                                                    y = 683851.14858296,
                                                    x = -285018.93706573,
                                                    lat = 0.73610191516572,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Airfields",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7453073343686,
                                            x = -256525.49454911,
                                            speed = 166.66666666667,
                                            y = 699021.48895575,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74494441713725,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73972199708452,
                                            x = -229590.96762348,
                                            speed = 166.66666666667,
                                            y = 669307.95328635,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74937246281313,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71895937206258,
                                            x = -211616.34142477,
                                            speed = 166.66666666667,
                                            y = 568951.50263545,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76013718066793,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7012309862656,
                                            x = -150687.37771444,
                                            speed = 138.88888888889,
                                            y = 480073.78377801,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 448,
                                            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 [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 228,
                                        lat = 0.76035152679596,
                                        skill = "Excellent",
                                        long = 0.76232863533524,
                                        x = -118673.7412637,
                                        name = "SEAD 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 762933.27368984,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 3,
                                            [3] = 1,
                                            name = "231",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 229,
                                        lat = 0.76034452679596,
                                        skill = "Excellent",
                                        long = 0.76233563533524,
                                        x = -118714.14365456,
                                        name = "SEAD 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 762971.57430122,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 3,
                                            [3] = 2,
                                            name = "232",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 230,
                                        lat = 0.76033752679597,
                                        skill = "Excellent",
                                        long = 0.76234263533524,
                                        x = -118754.54604535,
                                        name = "SEAD 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 763009.87491259,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 3,
                                            [3] = 3,
                                            name = "233",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 231,
                                        lat = 0.76033052679596,
                                        skill = "Excellent",
                                        long = 0.76234963533524,
                                        x = -118794.94843628,
                                        name = "SEAD 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 763048.17552398,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 3,
                                            [3] = 4,
                                            name = "234",
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "Senaki SEAD",
                                groupId = 113,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2648,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76068859756314,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76105896478391,
                                            x = -117286.83098718,
                                            speed = 138.88888888889,
                                            y = 756768.77947922,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7506702556293,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75301946601473,
                                            x = -185812.56955223,
                                            speed = 166.66666666667,
                                            y = 727383.38543744,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74611098826211,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73392223161271,
                                                    radius = 3000,
                                                    name = "Senaki MR ADF targets",
                                                    y = 647275.2603129,
                                                    x = -281264.04884791,
                                                    lat = 0.7373053752424,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Airfields",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7480940409671,
                                            x = -217633.4821635,
                                            speed = 166.66666666667,
                                            y = 707777.8220024,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74055376124269,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73388307908125,
                                                    radius = 3000,
                                                    name = "Senaki SR ADF targets",
                                                    y = 647107.26538462,
                                                    x = -281444.64498098,
                                                    lat = 0.73728017400902,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73912290729069,
                                            x = -257881.68028987,
                                            speed = 166.66666666667,
                                            y = 669599.4356614,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74590126975829,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73307943703046,
                                            x = -226928.41533964,
                                            speed = 166.66666666667,
                                            y = 637429.90697184,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74982619827883,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71928860309338,
                                            x = -208576.34028417,
                                            speed = 166.66666666667,
                                            y = 570209.59716276,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76031829452678,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70157326018637,
                                            x = -149397.45587617,
                                            speed = 138.88888888889,
                                            y = 481559.32929945,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 371,
                                            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 [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 262,
                                        lat = 0.76068859756314,
                                        skill = "Good",
                                        long = 0.76105896478391,
                                        x = -117286.83098718,
                                        name = "SEAD 2-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 = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 756768.77947922,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 4,
                                            [3] = 1,
                                            name = "241",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 263,
                                        lat = 0.76068159756314,
                                        skill = "Good",
                                        long = 0.76106596478391,
                                        x = -117327.2313232,
                                        name = "SEAD 2-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 = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 756806.84833849,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 4,
                                            [3] = 2,
                                            name = "242",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 264,
                                        lat = 0.76067459756314,
                                        skill = "Good",
                                        long = 0.76107296478391,
                                        x = -117367.63165923,
                                        name = "SEAD 2-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 756844.91719777,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 4,
                                            [3] = 3,
                                            name = "243",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 265,
                                        lat = 0.76066759756314,
                                        skill = "Good",
                                        long = 0.76107996478391,
                                        x = -117408.03199525,
                                        name = "SEAD 2-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 756882.98605704,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 4,
                                            [3] = 4,
                                            name = "244",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.9669695041105,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735669074461,
                                            long = 0.67938915616878,
                                            x = 14627.227659811,
                                            name = "",
                                            speed = 0,
                                            y = 366336.34616809,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                lat = 0.78735669074461,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "aviashtab",
                                        type = "Military staff",
                                        CLSID = "{a056cc08-9b50-45b1-b798-e0eb4277ea86}",
                                        unitId = 139,
                                        lat = 0.78735669074461,
                                        long = 0.67938915616878,
                                        x = 14627.227659811,
                                        name = "Theatre Command Post A",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366336.34616809,
                                        heading = 3.9669695041105,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67938915616878,
                                name = "Theatre Command Post A",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 5.4977871437821,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735044077789,
                                            long = 0.67940625450966,
                                            x = 14593.051787224,
                                            name = "",
                                            speed = 0,
                                            y = 366416.55237592,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                lat = 0.78735044077789,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma2",
                                        type = "Barracks 2",
                                        CLSID = "{eb3bac2d-4c24-4ff8-8c8a-dcd3d0c98750}",
                                        unitId = 140,
                                        lat = 0.78735044077789,
                                        long = 0.67940625450966,
                                        x = 14593.051787224,
                                        name = "Theatre Command Post B",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366416.55237592,
                                        heading = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940625450966,
                                name = "Theatre Command Post B",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 5.4977871437821,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734858268724,
                                            long = 0.67941198339072,
                                            x = 14583.103654581,
                                            name = "",
                                            speed = 0,
                                            y = 366443.31400857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                lat = 0.78734858268724,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "kazarma2",
                                        type = "Barracks 2",
                                        CLSID = "{eb3bac2d-4c24-4ff8-8c8a-dcd3d0c98750}",
                                        unitId = 141,
                                        lat = 0.78734858268724,
                                        long = 0.67941198339072,
                                        x = 14583.103654581,
                                        name = "Theatre Command Post C",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366443.31400857,
                                        heading = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67941198339072,
                                name = "Theatre Command Post C",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 5.2023463066384,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78736336304966,
                                            long = 0.67940983026835,
                                            x = 14676.509025455,
                                            name = "",
                                            speed = 0,
                                            y = 366426.58219839,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                lat = 0.78736336304966,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 142,
                                        lat = 0.78736336304966,
                                        long = 0.67940983026835,
                                        x = 14676.509025455,
                                        name = "Theatre Command Post D",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366426.58219839,
                                        heading = 5.2023463066384,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940983026835,
                                name = "Theatre Command Post D",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 5.2023463066384,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78735466372408,
                                            long = 0.67939589342878,
                                            x = 14616.535342497,
                                            name = "",
                                            speed = 0,
                                            y = 366367.74335659,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                lat = 0.78735466372408,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 143,
                                        lat = 0.78735466372408,
                                        long = 0.67939589342878,
                                        x = 14616.535342497,
                                        name = "Theatre Command Post E",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366367.74335659,
                                        heading = 5.2023463066384,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67939589342878,
                                name = "Theatre Command Post E",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 3.9269908169872,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734731580924,
                                            long = 0.67938734449644,
                                            x = 14566.937764721,
                                            name = "",
                                            speed = 0,
                                            y = 366332.60468888,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                lat = 0.78734731580924,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 144,
                                        lat = 0.78734731580924,
                                        long = 0.67938734449644,
                                        x = 14566.937764721,
                                        name = "Theatre Command Post F",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366332.60468888,
                                        heading = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67938734449644,
                                name = "Theatre Command Post F",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 5.3003915839323,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.78734604893285,
                                            long = 0.67940039681159,
                                            x = 14563.161460863,
                                            name = "",
                                            speed = 0,
                                            y = 366392.1707902,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 44,
                                lat = 0.78734604893285,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "GSM Rus",
                                        type = "FARP Fuel Depot",
                                        CLSID = "{3441baf3-7ff7-4d76-ab9e-77f768b7813f}",
                                        unitId = 145,
                                        lat = 0.78734604893285,
                                        long = 0.67940039681159,
                                        x = 14563.161460863,
                                        name = "Theatre Command Post G",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 366392.1707902,
                                        heading = 5.3003915839323,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.67940039681159,
                                name = "Theatre Command Post G",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75935822013284,
                                            long = 0.76157643632974,
                                            x = -125452.2770395,
                                            name = "",
                                            speed = 0,
                                            y = 760273.18609711,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 95,
                                lat = 0.75935822013284,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 240,
                                        lat = 0.75935822013284,
                                        long = 0.76157643632974,
                                        x = -125452.2770395,
                                        name = "New Static Object",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760273.18609711,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76157643632974,
                                name = "New Static Object",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75935953504232,
                                            long = 0.76158134809555,
                                            x = -125440.95847595,
                                            name = "",
                                            speed = 0,
                                            y = 760294.86846289,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 96,
                                lat = 0.75935953504232,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 241,
                                        lat = 0.75935953504232,
                                        long = 0.76158134809555,
                                        x = -125440.95847595,
                                        name = "New Static Object #001",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760294.86846289,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76158134809555,
                                name = "New Static Object #001",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936134304553,
                                            long = 0.76158537599584,
                                            x = -125427.02792525,
                                            name = "",
                                            speed = 0,
                                            y = 760312.04060993,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 97,
                                lat = 0.75936134304553,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 242,
                                        lat = 0.75936134304553,
                                        long = 0.76158537599584,
                                        x = -125427.02792525,
                                        name = "New Static Object #002",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760312.04060993,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76158537599584,
                                name = "New Static Object #002",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936249359464,
                                            long = 0.76158906917393,
                                            x = -125417.48627123,
                                            name = "",
                                            speed = 0,
                                            y = 760328.20869724,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 98,
                                lat = 0.75936249359464,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 243,
                                        lat = 0.75936249359464,
                                        long = 0.76158906917393,
                                        x = -125417.48627123,
                                        name = "New Static Object #003",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760328.20869724,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76158906917393,
                                name = "New Static Object #003",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 1.5114777280451,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936421942067,
                                            long = 0.76158037010774,
                                            x = -125411.70153241,
                                            name = "",
                                            speed = 0,
                                            y = 760286.42661934,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 99,
                                lat = 0.75936421942067,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATMZ-5",
                                        CLSID = "{A97C0647-83EB-4B15-8B5B-BD2F8842DF91}",
                                        unitId = 244,
                                        lat = 0.75936421942067,
                                        long = 0.76158037010774,
                                        x = -125411.70153241,
                                        name = "New Static Object #004",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760286.42661934,
                                        heading = 1.5114777280451,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76158037010774,
                                name = "New Static Object #004",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 2.8198420991932,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936315105184,
                                            long = 0.7615770227358,
                                            x = -125420.51253606,
                                            name = "",
                                            speed = 0,
                                            y = 760271.793717,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 100,
                                lat = 0.75936315105184,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 245,
                                        lat = 0.75936315105184,
                                        long = 0.7615770227358,
                                        x = -125420.51253606,
                                        name = "New Static Object #005",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760271.793717,
                                        heading = 2.8198420991932,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7615770227358,
                                name = "New Static Object #005",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936873945461,
                                            long = 0.76160520584312,
                                            x = -125368.03151793,
                                            name = "",
                                            speed = 0,
                                            y = 760397.83589638,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 101,
                                lat = 0.75936873945461,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 246,
                                        lat = 0.75936873945461,
                                        long = 0.76160520584312,
                                        x = -125368.03151793,
                                        name = "New Static Object #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760397.83589638,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76160520584312,
                                name = "New Static Object #006",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937136930146,
                                            long = 0.76161368920998,
                                            x = -125346.19684911,
                                            name = "",
                                            speed = 0,
                                            y = 760434.98543839,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 102,
                                lat = 0.75937136930146,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 247,
                                        lat = 0.75937136930146,
                                        long = 0.76161368920998,
                                        x = -125346.19684911,
                                        name = "New Static Object #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760434.98543839,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161368920998,
                                name = "New Static Object #007",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937342387388,
                                            long = 0.7616186412157,
                                            x = -125330.1420307,
                                            name = "",
                                            speed = 0,
                                            y = 760456.23761469,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 103,
                                lat = 0.75937342387388,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-31",
                                        CLSID = "{43CC7267-6C0A-41B2-BCF7-CE8FA05E9E35}",
                                        unitId = 248,
                                        lat = 0.75937342387388,
                                        long = 0.7616186412157,
                                        x = -125330.1420307,
                                        name = "New Static Object #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760456.23761469,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7616186412157,
                                name = "New Static Object #008",
                                dead = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937868359754,
                                            long = 0.76163014987543,
                                            x = -125289.7413887,
                                            name = "",
                                            speed = 0,
                                            y = 760505.22423563,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 104,
                                lat = 0.75937868359754,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 249,
                                        lat = 0.75937868359754,
                                        long = 0.76163014987543,
                                        x = -125289.7413887,
                                        name = "New Static Object #009",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760505.22423563,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76163014987543,
                                name = "New Static Object #009",
                                dead = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938016289955,
                                            long = 0.76163383764162,
                                            x = -125278.10859687,
                                            name = "",
                                            speed = 0,
                                            y = 760521.09307684,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 105,
                                lat = 0.75938016289955,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 250,
                                        lat = 0.75938016289955,
                                        long = 0.76163383764162,
                                        x = -125278.10859687,
                                        name = "New Static Object #010",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760521.09307684,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76163383764162,
                                name = "New Static Object #010",
                                dead = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938156002003,
                                            long = 0.76163793347184,
                                            x = -125266.75496416,
                                            name = "",
                                            speed = 0,
                                            y = 760538.9228927,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 106,
                                lat = 0.75938156002003,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 251,
                                        lat = 0.75938156002003,
                                        long = 0.76163793347184,
                                        x = -125266.75496416,
                                        name = "New Static Object #011",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760538.9228927,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76163793347184,
                                name = "New Static Object #011",
                                dead = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938271059122,
                                            long = 0.76164192140278,
                                            x = -125257.03663951,
                                            name = "",
                                            speed = 0,
                                            y = 760556.45791142,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 107,
                                lat = 0.75938271059122,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 252,
                                        lat = 0.75938271059122,
                                        long = 0.76164192140278,
                                        x = -125257.03663951,
                                        name = "New Static Object #012",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760556.45791142,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76164192140278,
                                name = "New Static Object #012",
                                dead = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938805254537,
                                            long = 0.76165737808236,
                                            x = -125213.74763113,
                                            name = "",
                                            speed = 0,
                                            y = 760623.68535067,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 108,
                                lat = 0.75938805254537,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 253,
                                        lat = 0.75938805254537,
                                        long = 0.76165737808236,
                                        x = -125213.74763113,
                                        name = "New Static Object #013",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760623.68535067,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76165737808236,
                                name = "New Static Object #013",
                                dead = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939002496605,
                                            long = 0.76166233301063,
                                            x = -125198.21442472,
                                            name = "",
                                            speed = 0,
                                            y = 760645.01958715,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 109,
                                lat = 0.75939002496605,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 254,
                                        lat = 0.75939002496605,
                                        long = 0.76166233301063,
                                        x = -125198.21442472,
                                        name = "New Static Object #014",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760645.01958715,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76166233301063,
                                name = "New Static Object #014",
                                dead = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939183302159,
                                            long = 0.76166723399741,
                                            x = -125183.76064179,
                                            name = "",
                                            speed = 0,
                                            y = 760666.24072831,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 110,
                                lat = 0.75939183302159,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 255,
                                        lat = 0.75939183302159,
                                        long = 0.76166723399741,
                                        x = -125183.76064179,
                                        name = "New Static Object #015",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760666.24072831,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76166723399741,
                                name = "New Static Object #015",
                                dead = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939364108023,
                                            long = 0.76167184313758,
                                            x = -125169.4816285,
                                            name = "",
                                            speed = 0,
                                            y = 760686.10839509,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 111,
                                lat = 0.75939364108023,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 256,
                                        lat = 0.75939364108023,
                                        long = 0.76167184313758,
                                        x = -125169.4816285,
                                        name = "New Static Object #016",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760686.10839509,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76167184313758,
                                name = "New Static Object #016",
                                dead = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                heading = 4.1015237421867,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75940005149497,
                                            long = 0.7616877428652,
                                            x = -125119.12045596,
                                            name = "",
                                            speed = 0,
                                            y = 760754.49952818,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 112,
                                lat = 0.75940005149497,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-78M",
                                        CLSID = "{E8506C78-7BCD-4FA7-9163-354FE3297DCA}",
                                        unitId = 257,
                                        lat = 0.75940005149497,
                                        long = 0.7616877428652,
                                        x = -125119.12045596,
                                        name = "New Static Object #017",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760754.49952818,
                                        heading = 4.1015237421867,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7616877428652,
                                name = "New Static Object #017",
                                dead = false,
                            }, -- end of [25]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Border Patrol Mission 5",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 116054,
    start_time = 70200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
