mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"Уровень 2: 2 миг-23\", \"10\");a_activate_group(\"002\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"Уровень 1: 1 F-5\", \"10\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay_s(\"red\", \"Уровень 3: 1 F-18A\", \"10\");a_activate_group(\"003\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay_s(\"red\", \"Уровень 4: 1 Mirage 2000-5\", \"10\");a_activate_group(\"004\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay_s(\"red\", \"Уровень 5: 1 F-16\", \"10\");a_activate_group(\"005\"); mission.trig.func[5]='';",
            [6] = "a_out_text_delay_s(\"red\", \"Уровень 6: 1 F-14\", \"10\");a_activate_group(\"006\"); mission.trig.func[6]='';",
            [7] = "a_out_text_delay_s(\"red\", \"Уровень 7: 2 F-15\", \"10\");a_activate_group(\"007\"); mission.trig.func[7]='';",
            [8] = "a_out_text_delay_s(\"red\", \"Уровень 8: 2 F-16\", \"10\");a_activate_group(\"008\"); mission.trig.func[8]='';",
            [9] = "a_out_text_delay_s(\"red\", \"Эпилог...4 F-15\", \"10\");a_activate_group(\"009 \"); mission.trig.func[9]='';",
            [10] = "a_out_text_delay_s(\"red\", \"1й, это 2й, не нужна помощь?\", \"10\");a_activate_group(\"Rus 02 \"); 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_dead(\"8\") )",
            [2] = "return(c_time_after(\"2\") )",
            [3] = "return(c_group_dead(\"002\") )",
            [4] = "return(c_unit_dead(\"11\") )",
            [5] = "return(c_unit_dead(\"16\") )",
            [6] = "return(c_unit_dead(\"17\") )",
            [7] = "return(c_unit_dead(\"18\") )",
            [8] = "return(c_group_dead(\"007\") )",
            [9] = "return(c_group_dead(\"008\") )",
            [10] = "return(c_unit_in_zone(\"23\", \"зона\") )",
        }, -- 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 = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_dead(\"8\") then a_out_text_delay_s(\"red\", \"Уровень 2: 2 миг-23\", \"10\");a_activate_group(\"002\"); mission.trigfunc[1]='';end;",
        [2] = "if c_time_after(\"2\") then a_out_text_delay_s(\"red\", \"Уровень 1: 1 F-5\", \"10\"); mission.trigfunc[2]='';end;",
        [3] = "if c_group_dead(\"002\") then a_out_text_delay_s(\"red\", \"Уровень 3: 1 F-18A\", \"10\");a_activate_group(\"003\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_dead(\"11\") then a_out_text_delay_s(\"red\", \"Уровень 4: 1 Mirage 2000-5\", \"10\");a_activate_group(\"004\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_dead(\"16\") then a_out_text_delay_s(\"red\", \"Уровень 5: 1 F-16\", \"10\");a_activate_group(\"005\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_dead(\"17\") then a_out_text_delay_s(\"red\", \"Уровень 6: 1 F-14\", \"10\");a_activate_group(\"006\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_dead(\"18\") then a_out_text_delay_s(\"red\", \"Уровень 7: 2 F-15\", \"10\");a_activate_group(\"007\"); mission.trigfunc[7]='';end;",
        [8] = "if c_group_dead(\"007\") then a_out_text_delay_s(\"red\", \"Уровень 8: 2 F-16\", \"10\");a_activate_group(\"008\"); mission.trigfunc[8]='';end;",
        [9] = "if c_group_dead(\"008\") then a_out_text_delay_s(\"red\", \"Эпилог...4 F-15\", \"10\");a_activate_group(\"009 \"); mission.trigfunc[9]='';end;",
        [10] = "if c_unit_in_zone(\"23\", \"зона\") then a_out_text_delay_s(\"red\", \"1й, это 2й, не нужна помощь?\", \"10\");a_activate_group(\"Rus 02 \"); mission.trigfunc[10]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 1,
            temperature = 20,
        }, -- end of season
        clouds = 
        {
            density = 8,
            thickness = 240,
            base = 2500,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- 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 = 9000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.77735398179014,
                hidden = true,
                long = 0.74435263330191,
                x = -20673.426899871,
                name = "зона",
                y = 666864.92921295,
            }, -- end of [1]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.75830337374287,
        zoom = 2500000,
        centerX = 0.7570437739868,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Миссия из 8 этапов, каждый немного сложнее предыдущего, не забывайте во время пополнять вооружение и топливо.",
    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 = "",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 8,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 2: 2 миг-23",
                }, -- end of [1]
                [2] = 
                {
                    group = 7,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 2,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 1: 1 F-5",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 7,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 3: 1 F-18A",
                }, -- end of [1]
                [2] = 
                {
                    group = 8,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 11,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 4: 1 Mirage 2000-5",
                }, -- end of [1]
                [2] = 
                {
                    group = 9,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 16,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 5: 1 F-16",
                }, -- end of [1]
                [2] = 
                {
                    group = 10,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 17,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 6: 1 F-14",
                }, -- end of [1]
                [2] = 
                {
                    group = 11,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 18,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 7: 2 F-15",
                }, -- end of [1]
                [2] = 
                {
                    group = 12,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 12,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Уровень 8: 2 F-16",
                }, -- end of [1]
                [2] = 
                {
                    group = 13,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 13,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Эпилог...4 F-15",
                }, -- end of [1]
                [2] = 
                {
                    group = 14,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 23,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "1й, это 2й, не нужна помощь?",
                }, -- end of [1]
                [2] = 
                {
                    group = 16,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [10]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    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 = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    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 [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    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 [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "004",
                                groupId = 9,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74875576464632,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75863337077171,
                                            x = -194759.83330415,
                                            speed = 169.44444444444,
                                            y = 755167.77963244,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77533864006194,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72288601679232,
                                            x = -44410.353281525,
                                            speed = 169.44444444444,
                                            y = 570423.65072633,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75295169753176,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75720163463469,
                                            x = -168859.81261988,
                                            speed = 169.44444444444,
                                            y = 745116.283144,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mirage 2000-5",
                                        CLSID = "{AAD0C656-A7E0-4099-8F6C-25DDCB3EEEA2}",
                                        unitId = 16,
                                        lat = 0.74875576464632,
                                        skill = "Excellent",
                                        long = 0.75863337077171,
                                        x = -194759.83330415,
                                        name = "004 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "3160",
                                            flare = 16,
                                            chaff = 112,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 755167.77963244,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "007",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78665845720785,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73156348047558,
                                            x = 31894.508517094,
                                            speed = 138.88888888889,
                                            y = 602064.93405719,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75748285614469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73271353881962,
                                            x = -153333.0833006,
                                            speed = 138.88888888889,
                                            y = 627747.03252401,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76033630891857,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76761660718185,
                                            x = -115545.16518137,
                                            speed = 138.88888888889,
                                            y = 787447.84797617,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 19,
                                        lat = 0.78665845720785,
                                        skill = "Excellent",
                                        long = 0.73156348047558,
                                        x = 31894.508517094,
                                        name = "007 -1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 9,
                                        y = 602064.93405719,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 20,
                                        lat = 0.78665145720785,
                                        skill = "Excellent",
                                        long = 0.73157048047558,
                                        x = 31853.431226398,
                                        name = "007-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 9,
                                        y = 602101.55498359,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "002",
                                groupId = 7,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75262320413197,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7677830721413,
                                            x = -164587.61454198,
                                            speed = 208.33333333333,
                                            y = 794770.73705082,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76246467471035,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72835521433479,
                                            x = -123769.45552657,
                                            speed = 208.33333333333,
                                            y = 604149.21744686,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 9,
                                        lat = 0.75262320413197,
                                        skill = "Excellent",
                                        long = 0.7677830721413,
                                        x = -164587.61454198,
                                        name = "002-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 794770.73705082,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 10,
                                        lat = 0.75261620413197,
                                        skill = "Excellent",
                                        long = 0.7677900721413,
                                        x = -164627.93089384,
                                        name = "002-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 794809.40134707,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "008",
                                groupId = 13,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75563406951511,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74775357332006,
                                            x = -157148.41233952,
                                            speed = 138.88888888889,
                                            y = 699004.23677055,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76231467152066,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72637982976959,
                                            x = -125681.38732041,
                                            speed = 138.88888888889,
                                            y = 595117.82670328,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75560049397279,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75040040086392,
                                            x = -155891.98789148,
                                            speed = 138.88888888889,
                                            y = 711350.80265343,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7635296561093,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72671585255924,
                                            x = -117780.38815192,
                                            speed = 138.88888888889,
                                            y = 595847.75717321,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16A MLU",
                                        CLSID = "{2B1638C8-9321-4d90-A7C8-8E9EB342C0F5}",
                                        unitId = 21,
                                        lat = 0.75563406951511,
                                        skill = "Excellent",
                                        long = 0.74775357332006,
                                        x = -157148.41233952,
                                        name = "008-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 699004.23677055,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16A MLU",
                                        CLSID = "{2B1638C8-9321-4d90-A7C8-8E9EB342C0F5}",
                                        unitId = 22,
                                        lat = 0.75562706951511,
                                        skill = "Excellent",
                                        long = 0.74776057332006,
                                        x = -157189.11820368,
                                        name = "008-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 699042.03983786,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    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 [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    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 [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "001",
                                groupId = 6,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76202634660739,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74983017589704,
                                            x = -115273.64102007,
                                            speed = 138.88888888889,
                                            y = 703749.49792693,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.7667932132875,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73659045946205,
                                            x = -92048.510425975,
                                            speed = 138.88888888889,
                                            y = 639114.23800438,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.76297344450163,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75105985040823,
                                            x = -108549.12927078,
                                            speed = 138.88888888889,
                                            y = 708694.67274266,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76765601677839,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73756673103036,
                                            x = -86050.182516142,
                                            speed = 138.88888888889,
                                            y = 642992.40931186,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 8,
                                        lat = 0.76202634660739,
                                        skill = "Excellent",
                                        long = 0.74983017589704,
                                        x = -115273.64102007,
                                        name = "001",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 703749.49792693,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "003",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77174015994155,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72641094781897,
                                            x = -65638.382364456,
                                            speed = 169.44444444444,
                                            y = 588938.32105247,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75382978264193,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75191822949731,
                                            x = -166309.41612156,
                                            speed = 169.44444444444,
                                            y = 719783.92678995,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F/A-18A",
                                        CLSID = "{2C4C5E81-F950-11d5-9190-00A0249B6F00}",
                                        unitId = 11,
                                        lat = 0.77174015994155,
                                        skill = "Excellent",
                                        long = 0.72641094781897,
                                        x = -65638.382364456,
                                        name = "003",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 588938.32105247,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "006",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7587023670011,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.765631578586,
                                            x = -127172.46292238,
                                            speed = 166.66666666667,
                                            y = 779625.2875168,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75296868850312,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74959557081799,
                                            x = -173106.05975003,
                                            speed = 166.66666666667,
                                            y = 709613.898445,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76090964041384,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72600790808967,
                                            x = -134810.28235784,
                                            speed = 166.66666666667,
                                            y = 594324.38873239,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7760430216272,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72882694832054,
                                            x = -37064.393358635,
                                            speed = 166.66666666667,
                                            y = 597061.51111646,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-14A",
                                        CLSID = "{919CA6E6-B44C-4144-96B2-38C959F377B1}",
                                        unitId = 18,
                                        lat = 0.7587023670011,
                                        skill = "Excellent",
                                        long = 0.765631578586,
                                        x = -127172.46292238,
                                        name = "006 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{7575BA0B-7294-4844-857B-031A144B2595}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{7575BA0B-7294-4844-857B-031A144B2595}",
                                                }, -- end of [5]
                                                [8] = 
                                                {
                                                    CLSID = "{7575BA0B-7294-4844-857B-031A144B2595}",
                                                }, -- end of [8]
                                                [11] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [11]
                                                [9] = 
                                                {
                                                    CLSID = "{7575BA0B-7294-4844-857B-031A144B2595}",
                                                }, -- end of [9]
                                                [12] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "7348",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 779625.2875168,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "009 ",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78071620652365,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74523423064381,
                                            x = 1213.9212260218,
                                            speed = 194.44444444444,
                                            y = 668309.75814907,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75993792565376,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74061723952639,
                                            x = -133601.40708782,
                                            speed = 194.44444444444,
                                            y = 662667.19985355,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 23,
                                        lat = 0.78071620652365,
                                        skill = "Excellent",
                                        long = 0.74523423064381,
                                        x = 1213.9212260218,
                                        name = "009-1 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{9701DB51-AECB-42c6-A4F6-D5D8793E4D81}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6FBCDCD7-F984-4202-84A7-15173E02CC5B}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 668309.75814907,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 24,
                                        lat = 0.78070920652365,
                                        skill = "Excellent",
                                        long = 0.74524123064381,
                                        x = 1173.141119523,
                                        name = "009-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 668346.95969965,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 26,
                                        lat = 0.78070220652365,
                                        skill = "Excellent",
                                        long = 0.74524823064381,
                                        x = 1132.361013025,
                                        name = "009-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{9701DB51-AECB-42c6-A4F6-D5D8793E4D81}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6FBCDCD7-F984-4202-84A7-15173E02CC5B}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 668384.16125023,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 27,
                                        lat = 0.78069520652365,
                                        skill = "Excellent",
                                        long = 0.74525523064381,
                                        x = 1091.5809065271,
                                        name = "009-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 668421.36280082,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Enfield14",
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    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 [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    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 [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "005",
                                groupId = 10,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77278175511313,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71938273940526,
                                            x = -62332.142445035,
                                            speed = 138.88888888889,
                                            y = 556085.52952768,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75525390903077,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75057537193106,
                                            x = -158001.65347626,
                                            speed = 138.88888888889,
                                            y = 712432.47075274,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76925260734337,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72734196596786,
                                            x = -81029.106583649,
                                            speed = 138.88888888889,
                                            y = 594886.71707786,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 17,
                                        lat = 0.77278175511313,
                                        skill = "Excellent",
                                        long = 0.71938273940526,
                                        x = -62332.142445035,
                                        name = "005 ",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 556085.52952768,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    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 [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "03",
                                groupId = 17,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 350,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77177084851091,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75215334524587,
                                            x = -51892.203108774,
                                            speed = 0.55555555555556,
                                            y = 706814.50306105,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 350,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77197829068252,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75168693118322,
                                            x = -50837.146101832,
                                            speed = 0.55555555555556,
                                            y = 704516.16052445,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 33,
                                        lat = 0.77177084851091,
                                        skill = "Excellent",
                                        long = 0.75215334524587,
                                        x = -51892.203108774,
                                        name = "03",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 706814.50306105,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            name = 6,
                                        }, -- end of callsign
                                        onboard_num = 28,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77199742338546,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75163509941852,
                                            x = -50744.865602154,
                                            speed = 5.5555555555556,
                                            y = 704264.24600105,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 3,
                                        lat = 0.77199742338546,
                                        skill = "Excellent",
                                        long = 0.75163509941852,
                                        x = -50744.865602154,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 704264.24600105,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 4,
                                        lat = 0.7717320097438,
                                        skill = "Excellent",
                                        long = 0.75222279934953,
                                        x = -52099.936135793,
                                        name = "Юнит #2",
                                        heading = 3.9095375244673,
                                        y = 707164.11561585,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 7,
                                        lat = 0.77184737675954,
                                        skill = "Excellent",
                                        long = 0.75195960072917,
                                        x = -51515.337615465,
                                        name = "Юнит #3",
                                        heading = 3.9095375244673,
                                        y = 705865.11364452,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 12,
                                        lat = 0.78116954582803,
                                        skill = "Excellent",
                                        long = 0.72846448694903,
                                        x = -4597.7752107382,
                                        name = "Юнит #4",
                                        heading = 3.9095375244673,
                                        y = 591883.41431978,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 13,
                                        lat = 0.7670330205028,
                                        skill = "Excellent",
                                        long = 0.74587837966106,
                                        x = -85576.592742452,
                                        name = "Юнит #5",
                                        heading = 3.9095375244673,
                                        y = 681685.8047456,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 14,
                                        lat = 0.75967014621371,
                                        skill = "Excellent",
                                        long = 0.76184167273222,
                                        x = -123306.24393022,
                                        name = "Юнит #6",
                                        heading = 3.9095375244673,
                                        y = 761243.13415712,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77188995212743,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75188082384908,
                                            x = -51289.131040233,
                                            speed = 5.5555555555556,
                                            y = 705471.66332939,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 34,
                                        lat = 0.77188995212743,
                                        skill = "Excellent",
                                        long = 0.75188082384908,
                                        x = -51289.131040233,
                                        name = "Юнит #7",
                                        heading = 4.390638425988,
                                        y = 705471.66332939,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Rus 01",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1254,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 1,
                                        lat = 0.771891,
                                        skill = "Player",
                                        y = 705718.47981263,
                                        long = 0.751935,
                                        x = -51251.551717591,
                                        name = "Rus 01",
                                        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 = "{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 = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- 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 = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 0,
                                            [2] = 1,
                                            name = "01",
                                        }, -- end of callsign
                                        onboard_num = 1,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Rus 02 ",
                                groupId = 16,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76031303010526,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75006997456456,
                                            x = -126054.41051866,
                                            speed = 194.44444444444,
                                            y = 706181.57385123,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77499518315991,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74147822557946,
                                            x = -37247.556982763,
                                            speed = 194.44444444444,
                                            y = 655535.3511126,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 320,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 29,
                                        lat = 0.76031303010526,
                                        skill = "Excellent",
                                        long = 0.75006997456456,
                                        x = -126054.41051866,
                                        name = "Rus 02 -1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 706181.57385123,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            name = 2,
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 30,
                                        lat = 0.76030603010526,
                                        skill = "Excellent",
                                        long = 0.75007697456456,
                                        x = -126095.11169904,
                                        name = "Rus 02-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 706219.45509188,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            name = 3,
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 31,
                                        lat = 0.76029903010526,
                                        skill = "Excellent",
                                        long = 0.75008397456456,
                                        x = -126135.81287941,
                                        name = "Rus 02-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 706257.33633253,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            name = 4,
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 32,
                                        lat = 0.76029203010526,
                                        skill = "Excellent",
                                        long = 0.75009097456456,
                                        x = -126176.51405979,
                                        name = "Rus 02-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 706295.21757318,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            name = 5,
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "качалка",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 5557,
    start_time = 54600,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
