mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "a_set_flag(\"2\"); mission.trig.func[2]='';",
            [3] = "if not mission.trig.flag[3] then a_out_text_delay(\"Успех миссии!\", \"20\"); mission.trig.flag[3]=true; end; else mission.trig.flag[3]=false;",
        }, -- 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",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"2\") )",
            [2] = "return(c_group_dead(\"Самолетная группа #001\") )",
            [3] = "return(c_mission_score_higher(\"\", \"90\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"2\") then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_group_dead(\"Самолетная группа #001\") then a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if c_mission_score_higher(\"\", \"90\") then if not mission.trigflag[3] then a_out_text_delay(\"Успех миссии!\", \"20\"); mission.trigflag[3]=true; end; else mission.trigflag[3]=false;end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 7,
                dir = 180,
            }, -- end of at8000
            at2000 = 
            {
                speed = 5,
                dir = 235,
            }, -- end of at2000
            atGround = 
            {
                speed = 2,
                dir = 157,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = -9,
            iseason = 2,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 7,
            thickness = 1300,
            base = 3500,
            iprecptns = 3,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_flag_is_true(\"1\")  then a_set_mission_result(50) end",
        [2] = "if c_flag_is_true(\"2\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_flag_is_true(\"1\") )",
                [2] = "return(c_flag_is_true(\"2\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
    }, -- end of triggers
    map = 
    {
        centerY = 0.69973624359999,
        zoom = 1000000,
        centerX = 0.75730511509397,
    }, -- 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] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Оперативная сводка:\
