mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_add_radio_item(\"Каир-Uzi1-1/ нужна помощь бандит на хвосте\", 11, \"blue\");a_out_text_delay_s(\"blue\", \"Uzi1-1-Каир/ Вас наблюдаю. Готов оказать помощь . В наличии две ПЗРК Стрела и ЗУ-23-2. Жду Вашей команды.\", 40);a_out_sound_s(\"blue\", \"Sobschenie test.ogg\");",
            [2] = "a_remove_radio_item(\"Каир-Uzi1-1/ нужна помощь бандит на хвосте\", \"blue\");",
            [3] = "a_ai_task(\"Гудаута Бук #009\", 1);",
            [4] = "a_ai_task(\"Гудаута Бук #009\", 2);",
            [5] = "a_clear_flag(11);",
            [6] = "a_ai_task(\"Самолетная группа #001\", 1);a_ai_task(\"Самолетная группа\", 1); mission.trig.events[\"shot\"][6]=nil;",
            [7] = "a_set_flag(500);",
            [8] = "a_out_text_delay(\"КОМАНДОВАНИЕ ВЫРАЖАЕТ ВАМ БЛАГОДАРНОСТЬ ЗА ОТЛИЧНО ВЫПОЛНЕНОЕ ЗАДАНИЕ .\", 100);a_out_sound(\"Israel.ogg\"); mission.trig.func[8]=nil;",
            [9] = "a_end_mission(\"red\", \"Провал\");a_out_sound(\"defeat.ogg\"); mission.trig.events[\"dead\"][9]=nil;",
            [10] = "a_out_sound(\"aviabaza.ogg\"); mission.trig.func[10]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
            ["shot"] = 
            {
                [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            }, -- end of ["shot"]
            ["dead"] = 
            {
                [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            }, -- end of ["dead"]
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then if not mission.trig.flag[1] then mission.trig.actions[1](); mission.trig.flag[1] = true; end; else mission.trig.flag[1] = false; end;",
            [2] = "if mission.trig.conditions[2]() then if not mission.trig.flag[2] then mission.trig.actions[2](); mission.trig.flag[2] = true; end; else mission.trig.flag[2] = false; end;",
            [3] = "if mission.trig.conditions[3]() then if not mission.trig.flag[3] then mission.trig.actions[3](); mission.trig.flag[3] = true; end; else mission.trig.flag[3] = false; end;",
            [4] = "if mission.trig.conditions[4]() then if not mission.trig.flag[4] then mission.trig.actions[4](); mission.trig.flag[4] = true; end; else mission.trig.flag[4] = false; end;",
            [5] = "if mission.trig.conditions[5]() then if not mission.trig.flag[5] then mission.trig.actions[5](); mission.trig.flag[5] = true; end; else mission.trig.flag[5] = false; end;",
            [7] = "if mission.trig.conditions[7]() then if not mission.trig.flag[7] then mission.trig.actions[7](); mission.trig.flag[7] = true; end; else mission.trig.flag[7] = false; end;",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_unit_in_zone(60, \"Каир\") )",
            [2] = "return(c_unit_out_zone(60, \"Каир\") )",
            [3] = "return(c_flag_is_true(11) )",
            [4] = "return(c_flag_is_false(11) )",
            [5] = "return(c_time_since_flag(11, 300) )",
            [6] = "return(c_time_after(10) )",
            [7] = "return(c_unit_in_zone(60, \"Сенаки\") and c_unit_speed_lower(60, 5) )",
            [8] = "return(c_unit_dead(3) and c_flag_is_true(500) or c_unit_dead(7) and c_flag_is_true(500) or c_unit_dead(15) and c_flag_is_true(500) )",
            [9] = "return(c_unit_dead(60) )",
            [10] = "return(c_unit_dead(3) or c_unit_dead(7) or c_unit_dead(15) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in pairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in pairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in pairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in pairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in pairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in pairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in pairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in pairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 1,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 15,
                ["dir"] = 259,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 12,
                ["dir"] = 273,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 5,
                ["dir"] = 75,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = true,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["at2000"] = 0,
            ["atGround"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["temperature"] = 11,
            ["iseason"] = 4,
        }, -- end of ["season"]
        ["qnh"] = 755,
        ["cyclones"] = 
        {
            [1] = 
            {
                ["pressure_spread"] = 917754.59149087,
                ["centerZ"] = 332087.60629623,
                ["ellipticity"] = 0.87400035768818,
                ["rotation"] = 1.3264302761275,
                ["pressure_excess"] = -1534,
                ["centerX"] = -122023.36767428,
            }, -- end of [1]
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 300,
            ["visibility"] = 1570,
            ["density"] = 0,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 1050,
            ["density"] = 8,
            ["base"] = 1200,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 525338.57142857,
                ["radius"] = 80000,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -189132.85714286,
                ["hidden"] = true,
                ["name"] = "Новая триггерная зона",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 579680.85714286,
                ["radius"] = 8000,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -170264.85714286,
                ["hidden"] = true,
                ["name"] = "Каир",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 647484.28571428,
                ["radius"] = 3000,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -281816.28571429,
                ["hidden"] = false,
                ["name"] = "Сенаки",
            }, -- end of [3]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 587364.57142856,
        ["zoom"] = 1000000,
        ["centerX"] = -206766.57142857,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 16,
            [2] = 15,
            [3] = 2,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 0,
            [3] = 3,
            [4] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Пользуясь посредничеством Украины , Абхазия закупает снимаемые с воооружения самолеты у России и Турции .\
\
Сегодня утром две эскадрильи Су-17 и Миг-23 , были перебазированы на аэр. Гудаута . Ещё одна эскадрилья Миг-23 готовая к переброске базируется на аэр. Адлер .\
\
По данным разведки с 18.00 самолеты перебазированые в Гудауту будут проходить техосмотр .\
\
Израильским летчикам выпала возможность продемонстрировать навыки приобретенные в небе Египта и Сирии .",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
        [1] = "obschi{F399BE29-FAC5-4529-882A-3CAF3C70795A}.jpg",
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "Обстановка в районе цели:\
Равнинная часть и побережье Абхазии прикрывают ЗРК Куб и С-300 , первичное обнаружение целей обеспечивают РЛС ДРЛО .\
\
На аэр. Гудаута находится РЛС ДРЛО , ЗРК Куб , большое кол-во МЗА . \
\
Штабом коалиционных сил разработана операция код. имя \"Хургада\".\
Цели :\
1) Уничтожение РЛС ДРЛО и как следствие нарушение целостности системы ПВО .\
2) Повреждение ВПП аэродрома , для блокирования уже переброшенных самолетов и недопущение переброски новых .\
 \
 Выполнение:\
Пройдя по маршруту на ПМВ . Атаковать ЗРК Куб, РЛС ДРЛО 55Ж6 и ВПП аэр. Гудаута . При проходе ППМ 27 ( VYHOD ) . Вы окажетесь в мертвой зоне ЗРК Куб , набирайте высоту для атаки .\
В районе цели :\
ЗРК , РЛС и ВПП обозначены как ППМ . Цели поражать с одного захода залповым сбросом ФАБ и огнем из пушки . На сколько это возможно сократить время пребывания над целью.\
\
Отход :\
По прежнему маршруту . Не допускать обнаружения своего ЛА, РЛС противника .\
\
На ППМ 16 дружественная разведгруппа позывной \"Каир\", прикроет ваш отход ПЗРК , (связь через радио меню F10). \
\
Вдоль границы будет патрулировать самолет ДРЛО(Оверлорд 1-1. 124 АМ) . Обеспечит информацией о воздушной обстановке .\
\
",
    ["descriptionRedTask"] = "",
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 16,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 14,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 630530,
                                            ["x"] = -275800,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 630530,
                                        ["type"] = "SA-11 Buk CC 9S470M1",
                                        ["name"] = "Юнит #39",
                                        ["unitId"] = 61,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -275800,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 630201.42857143,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #40",
                                        ["unitId"] = 62,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -275868.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 630452.85714286,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #41",
                                        ["unitId"] = 63,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -275551.42857143,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 630438.57142857,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #42",
                                        ["unitId"] = 64,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -276057.14285714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 630784.28571429,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #43",
                                        ["unitId"] = 65,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -275688.57142857,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 630661.42857143,
                                        ["type"] = "SA-11 Buk SR 9S18M1",
                                        ["name"] = "Юнит #44",
                                        ["unitId"] = 66,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -275871.42857143,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 630530,
                                ["x"] = -275800,
                                ["name"] = "Наземная группа",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1554,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 579702.85714285,
                                            ["x"] = -170148.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = -1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 28,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["valid"] = true,
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 9,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["valid"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 9,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 579702.85714285,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "каир #2",
                                        ["unitId"] = 143,
                                        ["heading"] = 4.3633231299858,
                                        ["skill"] = "Excellent",
                                        ["x"] = -170148.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 579672.57142857,
                                        ["type"] = "SA-18 Igla comm",
                                        ["name"] = "каир",
                                        ["unitId"] = 144,
                                        ["heading"] = 4.3633231299858,
                                        ["skill"] = "Excellent",
                                        ["x"] = -170177.14285714,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 579692.28571429,
                                        ["type"] = "SA-18 Igla manpad",
                                        ["name"] = "каир #1",
                                        ["unitId"] = 145,
                                        ["heading"] = 4.3633231299858,
                                        ["skill"] = "Excellent",
                                        ["x"] = -170169.71428571,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 579681.14285714,
                                        ["type"] = "SA-18 Igla manpad",
                                        ["name"] = "Юкаир",
                                        ["unitId"] = 146,
                                        ["heading"] = 4.3633231299858,
                                        ["skill"] = "Excellent",
                                        ["x"] = -170157.14285714,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 579702.85714285,
                                ["x"] = -170148.57142857,
                                ["name"] = "Гудаута Бук #009",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Georgia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Runway Attack",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 13,
                                            ["type"] = "TakeOff",
                                            ["action"] = "From Runway",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 23,
                                            ["y"] = 647369.87369832,
                                            ["x"] = -281713.83114196,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 38.472990641707,
                                            ["y"] = 650350,
                                            ["x"] = -277278.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 242.7522199233,
                                            ["y"] = 672437.14285715,
                                            ["x"] = -259470.28571429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 347.83800831759,
                                            ["y"] = 665858.57142858,
                                            ["x"] = -246441.71428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 340.28217638315,
                                            ["y"] = 665621.42857143,
                                            ["x"] = -240064.28571429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 569.43555576125,
                                            ["y"] = 679230,
                                            ["x"] = -220050.28571429,
                                            ["name"] = "PEREVAL1",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 617.00434295322,
                                            ["y"] = 681872.85714286,
                                            ["x"] = -214113.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 677.25960975042,
                                            ["y"] = 664842.57142857,
                                            ["x"] = -210198.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 656.78219005133,
                                            ["y"] = 659857.14285714,
                                            ["x"] = -205101.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 860.10841368426,
                                            ["y"] = 650494.28571429,
                                            ["x"] = -202527.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 898.04083765691,
                                            ["y"] = 649349.42857142,
                                            ["x"] = -197652.85714286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 998.30814127714,
                                            ["y"] = 637766,
                                            ["x"] = -189900.28571428,
                                            ["name"] = "PEREVAL2",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1038.2423490005,
                                            ["y"] = 633420.28571429,
                                            ["x"] = -186436,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1100.1317982684,
                                            ["y"] = 607257.14285714,
                                            ["x"] = -189744.28571429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1130.9752237908,
                                            ["y"] = 606571.42857143,
                                            ["x"] = -185515.71428572,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1353.6723457485,
                                            ["y"] = 579682.85714285,
                                            ["x"] = -170229.14285714,
                                            ["name"] = "FREND",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1535.7719991991,
                                            ["y"] = 572986.85714285,
                                            ["x"] = -171172.28571429,
                                            ["name"] = "PEREVAL3",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1422.6678775811,
                                            ["y"] = 570271.42857143,
                                            ["x"] = -168615.71428572,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1496.2908214412,
                                            ["y"] = 556657.14285714,
                                            ["x"] = -165772.85714286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1671.9072035618,
                                            ["y"] = 536271.42857143,
                                            ["x"] = -169415.71428572,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1895.7598351266,
                                            ["y"] = 525574.28571428,
                                            ["x"] = -174035.71428571,
                                            ["name"] = "PEREVAL4",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1926.0828245775,
                                            ["y"] = 523494.57142855,
                                            ["x"] = -177814.85714287,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1946.4677921002,
                                            ["y"] = 521737.42857141,
                                            ["x"] = -180034.85714287,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1827.609321564,
                                            ["y"] = 522477.14285714,
                                            ["x"] = -181851.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1850.0505451508,
                                            ["y"] = 521984.85714285,
                                            ["x"] = -184929.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [25]
                                        [26] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2011.2351140354,
                                            ["y"] = 518245.99999998,
                                            ["x"] = -186097.71428572,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [26]
                                        [27] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1916.414317915,
                                            ["y"] = 518934.28571428,
                                            ["x"] = -191394.28571429,
                                            ["name"] = "VYHOD",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [27]
                                        [28] = 
                                        {
                                            ["alt"] = 35,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2073.3458160413,
                                            ["y"] = 517087.14285714,
                                            ["x"] = -194858.57142857,
                                            ["name"] = "BUK",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [28]
                                        [29] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2088.8296473204,
                                            ["y"] = 516594.85714285,
                                            ["x"] = -196952,
                                            ["name"] = "VPP",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [29]
                                        [30] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2132.2946344144,
                                            ["y"] = 518963.14285715,
                                            ["x"] = -191399.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [30]
                                        [31] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2170.9610072523,
                                            ["y"] = 518244.28571428,
                                            ["x"] = -186077.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [31]
                                        [32] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2199.100473328,
                                            ["y"] = 521972.85714286,
                                            ["x"] = -184905.71428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [32]
                                        [33] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2221.8104826289,
                                            ["y"] = 522472.85714286,
                                            ["x"] = -181791.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [33]
                                        [34] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2235.9105425506,
                                            ["y"] = 521701.42857143,
                                            ["x"] = -179991.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [34]
                                        [35] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2256.1671333148,
                                            ["y"] = 523472.85714286,
                                            ["x"] = -177805.71428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [35]
                                        [36] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2287.2378229612,
                                            ["y"] = 525544.28571428,
                                            ["x"] = -174020,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [36]
                                        [37] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2371.2712903466,
                                            ["y"] = 536258.57142857,
                                            ["x"] = -169391.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [37]
                                        [38] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2520.3085928954,
                                            ["y"] = 556630,
                                            ["x"] = -165720,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [38]
                                        [39] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2620.8538570244,
                                            ["y"] = 570287.14285714,
                                            ["x"] = -168634.28571429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [39]
                                        [40] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2646.9017049907,
                                            ["y"] = 572915.71428571,
                                            ["x"] = -171120,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [40]
                                        [41] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2696.1551354109,
                                            ["y"] = 579687.14285714,
                                            ["x"] = -170148.57142857,
                                            ["name"] = "FREND",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [41]
                                        [42] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2919.1118428404,
                                            ["y"] = 606601.42857143,
                                            ["x"] = -185462.85714286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [42]
                                        [43] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2951.4179216987,
                                            ["y"] = 607034.57142857,
                                            ["x"] = -189928.85714285,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [43]
                                        [44] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3145.2410725632,
                                            ["y"] = 633658.57142857,
                                            ["x"] = -185948.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [44]
                                        [45] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3186.3250673022,
                                            ["y"] = 637497.42857143,
                                            ["x"] = -190170.28571428,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [45]
                                        [46] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3286.7514806031,
                                            ["y"] = 649304.57142858,
                                            ["x"] = -197596,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [46]
                                        [47] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3380.390356531,
                                            ["y"] = 659972.85714285,
                                            ["x"] = -205034.28571429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [47]
                                        [48] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3433.4666355633,
                                            ["y"] = 664630,
                                            ["x"] = -210748.57142857,
                                            ["name"] = "DOMOY",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [48]
                                        [49] = 
                                        {
                                            ["alt"] = 13,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3990.594249262,
                                            ["airdromeId"] = 23,
                                            ["y"] = 647369.87369832,
                                            ["x"] = -281713.83114196,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [49]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 13,
                                        ["heading"] = 0.5916286316273,
                                        ["alt_type"] = "BARO",
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Uzi11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = -0.5916286316273,
                                        ["livery_id"] = "Fictional Israel 115 Sqn Flying Dragon",
                                        ["onboard_num"] = "10",
                                        ["type"] = "A-10C",
                                        ["y"] = 647369.87369832,
                                        ["x"] = -281713.83114196,
                                        ["name"] = "ИГРОК 1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{Mk82AIR}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{Mk82AIR}",
                                                }, -- end of [8]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["start_type"] = 2,
                                        ["unitId"] = 60,
                                        ["skill"] = "Player",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 647369.87369832,
                                ["x"] = -281713.83114196,
                                ["name"] = "ИГРОК 1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [2]
                [3] = 
                {
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 13,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 646993.14285714,
                                            ["x"] = -281575.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 29,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 646993.14285714,
                                        ["type"] = "M48 Chaparral",
                                        ["name"] = "Юнит #118",
                                        ["unitId"] = 147,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -281575.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646993.14285714,
                                ["x"] = -281575.14285714,
                                ["name"] = "Наземная группа #002",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 45,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 683767.42857142,
                                            ["x"] = -284995.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 30,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 683767.42857142,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Юнит #119",
                                        ["unitId"] = 148,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -284995.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683767.42857142,
                                ["x"] = -284995.14285714,
                                ["name"] = "Наземная группа #003",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 18,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 635796,
                                            ["x"] = -317895.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 31,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 635796,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Юнит #120",
                                        ["unitId"] = 149,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -317895.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 635796,
                                ["x"] = -317895.14285714,
                                ["name"] = "Наземная группа #004",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 617588.85714285,
                                            ["x"] = -355823.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 32,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 617588.85714285,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Юнит #121",
                                        ["unitId"] = 150,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -355823.71428571,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 617588.85714285,
                                ["x"] = -355823.71428571,
                                ["name"] = "Наземная группа #005",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 450,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 895428.57142857,
                                            ["x"] = -317721.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 895428.57142857,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Юнит #122",
                                        ["unitId"] = 151,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -317721.42857143,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 895428.57142857,
                                ["x"] = -317721.42857143,
                                ["name"] = "Наземная группа #006",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 474,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 896735.71428572,
                                            ["x"] = -315250,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 896735.71428572,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Юнит #123",
                                        ["unitId"] = 152,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -315250,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 896735.71428572,
                                ["x"] = -315250,
                                ["name"] = "Наземная группа #007",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 456,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 903331.42857143,
                                            ["x"] = -318878.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 35,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 903331.42857143,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Юнит #124",
                                        ["unitId"] = 153,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -318878.57142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 903331.42857143,
                                ["x"] = -318878.57142857,
                                ["name"] = "Наземная группа #008",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [7]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "AWACS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 7000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["y"] = 579956.57142857,
                                            ["x"] = -303442.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "AWACS",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 1,
                                                                        ["value"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 7000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 85.578701647862,
                                            ["y"] = 587695.71428571,
                                            ["x"] = -294421.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 1,
                                                                        ["value"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 7000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 665.98835289886,
                                            ["y"] = 644267.14285714,
                                            ["x"] = -236992.85714286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SwitchWaypoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["goToWaypointIndex"] = 2,
                                                                        ["fromWaypointIndex"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 1,
                                                                        ["value"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 7000,
                                        ["type"] = "E-3A",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 67,
                                        ["psi"] = -0.70905647494827,
                                        ["livery_id"] = "nato",
                                        ["skill"] = "High",
                                        ["y"] = 579956.57142857,
                                        ["x"] = -303442.57142857,
                                        ["name"] = "Пилот #6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "65000",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 0.70905647494827,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Overlord11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "11",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 579956.57142857,
                                ["x"] = -303442.57142857,
                                ["name"] = "Самолетная группа #003",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [3]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516969.99999999,
                                                ["x"] = -196776.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 519661.42857142,
                                                ["x"] = -195548.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 33,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 516973.14285713,
                                            ["x"] = -194870.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 9,
                                                                        ["value"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 516973.14285713,
                                        ["type"] = "SA-11 Buk CC 9S470M1",
                                        ["name"] = "ЗРК Бук КП 9С470М1",
                                        ["unitId"] = 3,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -194870.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 516855.71428571,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #2",
                                        ["unitId"] = 4,
                                        ["heading"] = 4.3633231299858,
                                        ["skill"] = "Average",
                                        ["x"] = -194860.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 516998,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #3",
                                        ["unitId"] = 5,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -194789.14285714,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 517052.85714286,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #4",
                                        ["unitId"] = 6,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -194916.57142857,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 516954.28571429,
                                        ["type"] = "SA-11 Buk SR 9S18M1",
                                        ["name"] = "ЗРК Бук СОЦ 9С18М1 Купол",
                                        ["unitId"] = 7,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -194881.14285714,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 516919.14285714,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #70",
                                        ["unitId"] = 94,
                                        ["heading"] = 4.2760566673861,
                                        ["skill"] = "Average",
                                        ["x"] = -194988,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 516973.14285713,
                                ["x"] = -194870.57142857,
                                ["name"] = "Гудаута Бук",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516762.28571427,
                                                ["x"] = -196654.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517456.57142856,
                                                ["x"] = -197100.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 516798.57142857,
                                            ["x"] = -196872.28571429,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 516798.57142857,
                                        ["type"] = "55G6 EWR",
                                        ["name"] = "РЛС ДРЛО 55Ж6",
                                        ["unitId"] = 15,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -196872.28571429,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 516784.28571428,
                                        ["type"] = "ZIL-131 KUNG",
                                        ["name"] = "Юнит #1",
                                        ["unitId"] = 160,
                                        ["heading"] = 5.6025068989018,
                                        ["skill"] = "Average",
                                        ["x"] = -196858.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 516855.14285714,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Юнит #5",
                                        ["unitId"] = 161,
                                        ["heading"] = 0.78539816339745,
                                        ["skill"] = "Average",
                                        ["x"] = -196854,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 516847.71428571,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Юнит #6",
                                        ["unitId"] = 162,
                                        ["heading"] = 0.78539816339745,
                                        ["skill"] = "Average",
                                        ["x"] = -196844.57142857,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 516839.42857143,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Юнит #114",
                                        ["unitId"] = 163,
                                        ["heading"] = 0.92502450355699,
                                        ["skill"] = "Average",
                                        ["x"] = -196835.14285714,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 516810,
                                        ["type"] = "SKP-11",
                                        ["name"] = "Юнит #115",
                                        ["unitId"] = 164,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -196906,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 516824,
                                        ["type"] = "SKP-11",
                                        ["name"] = "Юнит #116",
                                        ["unitId"] = 165,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -196891.71428571,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 516798.57142857,
                                ["x"] = -196872.28571429,
                                ["name"] = "Наземная группа #001",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516304.57142856,
                                                ["x"] = -197662,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 516483.14285713,
                                                ["x"] = -197230.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 516304.57142856,
                                            ["x"] = -197662,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 516304.57142856,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Юнит #7",
                                        ["unitId"] = 24,
                                        ["heading"] = 0.39243762910503,
                                        ["skill"] = "Average",
                                        ["x"] = -197662,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 516598.57142856,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Юнит #8",
                                        ["unitId"] = 25,
                                        ["heading"] = 0.39243762910503,
                                        ["skill"] = "Average",
                                        ["x"] = -197800.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 516467.14285713,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Юнит #9",
                                        ["unitId"] = 26,
                                        ["heading"] = 0.39243762910503,
                                        ["skill"] = "Average",
                                        ["x"] = -197742.57142857,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 516376.28571427,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Юнит #10",
                                        ["unitId"] = 27,
                                        ["heading"] = 5.1836278784232,
                                        ["skill"] = "Average",
                                        ["x"] = -197686,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 516528.28571427,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Юнит #11",
                                        ["unitId"] = 28,
                                        ["heading"] = 1.9896753472735,
                                        ["skill"] = "Average",
                                        ["x"] = -197752.28571429,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 516654.57142856,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Юнит #12",
                                        ["unitId"] = 29,
                                        ["heading"] = 0.39243762910503,
                                        ["skill"] = "Average",
                                        ["x"] = -197867.14285714,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 516674.57142856,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Юнит #13",
                                        ["unitId"] = 30,
                                        ["heading"] = 0.39243762910503,
                                        ["skill"] = "Average",
                                        ["x"] = -197876.85714286,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 516437.99999999,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Юнит #14",
                                        ["unitId"] = 31,
                                        ["heading"] = 5.1312680008633,
                                        ["skill"] = "Average",
                                        ["x"] = -197794.57142857,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 516585.42857142,
                                        ["type"] = "Ural ATsP-6",
                                        ["name"] = "Юнит #15",
                                        ["unitId"] = 33,
                                        ["heading"] = 5.1138147083434,
                                        ["skill"] = "Average",
                                        ["x"] = -197759.71428571,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 516109.7142857,
                                        ["type"] = "Ural ATsP-6",
                                        ["name"] = "Юнит #16",
                                        ["unitId"] = 34,
                                        ["heading"] = 1.4311699866354,
                                        ["skill"] = "Average",
                                        ["x"] = -197552.57142857,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 516347.99999999,
                                        ["type"] = "Ural ATsP-6",
                                        ["name"] = "Юнит #17",
                                        ["unitId"] = 35,
                                        ["heading"] = 3.996803987067,
                                        ["skill"] = "Average",
                                        ["x"] = -196100,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 516340.85714284,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #18",
                                        ["unitId"] = 36,
                                        ["heading"] = 2.3561944901923,
                                        ["skill"] = "Average",
                                        ["x"] = -197681.42857143,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 516258.57142856,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #19",
                                        ["unitId"] = 37,
                                        ["heading"] = 2.6529004630314,
                                        ["skill"] = "Average",
                                        ["x"] = -197657.14285714,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 516267.7142857,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #20",
                                        ["unitId"] = 38,
                                        ["heading"] = 3.8571776469075,
                                        ["skill"] = "Average",
                                        ["x"] = -197658.85714286,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 516544.28571427,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #21",
                                        ["unitId"] = 39,
                                        ["heading"] = 1.4311699866354,
                                        ["skill"] = "Average",
                                        ["x"] = -197811.42857143,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 516421.99999999,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #22",
                                        ["unitId"] = 40,
                                        ["heading"] = 2.3911010752322,
                                        ["skill"] = "Average",
                                        ["x"] = -197754.28571429,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 516620.28571427,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #23",
                                        ["unitId"] = 41,
                                        ["heading"] = 5.2883476335428,
                                        ["skill"] = "Average",
                                        ["x"] = -197847.42857143,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 516564.28571427,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #24",
                                        ["unitId"] = 42,
                                        ["heading"] = 2.9845130209103,
                                        ["skill"] = "Average",
                                        ["x"] = -197779.71428571,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        ["y"] = 516617.99999999,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #25",
                                        ["unitId"] = 43,
                                        ["heading"] = 4.939281783144,
                                        ["skill"] = "Average",
                                        ["x"] = -197849.14285714,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        ["y"] = 516439.14285713,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #26",
                                        ["unitId"] = 44,
                                        ["heading"] = 4.0666171571468,
                                        ["skill"] = "Average",
                                        ["x"] = -197748,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        ["y"] = 516565.42857142,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #27",
                                        ["unitId"] = 45,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -197785.14285714,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        ["y"] = 516261.99999999,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Юнит #28",
                                        ["unitId"] = 46,
                                        ["heading"] = 1.4311699866354,
                                        ["skill"] = "Average",
                                        ["x"] = -197662.85714286,
                                    }, -- end of [22]
                                }, -- end of ["units"]
                                ["y"] = 516304.57142856,
                                ["x"] = -197662,
                                ["name"] = "Гудаута ТО",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 515813.14285713,
                                                ["x"] = -195511.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 515510.28571427,
                                                ["x"] = -195005.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 515749.42857141,
                                            ["x"] = -195544.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 515749.42857141,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #29",
                                        ["unitId"] = 47,
                                        ["heading"] = 5.7435970619129,
                                        ["skill"] = "Average",
                                        ["x"] = -195544.85714286,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 516313.14285713,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #30",
                                        ["unitId"] = 48,
                                        ["heading"] = 3.8920842319474,
                                        ["skill"] = "Average",
                                        ["x"] = -197882.28571429,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 516209.42857141,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #31",
                                        ["unitId"] = 49,
                                        ["heading"] = 5.7435970619129,
                                        ["skill"] = "Average",
                                        ["x"] = -197043.42857143,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 516257.99999999,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #32",
                                        ["unitId"] = 50,
                                        ["heading"] = 6.1086523819802,
                                        ["skill"] = "Average",
                                        ["x"] = -195962,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 516823.7142857,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #33",
                                        ["unitId"] = 51,
                                        ["heading"] = 4.0666171571468,
                                        ["skill"] = "Average",
                                        ["x"] = -198300.57142857,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 517052.28571427,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #34",
                                        ["unitId"] = 52,
                                        ["heading"] = 0.94247779607694,
                                        ["skill"] = "Average",
                                        ["x"] = -197172,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 517255.14285713,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #35",
                                        ["unitId"] = 53,
                                        ["heading"] = 2.6354471705114,
                                        ["skill"] = "Average",
                                        ["x"] = -198544.85714286,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 515502.28571427,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #36",
                                        ["unitId"] = 54,
                                        ["heading"] = 4.1887902047864,
                                        ["skill"] = "Average",
                                        ["x"] = -197172,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 515202.28571427,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #37",
                                        ["unitId"] = 55,
                                        ["heading"] = 5.7435970619129,
                                        ["skill"] = "Average",
                                        ["x"] = -196464.85714286,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 516902.28571427,
                                        ["type"] = "ZU-23 Emplacement Closed",
                                        ["name"] = "Юнит #38",
                                        ["unitId"] = 56,
                                        ["heading"] = 0.78539816339745,
                                        ["skill"] = "Average",
                                        ["x"] = -196450.57142857,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 515749.42857141,
                                ["x"] = -195544.85714286,
                                ["name"] = "Гудаута Зу23",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516969.99999999,
                                                ["x"] = -196776.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 519661.42857142,
                                                ["x"] = -195548.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 33,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563442.85714285,
                                            ["x"] = -220655.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563442.85714285,
                                        ["type"] = "SA-11 Buk CC 9S470M1",
                                        ["name"] = "Юнит #45",
                                        ["unitId"] = 69,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -220655.42857143,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563416.28571427,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #46",
                                        ["unitId"] = 70,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -220837.42857143,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563554.28571428,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #47",
                                        ["unitId"] = 71,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -220729.71428572,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563277.14285714,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #48",
                                        ["unitId"] = 72,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -220754,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 563434.28571428,
                                        ["type"] = "SA-11 Buk SR 9S18M1",
                                        ["name"] = "Юнит #49",
                                        ["unitId"] = 73,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -220738.28571429,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 563442.85714285,
                                ["x"] = -220655.42857143,
                                ["name"] = "Гудаута Бук #001",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516969.99999999,
                                                ["x"] = -196776.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 519661.42857142,
                                                ["x"] = -195548.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 33,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 607963.71428571,
                                            ["x"] = -238148.28571428,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 607963.71428571,
                                        ["type"] = "SA-11 Buk CC 9S470M1",
                                        ["name"] = "Юнит #50",
                                        ["unitId"] = 74,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -238148.28571428,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 607937.14285713,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #51",
                                        ["unitId"] = 75,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -238330.28571428,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 608075.14285714,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #52",
                                        ["unitId"] = 76,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -238222.57142857,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 607798,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #53",
                                        ["unitId"] = 77,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -238246.85714285,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 607955.14285714,
                                        ["type"] = "SA-11 Buk SR 9S18M1",
                                        ["name"] = "Юнит #54",
                                        ["unitId"] = 78,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -238231.14285714,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 607963.71428571,
                                ["x"] = -238148.28571428,
                                ["name"] = "Гудаута Бук #002",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516969.99999999,
                                                ["x"] = -196776.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 519661.42857142,
                                                ["x"] = -195548.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 33,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 606277.99999999,
                                            ["x"] = -258519.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 606277.99999999,
                                        ["type"] = "SA-11 Buk CC 9S470M1",
                                        ["name"] = "Юнит #55",
                                        ["unitId"] = 79,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -258519.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 606251.42857141,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #56",
                                        ["unitId"] = 80,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -258701.71428571,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 606389.42857142,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #57",
                                        ["unitId"] = 81,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -258594,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 606112.28571428,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #58",
                                        ["unitId"] = 82,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -258618.28571428,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 606269.42857142,
                                        ["type"] = "SA-11 Buk SR 9S18M1",
                                        ["name"] = "Юнит #59",
                                        ["unitId"] = 83,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -258602.57142857,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 606277.99999999,
                                ["x"] = -258519.71428571,
                                ["name"] = "Гудаута Бук #003",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516969.99999999,
                                                ["x"] = -196776.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 519661.42857142,
                                                ["x"] = -195548.28571429,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 33,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 493449.42857142,
                                            ["x"] = -185876.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 493449.42857142,
                                        ["type"] = "SA-11 Buk CC 9S470M1",
                                        ["name"] = "Юнит #65",
                                        ["unitId"] = 89,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -185876.85714286,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 493422.85714284,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #66",
                                        ["unitId"] = 90,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -186058.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 493560.85714285,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #67",
                                        ["unitId"] = 91,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -185951.14285715,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 493283.71428571,
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["name"] = "Юнит #68",
                                        ["unitId"] = 92,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -185975.42857143,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 493440.85714285,
                                        ["type"] = "SA-11 Buk SR 9S18M1",
                                        ["name"] = "Юнит #69",
                                        ["unitId"] = 93,
                                        ["heading"] = 1.1425703695562,
                                        ["skill"] = "Average",
                                        ["x"] = -185959.71428572,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 493449.42857142,
                                ["x"] = -185876.85714286,
                                ["name"] = "Гудаута Бук #005",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 595066.85714284,
                                            ["x"] = -230997.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 595066.85714284,
                                        ["type"] = "S-300PS 40B6M tr",
                                        ["name"] = "Юнит #60",
                                        ["unitId"] = 95,
                                        ["heading"] = 6.2657320146596,
                                        ["skill"] = "Average",
                                        ["x"] = -230997.42857143,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 595075.42857141,
                                        ["type"] = "S-300PS 64H6E sr",
                                        ["name"] = "Юнит #61",
                                        ["unitId"] = 96,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -231221.71428571,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 594969.7142857,
                                        ["type"] = "S-300PS 40B6MD sr",
                                        ["name"] = "Юнит #62",
                                        ["unitId"] = 97,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -231269.14285714,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 595181.14285713,
                                        ["type"] = "S-300PS 54K6 cp",
                                        ["name"] = "Юнит #63",
                                        ["unitId"] = 98,
                                        ["heading"] = 2.356194490192,
                                        ["skill"] = "Average",
                                        ["x"] = -231273.71428571,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 594999.7142857,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #64",
                                        ["unitId"] = 99,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -231082,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 595003.14285713,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #71",
                                        ["unitId"] = 100,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -231091.71428572,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 595010.57142856,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #72",
                                        ["unitId"] = 101,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -231104.85714286,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 595013.42857141,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #73",
                                        ["unitId"] = 102,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -231114,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 595141.99999999,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #74",
                                        ["unitId"] = 103,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -231079.14285715,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 595137.99999999,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #75",
                                        ["unitId"] = 104,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -231088.28571429,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 595132.28571427,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #76",
                                        ["unitId"] = 105,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -231103.14285715,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 595128.28571427,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #77",
                                        ["unitId"] = 106,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -231112.85714286,
                                    }, -- end of [12]
                                }, -- end of ["units"]
                                ["y"] = 595066.85714284,
                                ["x"] = -230997.42857143,
                                ["name"] = "Гудаута Бук #004",
                                ["start_time"] = 0,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 407,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 765771.42857143,
                                            ["x"] = -125917.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 765771.42857143,
                                        ["type"] = "S-300PS 40B6M tr",
                                        ["name"] = "Юнит #78",
                                        ["unitId"] = 107,
                                        ["heading"] = 6.2657320146596,
                                        ["skill"] = "Average",
                                        ["x"] = -125917.42857143,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 765780,
                                        ["type"] = "S-300PS 64H6E sr",
                                        ["name"] = "Юнит #79",
                                        ["unitId"] = 108,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -126141.71428571,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 765674.28571429,
                                        ["type"] = "S-300PS 40B6MD sr",
                                        ["name"] = "Юнит #80",
                                        ["unitId"] = 109,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -126189.14285714,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 765885.71428572,
                                        ["type"] = "S-300PS 54K6 cp",
                                        ["name"] = "Юнит #81",
                                        ["unitId"] = 110,
                                        ["heading"] = 2.356194490192,
                                        ["skill"] = "Average",
                                        ["x"] = -126193.71428571,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 765704.28571429,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #82",
                                        ["unitId"] = 111,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -126002,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 765707.71428572,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #83",
                                        ["unitId"] = 112,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -126011.71428572,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 765715.14285715,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #84",
                                        ["unitId"] = 113,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -126024.85714286,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 765718,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #85",
                                        ["unitId"] = 114,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -126034,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 765846.57142858,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #86",
                                        ["unitId"] = 115,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -125999.14285715,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 765842.57142858,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #87",
                                        ["unitId"] = 116,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -126008.28571429,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 765836.85714286,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #88",
                                        ["unitId"] = 117,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -126023.14285715,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 765832.85714286,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #89",
                                        ["unitId"] = 118,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -126032.85714286,
                                    }, -- end of [12]
                                }, -- end of ["units"]
                                ["y"] = 765771.42857143,
                                ["x"] = -125917.42857143,
                                ["name"] = "Гудаута Бук #006",
                                ["start_time"] = 0,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 4,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 463978.57142857,
                                            ["x"] = -168238.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 463978.57142857,
                                        ["type"] = "S-300PS 40B6M tr",
                                        ["name"] = "Юнит #90",
                                        ["unitId"] = 119,
                                        ["heading"] = 6.2657320146596,
                                        ["skill"] = "Average",
                                        ["x"] = -168238.85714286,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 463987.14285714,
                                        ["type"] = "S-300PS 64H6E sr",
                                        ["name"] = "Юнит #91",
                                        ["unitId"] = 120,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -168463.14285714,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 463881.42857143,
                                        ["type"] = "S-300PS 40B6MD sr",
                                        ["name"] = "Юнит #92",
                                        ["unitId"] = 121,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -168510.57142857,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 464092.85714286,
                                        ["type"] = "S-300PS 54K6 cp",
                                        ["name"] = "Юнит #93",
                                        ["unitId"] = 122,
                                        ["heading"] = 2.356194490192,
                                        ["skill"] = "Average",
                                        ["x"] = -168515.14285714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 463911.42857143,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #94",
                                        ["unitId"] = 123,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -168323.42857143,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 463914.85714286,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #95",
                                        ["unitId"] = 124,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -168333.14285715,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 463922.28571429,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #96",
                                        ["unitId"] = 125,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -168346.28571429,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 463925.14285714,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #97",
                                        ["unitId"] = 126,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -168355.42857143,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 464053.71428572,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #98",
                                        ["unitId"] = 127,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -168320.57142858,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 464049.71428572,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #99",
                                        ["unitId"] = 128,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -168329.71428572,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 464044,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #100",
                                        ["unitId"] = 129,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -168344.57142858,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 464040,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #101",
                                        ["unitId"] = 130,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -168354.28571429,
                                    }, -- end of [12]
                                }, -- end of ["units"]
                                ["y"] = 463978.57142857,
                                ["x"] = -168238.85714286,
                                ["name"] = "Гудаута Бук #007",
                                ["start_time"] = 0,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 554,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 623449.14285714,
                                            ["x"] = -65693.714285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 27,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 623449.14285714,
                                        ["type"] = "S-300PS 40B6M tr",
                                        ["name"] = "Юнит #102",
                                        ["unitId"] = 131,
                                        ["heading"] = 6.2657320146596,
                                        ["skill"] = "Average",
                                        ["x"] = -65693.714285714,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 623457.71428571,
                                        ["type"] = "S-300PS 64H6E sr",
                                        ["name"] = "Юнит #103",
                                        ["unitId"] = 132,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -65918,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 623352,
                                        ["type"] = "S-300PS 40B6MD sr",
                                        ["name"] = "Юнит #104",
                                        ["unitId"] = 133,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -65965.428571429,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 623563.42857143,
                                        ["type"] = "S-300PS 54K6 cp",
                                        ["name"] = "Юнит #105",
                                        ["unitId"] = 134,
                                        ["heading"] = 2.356194490192,
                                        ["skill"] = "Average",
                                        ["x"] = -65970,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 623382,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #106",
                                        ["unitId"] = 135,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -65778.285714284,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 623385.42857143,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #107",
                                        ["unitId"] = 136,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -65788.000000004,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 623392.85714286,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #108",
                                        ["unitId"] = 137,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -65801.142857144,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 623395.71428571,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #109",
                                        ["unitId"] = 138,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -65810.285714284,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 623524.28571429,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #110",
                                        ["unitId"] = 139,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -65775.428571434,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 623520.28571429,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #111",
                                        ["unitId"] = 140,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -65784.571428574,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 623514.57142857,
                                        ["type"] = "S-300PS 5P85D ln",
                                        ["name"] = "Юнит #112",
                                        ["unitId"] = 141,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -65799.428571434,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 623510.57142857,
                                        ["type"] = "S-300PS 5P85C ln",
                                        ["name"] = "Юнит #113",
                                        ["unitId"] = 142,
                                        ["heading"] = 1.5707963267949,
                                        ["skill"] = "Average",
                                        ["x"] = -65809.142857144,
                                    }, -- end of [12]
                                }, -- end of ["units"]
                                ["y"] = 623449.14285714,
                                ["x"] = -65693.714285714,
                                ["name"] = "Гудаута Бук #008",
                                ["start_time"] = 0,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516762.28571427,
                                                ["x"] = -196654.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517456.57142856,
                                                ["x"] = -197100.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 608771.42857143,
                                            ["x"] = -239037.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 36,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 608771.42857143,
                                        ["type"] = "55G6 EWR",
                                        ["name"] = "Юнит #125",
                                        ["unitId"] = 154,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -239037.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 608771.42857143,
                                ["x"] = -239037.14285714,
                                ["name"] = "Наземная группа #009",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [13]
                            [14] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516762.28571427,
                                                ["x"] = -196654.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517456.57142856,
                                                ["x"] = -197100.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 606357.14285714,
                                            ["x"] = -257844.28571428,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 37,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 606357.14285714,
                                        ["type"] = "55G6 EWR",
                                        ["name"] = "Юнит #126",
                                        ["unitId"] = 155,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -257844.28571428,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 606357.14285714,
                                ["x"] = -257844.28571428,
                                ["name"] = "Наземная группа #010",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [14]
                            [15] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516762.28571427,
                                                ["x"] = -196654.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517456.57142856,
                                                ["x"] = -197100.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 568528.57142857,
                                            ["x"] = -225187.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 38,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 568528.57142857,
                                        ["type"] = "55G6 EWR",
                                        ["name"] = "Юнит #127",
                                        ["unitId"] = 156,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -225187.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 568528.57142857,
                                ["x"] = -225187.14285714,
                                ["name"] = "Наземная группа #011",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [15]
                            [16] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516762.28571427,
                                                ["x"] = -196654.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517456.57142856,
                                                ["x"] = -197100.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 493672.85714285,
                                            ["x"] = -186161.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 39,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 493672.85714285,
                                        ["type"] = "55G6 EWR",
                                        ["name"] = "Юнит #128",
                                        ["unitId"] = 157,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -186161.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 493672.85714285,
                                ["x"] = -186161.42857142,
                                ["name"] = "Наземная группа #012",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [16]
                            [17] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516762.28571427,
                                                ["x"] = -196654.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517456.57142856,
                                                ["x"] = -197100.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462110,
                                            ["x"] = -165047.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 40,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 462110,
                                        ["type"] = "55G6 EWR",
                                        ["name"] = "Юнит #129",
                                        ["unitId"] = 158,
                                        ["heading"] = 2.1415095869843,
                                        ["skill"] = "Average",
                                        ["x"] = -165047.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462110,
                                ["x"] = -165047.14285714,
                                ["name"] = "Наземная группа #013",
                                ["start_time"] = 0,
                                ["task"] = "Без задачи",
                            }, -- end of [17]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["name"] = "старт 23х мигов",
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Start",
                                                ["params"] = 
                                                {
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Fighter Sweep",
                                ["uncontrolled"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515888.46875,
                                            ["x"] = -196649.5,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "FighterSweep",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Planes",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 5008,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 50.855873040515,
                                            ["y"] = 519974.28571428,
                                            ["x"] = -202411.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "NoAction",
                                                                    ["params"] = 
                                                                    {
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 5008,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 114.4442185264,
                                            ["y"] = 523031.42857142,
                                            ["x"] = -194125.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 5008,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 189.2939769408,
                                            ["y"] = 513460,
                                            ["x"] = -190068.28571429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 5008,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 276.09394910293,
                                            ["y"] = 509145.71428571,
                                            ["x"] = -201325.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SwitchWaypoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["goToWaypointIndex"] = 2,
                                                                        ["fromWaypointIndex"] = 5,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["onboard_num"] = "10",
                                        ["parking"] = 43,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 2.5247581236965,
                                        ["callsign"] = 107,
                                        ["psi"] = -2.5247581236965,
                                        ["y"] = 515888.46875,
                                        ["x"] = -196649.5,
                                        ["name"] = "Пилот #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3800",
                                            ["flare"] = 60,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "MiG-23MLD",
                                        ["start_type"] = 3,
                                        ["unitId"] = 1,
                                        ["skill"] = "High",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["onboard_num"] = "11",
                                        ["parking"] = 30,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 2.5247581236965,
                                        ["callsign"] = 108,
                                        ["psi"] = -2.5247581236965,
                                        ["y"] = 515691.71875,
                                        ["x"] = -196404.984375,
                                        ["name"] = "Пилот #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3800",
                                            ["flare"] = 60,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "MiG-23MLD",
                                        ["start_type"] = 3,
                                        ["unitId"] = 2,
                                        ["skill"] = "High",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 515888.46875,
                                ["x"] = -196649.5,
                                ["name"] = "Самолетная группа",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "AWACS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 5000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 86400,
                                            ["y"] = 580757.14285714,
                                            ["x"] = -85452.688284818,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "AWACS",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 5000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 333.2389201367,
                                            ["y"] = 539128.57142857,
                                            ["x"] = -105681.25971339,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 5000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1061.0155353372,
                                            ["y"] = 637557.14285714,
                                            ["x"] = -128681.25971339,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SwitchWaypoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["goToWaypointIndex"] = 2,
                                                                        ["fromWaypointIndex"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 5000,
                                        ["type"] = "A-50",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 68,
                                        ["psi"] = 2.0231247063799,
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["y"] = 580757.14285714,
                                        ["x"] = -85452.688284818,
                                        ["name"] = "Пилот #7",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "70000",
                                            ["flare"] = 192,
                                            ["chaff"] = 192,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -2.0231247063799,
                                        ["callsign"] = 112,
                                        ["onboard_num"] = "12",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 580757.14285714,
                                ["x"] = -85452.688284818,
                                ["name"] = "Самолетная группа #004",
                                ["communication"] = true,
                                ["start_time"] = 86400,
                                ["frequency"] = 124,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["valid"] = true,
                                        ["name"] = "Су к Гудауте",
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SwitchWaypoint",
                                                ["params"] = 
                                                {
                                                    ["goToWaypointIndex"] = 4,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 5000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["y"] = 354682.85714285,
                                            ["x"] = -184692.28571428,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 5000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 820.67093465332,
                                            ["y"] = 472285.71428571,
                                            ["x"] = -76832.571428571,
                                            ["speed"] = 194.44444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 5000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1622.9270127891,
                                            ["y"] = 359426.28571428,
                                            ["x"] = -184521.71428571,
                                            ["speed"] = 194.44444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SwitchWaypoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["goToWaypointIndex"] = 2,
                                                                        ["fromWaypointIndex"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 5000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2000.5273633443,
                                            ["y"] = 525200,
                                            ["x"] = -189214.28571429,
                                            ["speed"] = 211.38888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "EngageTargets",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                                ["maxDistEnabled"] = true,
                                                                ["maxDist"] = 40000,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = -1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1927.7766315407,
                                            ["airdromeId"] = 18,
                                            ["y"] = 462236.21834688,
                                            ["x"] = -164474.73482633,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 5000,
                                        ["type"] = "MiG-23MLD",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 58,
                                        ["psi"] = -0.8285853080952,
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "Good",
                                        ["y"] = 354682.85714285,
                                        ["x"] = -184692.28571428,
                                        ["name"] = "Пилот #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3800",
                                            ["flare"] = 60,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 0.8285853080952,
                                        ["callsign"] = 111,
                                        ["onboard_num"] = "12",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 5000,
                                        ["type"] = "MiG-23MLD",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 59,
                                        ["psi"] = -0.8285853080952,
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "Good",
                                        ["y"] = 354722.85714285,
                                        ["x"] = -184732.28571428,
                                        ["name"] = "Пилот #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3800",
                                            ["flare"] = 60,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 0.8285853080952,
                                        ["callsign"] = 109,
                                        ["onboard_num"] = "13",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 354682.85714285,
                                ["x"] = -184692.28571428,
                                ["name"] = "Самолетная группа #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0.47123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516255.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -197673.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 3,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-17M4",
                                        ["unitId"] = 8,
                                        ["livery_id"] = "af standard (RUS)",
                                        ["rate"] = "40",
                                        ["y"] = 516255.14285714,
                                        ["x"] = -197673.14285714,
                                        ["name"] = "Стат. объект",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.47123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516255.14285714,
                                ["x"] = -197673.14285714,
                                ["name"] = "Стат. объект",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0.43633231299858,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516318.57142856,
                                            ["speed"] = 0,
                                            ["x"] = -197702.28571429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-17M4",
                                        ["unitId"] = 9,
                                        ["livery_id"] = "af standard (RUS)",
                                        ["rate"] = "40",
                                        ["y"] = 516318.57142856,
                                        ["x"] = -197702.28571429,
                                        ["name"] = "Стат. объект #001",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516318.57142856,
                                ["x"] = -197702.28571429,
                                ["name"] = "Стат. объект #001",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0.47123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516430.57142856,
                                            ["speed"] = 0,
                                            ["x"] = -197756,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-17M4",
                                        ["unitId"] = 11,
                                        ["livery_id"] = "af standard (RUS)",
                                        ["rate"] = "40",
                                        ["y"] = 516430.57142856,
                                        ["x"] = -197756,
                                        ["name"] = "Стат. объект #003",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.47123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516430.57142856,
                                ["x"] = -197756,
                                ["name"] = "Стат. объект #003",
                                ["dead"] = false,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 1,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0.38397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516370.28571428,
                                            ["speed"] = 0,
                                            ["x"] = -197727.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-17M4",
                                        ["unitId"] = 10,
                                        ["livery_id"] = "af standard",
                                        ["y"] = 516370.28571428,
                                        ["x"] = -197727.14285714,
                                        ["name"] = "Стат. объект #002",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.38397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516370.28571428,
                                ["x"] = -197727.14285714,
                                ["name"] = "Стат. объект #002",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0.43633231299858,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516472.28571429,
                                            ["speed"] = 0,
                                            ["x"] = -197774.57142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-17M4",
                                        ["unitId"] = 12,
                                        ["livery_id"] = "af standard",
                                        ["y"] = 516472.28571429,
                                        ["x"] = -197774.57142857,
                                        ["name"] = "Стат. объект #004",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.43633231299858,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516472.28571429,
                                ["x"] = -197774.57142857,
                                ["name"] = "Стат. объект #004",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0.50614548307836,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516549.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -197810.85714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "MiG-23MLD",
                                        ["unitId"] = 13,
                                        ["livery_id"] = "af standard",
                                        ["rate"] = "30",
                                        ["y"] = 516549.14285714,
                                        ["x"] = -197810.85714286,
                                        ["name"] = "Стат. объект #005",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.50614548307836,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516549.14285714,
                                ["x"] = -197810.85714286,
                                ["name"] = "Стат. объект #005",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0.41887902047864,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516615.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -197842.57142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "MiG-23MLD",
                                        ["unitId"] = 14,
                                        ["livery_id"] = "af standard",
                                        ["rate"] = "30",
                                        ["y"] = 516615.99999999,
                                        ["x"] = -197842.57142857,
                                        ["name"] = "Стат. объект #006",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.41887902047864,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516615.99999999,
                                ["x"] = -197842.57142857,
                                ["name"] = "Стат. объект #006",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 0.47123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 516516.28571429,
                                            ["speed"] = 0,
                                            ["x"] = -197795.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-17M4",
                                        ["unitId"] = 159,
                                        ["livery_id"] = "af standard",
                                        ["y"] = 516516.28571429,
                                        ["x"] = -197795.71428571,
                                        ["name"] = "Стат. объект #007",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.47123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516516.28571429,
                                ["x"] = -197795.71428571,
                                ["name"] = "Стат. объект #007",
                                ["dead"] = false,
                            }, -- end of [5]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["name"] = "Ukraine",
                }, -- end of [4]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Хургада",
    ["version"] = 5,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 2,
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 60,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "blue",
                    ["volume"] = 1000,
                    ["flag"] = 11,
                    ["radiotext"] = "Каир-Uzi1-1/ нужна помощь бандит на хвосте",
                    ["predicate"] = "a_add_radio_item",
                    ["unit"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 40,
                    ["volume"] = 1000,
                    ["coalitionlist"] = "blue",
                    ["text"] = "Uzi1-1-Каир/ Вас наблюдаю. Готов оказать помощь . В наличии две ПЗРК Стрела и ЗУ-23-2. Жду Вашей команды.",
                    ["predicate"] = "a_out_text_delay_s",
                    ["unit"] = "",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "blue",
                    ["volume"] = 1000,
                    ["file"] = "Sobschenie test.ogg",
                    ["predicate"] = "a_out_sound_s",
                    ["unit"] = "",
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 60,
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_out_zone",
                    ["zone"] = 2,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "blue",
                    ["volume"] = 1000,
                    ["flag"] = 11,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Каир-Uzi1-1/ нужна помощь бандит на хвосте",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 11,
                    ["seconds"] = 10,
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = 28,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                    ["volume"] = 1000,
                    ["predicate"] = "a_ai_task",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 11,
                    ["seconds"] = 10,
                    ["predicate"] = "c_flag_is_false",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["unit"] = "",
                    ["volume"] = 1000,
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 28,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 11,
                    ["seconds"] = 300,
                    ["predicate"] = "c_time_since_flag",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 11,
                    ["volume"] = 1000,
                    ["predicate"] = "a_clear_flag",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_time_after",
                    ["seconds"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "shot",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = 14,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                    ["volume"] = 1000,
                    ["predicate"] = "a_ai_task",
                    ["unit"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = 1,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                    ["volume"] = 1000,
                    ["predicate"] = "a_ai_task",
                    ["unit"] = "",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 60,
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["speed"] = 5,
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 60,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 500,
                    ["unit"] = "",
                    ["predicate"] = "a_set_flag",
                    ["volume"] = 1000,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 500,
                    ["seconds"] = 10,
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "or",
                }, -- end of [3]
                [4] = 
                {
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 7,
                }, -- end of [4]
                [5] = 
                {
                    ["flag"] = 500,
                    ["seconds"] = 10,
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 15,
                }, -- end of [7]
                [8] = 
                {
                    ["flag"] = 500,
                    ["seconds"] = 10,
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [8]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 100,
                    ["volume"] = 1000,
                    ["text"] = "КОМАНДОВАНИЕ ВЫРАЖАЕТ ВАМ БЛАГОДАРНОСТЬ ЗА ОТЛИЧНО ВЫПОЛНЕНОЕ ЗАДАНИЕ .",
                    ["predicate"] = "a_out_text_delay",
                    ["unit"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["volume"] = 1000,
                    ["file"] = "Israel.ogg",
                    ["predicate"] = "a_out_sound",
                    ["unit"] = "",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "ИГРОК ПРИЗЕМЛИЛСЯ",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 60,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "dead",
            ["actions"] = 
            {
                [1] = 
                {
                    ["volume"] = 1000,
                    ["text"] = "Провал",
                    ["winner"] = "red",
                    ["predicate"] = "a_end_mission",
                    ["unit"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["volume"] = 1000,
                    ["file"] = "defeat.ogg",
                    ["predicate"] = "a_out_sound",
                    ["unit"] = "",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 1336259399",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 7,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["seconds"] = 10,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 15,
                }, -- end of [5]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1336261068",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["volume"] = 1000,
                    ["group"] = "",
                    ["file"] = "aviabaza.ogg",
                    ["predicate"] = "a_out_sound",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [10]
    }, -- end of ["trigrules"]
    ["currentKey"] = 54015,
    ["start_time"] = 8276400,
    ["forcedOptions"] = 
    {
        ["fuel"] = false,
        ["easyRadar"] = false,
        ["scenes"] = "high",
        ["accidental_failures"] = false,
        ["optionsView"] = "optview_all",
        ["permitCrash"] = false,
        ["immortal"] = false,
        ["easyCommunication"] = false,
        ["easyFlight"] = false,
        ["radio"] = false,
        ["tips"] = false,
        ["externalViews"] = false,
        ["labels"] = false,
        ["civTraffic"] = "medium",
        ["weapons"] = false,
        ["padlock"] = false,
        ["geffect"] = "realistic",
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["TACAN_FAILURE_RECEIVER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 приёмник",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_RECEIVER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_RECEIVER"]
        ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 правая антенна",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_RIGHT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"]
        ["sas_pitch_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "СУУ крен влево",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_left",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_left"]
        ["TGP_FAILURE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP на левом крыле",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_LEFT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_LEFT"]
        ["CADC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TOTAL"]
        ["hydro_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ГИДРО ПРАВ.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_right",
            ["mm"] = 0,
        }, -- end of ["hydro_right"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V носовая левая антенна",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"]
        ["CADC_FAILURE_TAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик истинная возд. cкорости",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TAS"]
        ["sas_yaw_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "СУУ рыскание вправо",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_right",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_right"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V хвостовая правая антенна",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"]
        ["IFFCC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "IFFCC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_TOTAL"]
        ["CADC_FAILURE_PRESSURE_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик выс. относит. уровня моря",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_PRESSURE_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_PRESSURE_ALT"]
        ["SADL_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Сист. обмена тактич. информацией",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SADL_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SADL_FAILURE_TOTAL"]
        ["TACAN_FAILURE_TRANSMITTER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 передатчик",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TRANSMITTER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TRANSMITTER"]
        ["CLOCK_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Часы",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CLOCK_FAILURE",
            ["mm"] = 0,
        }, -- end of ["CLOCK_FAILURE"]
        ["AAR_47_FAILURE_SENSOR_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 левый датчик",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_LEFT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_LEFT"]
        ["AAR_47_FAILURE_SENSOR_TAIL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 хвостовой датчик",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_TAIL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_TAIL"]
        ["AAR_47_FAILURE_SENSOR_BOTTOM"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 нижний датчик",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_BOTTOM",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_BOTTOM"]
        ["CICU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CICU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CICU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CICU_FAILURE_TOTAL"]
        ["LEFT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MFCD левый",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LEFT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["LEFT_MFCD_FAILURE"]
        ["l_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Левый генератор",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_gen",
            ["mm"] = 0,
        }, -- end of ["l_gen"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V контейнер правой стойки шасси",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ЛЕВ. ДВИГ.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["AAR_47_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_TOTAL"]
        ["ILS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_TOTAL"]
        ["CADC_FAILURE_TEMPERATURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик температуры",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TEMPERATURE",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TEMPERATURE"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V носовая правая антенна",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"]
        ["l_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Левый преобразователь",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_conv",
            ["mm"] = 0,
        }, -- end of ["l_conv"]
        ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 левая антенна",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_LEFT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"]
        ["CADC_FAILURE_DYNAMIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик динамического давления",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_DYNAMIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_DYNAMIC"]
        ["ILS_FAILURE_ANT_MARKER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 маркерная ант.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_MARKER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_MARKER"]
        ["CADC_FAILURE_STATIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик статического давления",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_STATIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_STATIC"]
        ["AN_ALE_40V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_TOTAL"]
        ["HUD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ИЛС",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HUD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HUD_FAILURE"]
        ["AIRSPEED_INDICATOR_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Указатель скорости",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AIRSPEED_INDICATOR_FAILURE",
            ["mm"] = 0,
        }, -- end of ["AIRSPEED_INDICATOR_FAILURE"]
        ["r_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Правый генератор",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_gen",
            ["mm"] = 0,
        }, -- end of ["r_gen"]
        ["ILS_FAILURE_ANT_LOCALIZER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 курсовая ант.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_LOCALIZER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_LOCALIZER"]
        ["VHF_AM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "УКВ/AM радиостанция",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_AM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_AM_RADIO_FAILURE_TOTAL"]
        ["sas_pitch_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "СУУ крен вправо",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_right",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_right"]
        ["VHF_FM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "УКВ/FM радиостанция",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_FM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_FM_RADIO_FAILURE_TOTAL"]
        ["RIGHT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MFCD правый",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RIGHT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RIGHT_MFCD_FAILURE"]
        ["AAR_47_FAILURE_SENSOR_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 правый датчик",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_RIGHT"]
        ["IFFCC_FAILURE_GUN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ПУШКА",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_GUN",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_GUN"]
        ["CADC_FAILURE_IAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик приборной возд. cкорости",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_IAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_IAS"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ПРАВ. ДВИГ.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V контейнер левой стойки шасси",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V контейнер в законцовке левого крыла",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"]
        ["AN_ALR69V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR69V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_TOTAL"]
        ["sas_yaw_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "СУУ рыскание влево",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_left",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_left"]
        ["CDU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CDU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CDU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CDU_FAILURE_TOTAL"]
        ["EGI_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EGI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EGI_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["EGI_FAILURE_TOTAL"]
        ["ILS_FAILURE_ANT_GLIDESLOPE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 глиссадная ант.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_GLIDESLOPE",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_GLIDESLOPE"]
        ["UHF_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "УВЧ/UHF радиостанция",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "UHF_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["UHF_RADIO_FAILURE_TOTAL"]
        ["TACAN_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TOTAL"]
        ["TGP_FAILURE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP на правом крыле",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_RIGHT"]
        ["CADC_FAILURE_MACH"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик числа маха",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_MACH",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_MACH"]
        ["hydro_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ГИДРО ЛЕВ.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_left",
            ["mm"] = 0,
        }, -- end of ["hydro_left"]
        ["r_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Правый преобразователь",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_conv",
            ["mm"] = 0,
        }, -- end of ["r_conv"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V контейнер в законцовке правого крыла",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"]
        ["CADC_FAILURE_BARO_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC датчик высоты по высотомеру",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_BARO_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_BARO_ALT"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V хвостовая левая антенна",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"]
    }, -- end of ["failures"]
} -- end of mission