\
После неудачных попыток грузинских сил по выведению из строя аэродрома \"Адлер\", Грузия вышла из конфликта по причине тяжелых потерь. Ветер войны успокаивается. 14-й армии поставлена задача патрулировать границу с Грузией.\
\
Задача:\
Воздушное патрулирование заданного района.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
    }, -- end of trigflag
    descriptionRedTask = "",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "05{16DE06D1-CD37-42ee-BE46-FBA5F27C475F}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 2,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 21,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerFront",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_mission_score_higher",
                    coalitionlist = "",
                    score = 90,
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Успех миссии!",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    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 [1]
                [2] = 
                {
                    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 [2]
                [3] = 
                {
                    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 [3]
                [4] = 
                {
                    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 [4]
                [5] = 
                {
                    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 [5]
                [6] = 
                {
                    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 [6]
                [7] = 
                {
                    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 = 
                        {
                        }, -- 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 = "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 [8]
                [9] = 
                {
                    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 [9]
                [10] = 
                {
                    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 [10]
                [11] = 
                {
                    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 = 
                        {
                        }, -- 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 = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    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 = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 17,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75207164093818,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71063892450534,
                                            x = -198133.58022872,
                                            speed = 5.5555555555556,
                                            y = 528426.3346141,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 45,
                                        lat = 0.75207164093818,
                                        skill = "High",
                                        long = 0.71063892450534,
                                        x = -198133.58022872,
                                        name = "Наземная группа",
                                        heading = 0,
                                        y = 528426.3346141,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 46,
                                        lat = 0.7520687063386,
                                        skill = "High",
                                        long = 0.71065221820509,
                                        x = -198146.596812,
                                        name = "Наземная группа #1",
                                        heading = 0,
                                        y = 528490.21784186,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 47,
                                        lat = 0.75205331964296,
                                        skill = "High",
                                        long = 0.71064027758026,
                                        x = -198249.69276272,
                                        name = "Наземная группа #2",
                                        heading = 0,
                                        y = 528443.50795111,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 48,
                                        lat = 0.75207322721136,
                                        skill = "High",
                                        long = 0.71061731905997,
                                        x = -198132.69897293,
                                        name = "Наземная группа #3",
                                        heading = 0,
                                        y = 528324.39380234,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 49,
                                        lat = 0.75209139019681,
                                        skill = "High",
                                        long = 0.71064594673488,
                                        x = -198004.79802269,
                                        name = "Наземная группа #4",
                                        heading = 0,
                                        y = 528447.46883457,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 50,
                                        lat = 0.7520696580998,
                                        skill = "High",
                                        long = 0.71066858827465,
                                        x = -198133.54770538,
                                        name = "Наземная группа #5",
                                        heading = 0,
                                        y = 528566.18145114,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #001",
                                groupId = 21,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74569986787282,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70938501074474,
                                            x = -239251.62295811,
                                            speed = 138.88888888889,
                                            y = 526277.82831539,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75392429447835,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69596761881,
                                            x = -192321.33234186,
                                            speed = 138.88888888889,
                                            y = 458972.84075517,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75550910836372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69822074550515,
                                            x = -181361.05134533,
                                            speed = 138.88888888889,
                                            y = 468625.48365783,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74798549018659,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71029581074383,
                                            x = -224305.3500473,
                                            speed = 138.88888888889,
                                            y = 529225.24049296,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 60,
                                        lat = 0.74569986787282,
                                        skill = "Average",
                                        long = 0.70938501074474,
                                        x = -239251.62295811,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 526277.82831539,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 61,
                                        lat = 0.74569286787282,
                                        skill = "Average",
                                        long = 0.70939201074474,
                                        x = -239293.22334942,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 526314.85082046,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 62,
                                        lat = 0.74568586787282,
                                        skill = "Average",
                                        long = 0.70939901074474,
                                        x = -239334.82374072,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 526351.87332553,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 63,
                                        lat = 0.74567886787282,
                                        skill = "Average",
                                        long = 0.70940601074474,
                                        x = -239376.42413202,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 526388.8958306,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Enfield14",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- 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 = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    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 [14]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77971525083666,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66002871751217,
                                            x = -39844.971283693,
                                            speed = 5.5555555555556,
                                            y = 281948.8333009,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 18,
                                        lat = 0.77971525083666,
                                        skill = "Excellent",
                                        long = 0.66002871751217,
                                        x = -39844.971283693,
                                        name = "Юнит #7",
                                        heading = 4.2312880788639,
                                        y = 281948.8333009,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76206614209646,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68801572490557,
                                                    radius = 1000,
                                                    y = 425385.16493291,
                                                    x = -240436.24572951,
                                                    lat = 0.74683289634783,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.68417593036474,
                                                    radius = 1000,
                                                    y = 409581.51157797,
                                                    x = -271630.27296298,
                                                    lat = 0.74214700102524,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.69135915364979,
                                                    radius = 1000,
                                                    y = 444104.53460084,
                                                    x = -277912.42505522,
                                                    lat = 0.7407568781722,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.69693825269033,
                                                    radius = 1000,
                                                    y = 469266.38088518,
                                                    x = -261723.09127036,
                                                    lat = 0.74296800517296,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.70022377231328,
                                                    radius = 1000,
                                                    y = 483575.47016361,
                                                    x = -246725.01704201,
                                                    lat = 0.74512021478172,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.70236472876301,
                                                    radius = 1000,
                                                    y = 491865.39537293,
                                                    x = -225339.93431938,
                                                    lat = 0.7483441239029,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    long = 0.69390248820885,
                                                    radius = 1000,
                                                    y = 455510.18150044,
                                                    x = -269493.84853698,
                                                    lat = 0.74193085002623,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    long = 0.68831470734005,
                                                    radius = 1000,
                                                    y = 429324.45419976,
                                                    x = -273413.49828559,
                                                    lat = 0.74163770352201,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    long = 0.67985487920295,
                                                    radius = 1000,
                                                    y = 389103.36644116,
                                                    x = -271344.3449055,
                                                    lat = 0.7424219216006,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    long = 0.68419193314438,
                                                    radius = 1000,
                                                    y = 410173.57228998,
                                                    x = -278756.24638339,
                                                    lat = 0.74102708620172,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    long = 0.69189360577447,
                                                    radius = 1000,
                                                    y = 445797.28748867,
                                                    x = -267144.21746118,
                                                    lat = 0.74241674446204,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    long = 0.69456434767472,
                                                    radius = 1000,
                                                    y = 457911.51639185,
                                                    x = -260382.85168402,
                                                    lat = 0.74332158032676,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [12]
                                                [13] = 
                                                {
                                                    long = 0.69784727066393,
                                                    radius = 1000,
                                                    y = 472533.60216646,
                                                    x = -249098.87879637,
                                                    lat = 0.74489544537885,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [13]
                                                [14] = 
                                                {
                                                    long = 0.69930905131142,
                                                    radius = 1000,
                                                    y = 478532.49105351,
                                                    x = -238244.31977161,
                                                    lat = 0.7465090295648,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [14]
                                                [15] = 
                                                {
                                                    long = 0.70046908412655,
                                                    radius = 1000,
                                                    y = 483518.17731905,
                                                    x = -232362.20510414,
                                                    lat = 0.74736007780251,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [15]
                                                [16] = 
                                                {
                                                    long = 0.7013271360349,
                                                    radius = 1000,
                                                    y = 486408.15523543,
                                                    x = -218899.64391807,
                                                    lat = 0.74942025398494,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [16]
                                                [17] = 
                                                {
                                                    long = 0.67739088744534,
                                                    radius = 1000,
                                                    y = 376823.26146669,
                                                    x = -262334.20824264,
                                                    lat = 0.74396370048403,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [17]
                                                [18] = 
                                                {
                                                    long = 0.6813664651682,
                                                    radius = 1000,
                                                    y = 395987.381244,
                                                    x = -267608.45581261,
                                                    lat = 0.74292931962516,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [18]
                                                [19] = 
                                                {
                                                    long = 0.68683599854836,
                                                    radius = 1000,
                                                    y = 421513.55493668,
                                                    x = -262870.89936653,
                                                    lat = 0.74337582477536,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [19]
                                                [20] = 
                                                {
                                                    long = 0.69675007860237,
                                                    radius = 1000,
                                                    y = 467306.27054813,
                                                    x = -248672.88581603,
                                                    lat = 0.74502850129173,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [20]
                                                [21] = 
                                                {
                                                    long = 0.69833342392786,
                                                    radius = 1000,
                                                    y = 474268.80438634,
                                                    x = -242344.89349659,
                                                    lat = 0.74592618387721,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [21]
                                                [22] = 
                                                {
                                                    long = 0.70107880909734,
                                                    radius = 1000,
                                                    y = 486805.95508615,
                                                    x = -237256.47651035,
                                                    lat = 0.74655344587068,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [22]
                                                [23] = 
                                                {
                                                    long = 0.70120321929235,
                                                    radius = 1000,
                                                    y = 486445.13421562,
                                                    x = -226080.79576841,
                                                    lat = 0.74830044715437,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [23]
                                                [24] = 
                                                {
                                                    long = 0.70346940291438,
                                                    radius = 1000,
                                                    y = 496339.98995725,
                                                    x = -216909.08942691,
                                                    lat = 0.74959661936007,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [24]
                                                [25] = 
                                                {
                                                    long = 0.68295414183069,
                                                    radius = 1000,
                                                    y = 403638.81388518,
                                                    x = -269543.83428594,
                                                    lat = 0.74254019355819,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [25]
                                                [26] = 
                                                {
                                                    long = 0.68573205599306,
                                                    radius = 1000,
                                                    y = 416011.93279114,
                                                    x = -259032.17291736,
                                                    lat = 0.74404033644784,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [26]
                                                [27] = 
                                                {
                                                    long = 0.68962294997702,
                                                    radius = 1000,
                                                    y = 433989.50005353,
                                                    x = -253499.09847877,
                                                    lat = 0.74469131210058,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [27]
                                                [28] = 
                                                {
                                                    long = 0.69229802910883,
                                                    radius = 1000,
                                                    y = 446142.98316922,
                                                    x = -247298.68002982,
                                                    lat = 0.74550953614182,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [28]
                                                [29] = 
                                                {
                                                    long = 0.69448963780702,
                                                    radius = 1000,
                                                    y = 456086.46025064,
                                                    x = -242153.64830801,
                                                    lat = 0.74618850674475,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [29]
                                                [30] = 
                                                {
                                                    long = 0.69650014716414,
                                                    radius = 1000,
                                                    y = 465049.32096778,
                                                    x = -235647.37311227,
                                                    lat = 0.74708885876891,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [30]
                                                [31] = 
                                                {
                                                    long = 0.69710986745522,
                                                    radius = 1000,
                                                    y = 467723.36088011,
                                                    x = -233125.39188037,
                                                    lat = 0.74744808831841,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [31]
                                                [32] = 
                                                {
                                                    long = 0.70286119600521,
                                                    radius = 301,
                                                    name = "самолеты",
                                                    y = 492774.09112733,
                                                    x = -208879.49743011,
                                                    lat = 0.75089680322563,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [32]
                                                [33] = 
                                                {
                                                    long = 0.70384707415484,
                                                    radius = 300,
                                                    name = "самолеты",
                                                    y = 496577.67005795,
                                                    x = -199354.3577098,
                                                    lat = 0.7523285281541,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [33]
                                                [34] = 
                                                {
                                                    long = 0.70520331801184,
                                                    radius = 300,
                                                    name = "самолеты",
                                                    y = 502204.03169366,
                                                    x = -190827.06635522,
                                                    lat = 0.75357956298206,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [34]
                                                [35] = 
                                                {
                                                    long = 0.70613414180652,
                                                    radius = 300,
                                                    name = "самолеты",
                                                    y = 505644.16284374,
                                                    x = -180475.33184839,
                                                    lat = 0.75514462681827,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [35]
                                                [36] = 
                                                {
                                                    long = 0.70639005172197,
                                                    radius = 300,
                                                    name = "самолеты",
                                                    y = 505942.20275786,
                                                    x = -170389.70440704,
                                                    lat = 0.75671167168288,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [36]
                                            }, -- end of targets
                                            long = 0.68031867613061,
                                            x = -146105.11622735,
                                            speed = 16.666666666667,
                                            y = 382336.80858008,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75182419946172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69049941298366,
                                            x = -207751.41608742,
                                            speed = 16.666666666667,
                                            y = 434545.25624084,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75444638642939,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69286001403243,
                                            x = -190178.7504099,
                                            speed = 16.666666666667,
                                            y = 444227.43578351,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75717887479106,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6937223532941,
                                            x = -172458.47697132,
                                            speed = 16.666666666667,
                                            y = 446835.10226807,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76044448401844,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69316705358923,
                                            x = -151868.67058712,
                                            speed = 16.666666666667,
                                            y = 442567.91984049,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 19,
                                        lat = 0.76206614209646,
                                        skill = "Excellent",
                                        long = 0.68031867613061,
                                        x = -146105.11622735,
                                        name = "Юнит #1",
                                        heading = 2.5123621733603,
                                        y = 382336.80858008,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MOSCOW",
                                        CLSID = "{5723F0F5-08EB-41DE-9CBB-7DCA54521D79}",
                                        unitId = 20,
                                        lat = 0.76192614209646,
                                        skill = "Average",
                                        long = 0.68045867613061,
                                        x = -146950.59163048,
                                        name = "Юнит #2",
                                        heading = 2.5123621733603,
                                        y = 383046.87306679,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "KUZNECOW",
                                        CLSID = "{25554ABC-3877-46D5-A1D2-E82878FBBBFB}",
                                        unitId = 21,
                                        lat = 0.76178614209646,
                                        skill = "Average",
                                        long = 0.68059867613061,
                                        x = -147796.09053214,
                                        name = "Юнит #3",
                                        heading = 2.5123621733603,
                                        y = 383760.40157496,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 22,
                                        lat = 0.76164614209646,
                                        skill = "Average",
                                        long = 0.68073867613061,
                                        x = -148640.73515278,
                                        name = "Юнит #4",
                                        heading = 2.5123621733603,
                                        y = 384473.15739086,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "REZKY",
                                        CLSID = "{7705E299-53DF-405F-95E5-C39B33DA5AAE}",
                                        unitId = 23,
                                        lat = 0.76150614209646,
                                        skill = "Average",
                                        long = 0.68087867613061,
                                        x = -149484.24959147,
                                        name = "Юнит #5",
                                        heading = 2.5123621733603,
                                        y = 385184.89096369,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75816192129857,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69715357246384,
                                            x = -164878.90870327,
                                            speed = 5.5555555555556,
                                            y = 462240.23979527,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 58,
                                        lat = 0.75816192129857,
                                        skill = "High",
                                        long = 0.69715357246384,
                                        x = -164878.90870327,
                                        name = "Юнит #6",
                                        heading = 3.1415926535898,
                                        y = 462240.23979527,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75819106316535,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69701631686229,
                                            x = -164746.11941394,
                                            speed = 5.5555555555556,
                                            y = 461586.5333664,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-10M3",
                                        CLSID = "{DD80908D-C289-4AFA-A25E-A6697EC65FDE}",
                                        unitId = 59,
                                        lat = 0.75819106316535,
                                        skill = "High",
                                        long = 0.69701631686229,
                                        x = -164746.11941394,
                                        name = "Юнит #8",
                                        heading = 2.677945044589,
                                        y = 461586.5333664,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76874589811797,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70719419497199,
                                            x = -93414.217774563,
                                            speed = 138.88888888889,
                                            y = 502687.3912875,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77485794953312,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68667771582834,
                                            x = -62455.027825363,
                                            speed = 138.88888888889,
                                            y = 405425.94351468,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76773968563134,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6812111135999,
                                            x = -109677.73094413,
                                            speed = 138.88888888889,
                                            y = 383819.84684788,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76408533847096,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70115712426881,
                                            x = -125574.06279051,
                                            speed = 138.88888888889,
                                            y = 477540.20830504,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77282762690777,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70455109486279,
                                            x = -68519.137635431,
                                            speed = 138.88888888889,
                                            y = 488199.922512,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77753638150564,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6856818116476,
                                            x = -45755.384090102,
                                            speed = 138.88888888889,
                                            y = 399570.42337762,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76916234531114,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67868122908151,
                                            x = -101457.58182648,
                                            speed = 138.88888888889,
                                            y = 371529.38663128,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76553523633471,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69928540974121,
                                            x = -117087.95008371,
                                            speed = 138.88888888889,
                                            y = 468116.30697321,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77316077931662,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70267265616343,
                                            x = -67174.265649517,
                                            speed = 138.88888888889,
                                            y = 479426.1206411,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 1207,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 1,
                                        lat = 0.76874589811797,
                                        skill = "High",
                                        long = 0.70719419497199,
                                        x = -93414.217774563,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 502687.3912875,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #002",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1207,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            linkUnit = 21,
                                            lat = 0.76178614209646,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68059867613061,
                                            x = -147796.09053214,
                                            speed = 138.88888888889,
                                            helipadId = 21,
                                            y = 383760.40157496,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76006571425269,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70517081926832,
                                                    radius = 50000,
                                                    y = 500580.27003005,
                                                    x = -174307.18371081,
                                                    lat = 0.75617560140123,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69345125986012,
                                            x = -154175.35190604,
                                            speed = 138.88888888889,
                                            y = 444082.18950465,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75545760506636,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70852902576449,
                                                    radius = 50000,
                                                    y = 518002.25858426,
                                                    x = -192699.33234641,
                                                    lat = 0.75306631014395,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69526869217502,
                                            x = -182825.6145767,
                                            speed = 138.88888888889,
                                            y = 454913.72134604,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75118643651789,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70914353522732,
                                                    radius = 50000,
                                                    y = 522908.80286508,
                                                    x = -214832.07840328,
                                                    lat = 0.74955004175722,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69124627677852,
                                            x = -211536.18898609,
                                            speed = 138.88888888889,
                                            y = 438352.97129455,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75572333648859,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68086278850055,
                                            x = -186312.40688467,
                                            speed = 138.88888888889,
                                            y = 387778.66318152,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76340202214847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67829681556721,
                                            x = -138262.79740705,
                                            speed = 138.88888888889,
                                            y = 372374.13610348,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 0,
                                            type = "Land",
                                            action = "Landing",
                                            linkUnit = 21,
                                            lat = 0.76178614209646,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68059867613061,
                                            x = -147796.09053214,
                                            speed = 138.88888888889,
                                            helipadId = 21,
                                            y = 383760.40157496,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 34,
                                        lat = 0.76178614209646,
                                        skill = "Player",
                                        y = 383760.40157496,
                                        long = 0.68059867613061,
                                        x = -147796.09053214,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 55,
                                        lat = 0.76177914209646,
                                        skill = "Excellent",
                                        y = 383796.07800037,
                                        long = 0.68060567613061,
                                        x = -147838.36547722,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "111",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 56,
                                        lat = 0.76177214209646,
                                        skill = "Excellent",
                                        y = 383831.75442578,
                                        long = 0.68061267613061,
                                        x = -147880.64042231,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "112",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- 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 = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    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]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Финальная битва",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 22367,
    start_time = 16871400,
    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
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
