mission = 
{
    ["requiredModules"] = 
    {
    }, -- end of ["requiredModules"]
    ["date"] = 
    {
        ["Year"] = 1987,
        ["Day"] = 21,
        ["Month"] = 12,
    }, -- end of ["date"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_flag_is_true(\"MissionComplete\") )",
                [2] = "return(c_flag_is_true(\"MissionFailed\") )",
            }, -- end of ["conditions"]
            ["actions"] = 
            {
                [1] = "a_set_mission_result(100)",
                [2] = "a_set_mission_result(-100)",
            }, -- end of ["actions"]
            ["func"] = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 2,
        ["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"]
    ["maxDictId"] = 47,
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_unit_set_life_percentage(55, 100); mission.trig.events[\"mission start\"][1]=nil;",
            [2] = "a_out_picture(getValueResourceByKey(\"ResKey_Action_6\"), 5, false, 0, \"0\", \"0\", 70, \"0\");a_out_picture(getValueResourceByKey(\"ResKey_Action_7\"), 5, false, 6, \"0\", \"0\", 70, \"0\");a_out_picture(getValueResourceByKey(\"ResKey_Action_8\"), 5, false, 11, \"2\", \"2\", 70, \"0\");a_user_draw_hide(\"red\", \"0\"); mission.trig.func[2]=nil;",
            [3] = "a_activate_group(2); mission.trig.func[3]=nil;",
            [4] = "a_out_picture_g(1, getValueResourceByKey(\"ResKey_Action_19\"), 10, false, 0, \"0\", \"0\", 70, \"0\");a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_37\"), 0); mission.trig.func[4]=nil;",
            [5] = "a_out_picture_g(1, getValueResourceByKey(\"ResKey_Action_21\"), 5, false, 0, \"0\", \"0\", 70, \"0\");a_out_picture_g(1, getValueResourceByKey(\"ResKey_Action_23\"), 180, false, 5, \"1\", \"0\", 70, \"0\");a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_38\"), 0);a_set_flag(\"MissionComplete\"); mission.trig.func[5]=nil;",
            [6] = "a_out_picture_g(1, getValueResourceByKey(\"ResKey_Action_39\"), 180, false, 0, \"1\", \"0\", 70, \"0\");a_set_flag(\"MissionFailed\"); mission.trig.func[6]=nil;",
            [7] = "a_unit_set_life_percentage(55, 100); mission.trig.events[\"mission start\"][7]=nil;",
            [8] = "a_activate_group(5);a_activate_group(13); mission.trig.func[8]=nil;",
            [9] = "a_ai_task(8, 1); mission.trig.func[9]=nil;",
            [10] = "a_ai_task(10, 1); mission.trig.func[10]=nil;",
            [11] = "a_activate_group(17);a_ai_task(13, 5); mission.trig.func[11]=nil;",
            [12] = "a_activate_group(135); mission.trig.func[12]=nil;",
            [13] = "a_activate_group(17);a_ai_task(13, 5);a_ai_task(5, 5);a_set_flag(\"Sead1RTB\"); mission.trig.func[13]=nil;",
            [14] = "a_unit_set_life_percentage(55, 100); mission.trig.events[\"mission start\"][14]=nil;",
            [15] = "a_do_script_file(getValueResourceByKey(\"ResKey_Action_32\")); mission.trig.func[15]=nil;",
            [16] = "a_ai_task(1, 1);a_ai_task(6, 1);a_ai_task(7, 3);a_ai_task(8, 3);a_ai_task(13, 2);a_ai_task(5, 2);a_ai_task(17, 2);a_ai_task(135, 2);a_ai_task(6, 2);a_ai_task(7, 4);a_ai_task(8, 2);a_ai_task(13, 1);a_ai_task(5, 1);a_ai_task(17, 1);a_ai_task(135, 1);",
            [17] = "a_ai_task(1, 2);a_ai_task(6, 4);a_ai_task(7, 1);a_ai_task(8, 4);a_ai_task(5, 3);a_ai_task(13, 3);a_ai_task(17, 3);a_ai_task(135, 3);a_ai_task(6, 3);a_ai_task(7, 2);a_ai_task(8, 5);a_ai_task(17, 4);a_ai_task(13, 4);a_ai_task(5, 4);a_ai_task(135, 4);",
        }, -- end of ["actions"]
        ["events"] = 
        {
            ["mission start"] = 
            {
                [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
                [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
                [14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
            }, -- end of ["mission start"]
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
            [13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
            [15] = "if mission.trig.conditions[15]() then mission.trig.actions[15]() end",
            [16] = "if mission.trig.conditions[16]() then if not mission.trig.flag[16] then mission.trig.actions[16](); mission.trig.flag[16] = true;end; else mission.trig.flag[16] = false; end;",
            [17] = "if mission.trig.conditions[17]() then if not mission.trig.flag[17] then mission.trig.actions[17](); mission.trig.flag[17] = true;end; else mission.trig.flag[17] = false; 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,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
            [15] = true,
            [16] = true,
            [17] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(true)",
            [2] = "return(c_time_after(5) )",
            [3] = "return(c_time_after(16) )",
            [4] = "return(c_group_dead(5) )",
            [5] = "return(c_group_dead(17) and c_flag_is_false(\"MissionFailed\") )",
            [6] = "return(c_missile_in_zone(\"4.4.8.132\", 4, 165) and c_flag_is_true(\"Sead1RTB\") and c_flag_is_false(\"MissionComplete\") )",
            [7] = "return(true)",
            [8] = "return(c_unit_in_zone(1, 330) )",
            [9] = "return(c_unit_in_zone(1, 495) )",
            [10] = "return(c_unit_in_zone(21, 165) or c_unit_in_zone(23, 165) )",
            [11] = "return(c_group_dead(5) )",
            [12] = "return(c_group_dead(13) )",
            [13] = "return(c_missile_in_zone(\"4.4.8.132\", 4, 165) )",
            [14] = "return(true)",
            [15] = "return(c_time_before(10) )",
            [16] = "return(c_flag_is_true(\"StealthMechanic\") )",
            [17] = "return(c_flag_is_false(\"StealthMechanic\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["pictureFileNameN"] = 
    {
    }, -- end of ["pictureFileNameN"]
    ["drawings"] = 
    {
        ["options"] = 
        {
            ["hiddenOnF10Map"] = 
            {
                ["Observer"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Observer"]
                ["Instructor"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Instructor"]
                ["ForwardObserver"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["ForwardObserver"]
                ["ArtilleryCommander"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["ArtilleryCommander"]
                ["Spectrator"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Spectrator"]
                ["Pilot"] = 
                {
                    ["Neutral"] = false,
                    ["Blue"] = false,
                    ["Red"] = false,
                }, -- end of ["Pilot"]
            }, -- end of ["hiddenOnF10Map"]
        }, -- end of ["options"]
        ["layers"] = 
        {
            [2] = 
            {
                ["visible"] = true,
                ["name"] = "Blue",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [2]
            [3] = 
            {
                ["visible"] = true,
                ["name"] = "Neutral",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [3]
            [1] = 
            {
                ["visible"] = true,
                ["name"] = "Red",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [1]
            [4] = 
            {
                ["visible"] = true,
                ["name"] = "Common",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [4]
            [5] = 
            {
                ["visible"] = true,
                ["name"] = "Author",
                ["objects"] = 
                {
                }, -- end of ["objects"]
            }, -- end of [5]
        }, -- end of ["layers"]
    }, -- end of ["drawings"]
    ["groundControl"] = 
    {
        ["passwords"] = 
        {
            ["artillery_commander"] = 
            {
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
            }, -- end of ["instructor"]
            ["observer"] = 
            {
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
            }, -- end of ["forward_observer"]
        }, -- end of ["passwords"]
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
        ["isPilotControlVehicles"] = false,
    }, -- end of ["groundControl"]
    ["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["dust_density"] = 0,
        ["halo"] = 
        {
            ["preset"] = "auto",
        }, -- end of ["halo"]
        ["enable_dust"] = false,
        ["season"] = 
        {
            ["temperature"] = 10.39999961853,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 0,
        }, -- end of ["fog"]
        ["groundTurbulence"] = 0,
        ["modifiedTime"] = false,
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 200,
            ["density"] = 0,
            ["preset"] = "Preset6",
            ["base"] = 2500,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["radius"] = 76200,
                ["zoneId"] = 165,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.094117647058824,
                }, -- end of ["color"]
                ["properties"] = 
                {
                }, -- end of ["properties"]
                ["hidden"] = false,
                ["y"] = 876891.49695621,
                ["x"] = -289087.10663347,
                ["name"] = "CAP Zone",
                ["heading"] = 0,
                ["type"] = 0,
            }, -- end of [1]
            [2] = 
            {
                ["radius"] = 3000,
                ["zoneId"] = 330,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["properties"] = 
                {
                }, -- end of ["properties"]
                ["hidden"] = false,
                ["y"] = 774032.07749752,
                ["x"] = -294617.37483068,
                ["name"] = "Combat Area",
                ["type"] = 2,
                ["heading"] = 0,
                ["verticies"] = 
                {
                    [1] = 
                    {
                        ["y"] = 730618.28393803,
                        ["x"] = -368112.13276269,
                    }, -- end of [1]
                    [2] = 
                    {
                        ["y"] = 797348.10883431,
                        ["x"] = -397273.59167406,
                    }, -- end of [2]
                    [3] = 
                    {
                        ["y"] = 823619.69343914,
                        ["x"] = -215999.65790072,
                    }, -- end of [3]
                    [4] = 
                    {
                        ["y"] = 744542.22377859,
                        ["x"] = -197084.11698524,
                    }, -- end of [4]
                }, -- end of ["verticies"]
            }, -- end of [2]
            [3] = 
            {
                ["radius"] = 82296,
                ["zoneId"] = 495,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.070588235294118,
                }, -- end of ["color"]
                ["properties"] = 
                {
                }, -- end of ["properties"]
                ["hidden"] = false,
                ["y"] = 677946.10474998,
                ["x"] = -284457.73496661,
                ["name"] = "EnemyCAPActivate",
                ["heading"] = 0,
                ["type"] = 0,
            }, -- end of [3]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 657336.24546723,
        ["zoom"] = 1656191.8003259,
        ["centerX"] = -171343.03858703,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["neutrals"] = 
        {
            [1] = 18,
            [2] = 70,
            [3] = 83,
            [4] = 21,
            [5] = 23,
            [6] = 65,
            [7] = 24,
            [8] = 11,
            [9] = 86,
            [10] = 64,
            [11] = 25,
            [12] = 8,
            [13] = 63,
            [14] = 27,
            [15] = 28,
            [16] = 76,
            [17] = 84,
            [18] = 26,
            [19] = 13,
            [20] = 90,
            [21] = 29,
            [22] = 62,
            [23] = 30,
            [24] = 5,
            [25] = 78,
            [26] = 16,
            [27] = 6,
            [28] = 87,
            [29] = 31,
            [30] = 61,
            [31] = 32,
            [32] = 33,
            [33] = 60,
            [34] = 17,
            [35] = 34,
            [36] = 35,
            [37] = 15,
            [38] = 69,
            [39] = 20,
            [40] = 36,
            [41] = 59,
            [42] = 37,
            [43] = 71,
            [44] = 79,
            [45] = 58,
            [46] = 57,
            [47] = 56,
            [48] = 55,
            [49] = 88,
            [50] = 38,
            [51] = 12,
            [52] = 73,
            [53] = 39,
            [54] = 89,
            [55] = 54,
            [56] = 40,
            [57] = 77,
            [58] = 72,
            [59] = 41,
            [60] = 0,
            [61] = 42,
            [62] = 43,
            [63] = 44,
            [64] = 85,
            [65] = 75,
            [66] = 45,
            [67] = 19,
            [68] = 9,
            [69] = 53,
            [70] = 46,
            [71] = 22,
            [72] = 47,
            [73] = 52,
            [74] = 10,
            [75] = 66,
            [76] = 51,
            [77] = 3,
            [78] = 4,
            [79] = 1,
            [80] = 74,
            [81] = 82,
            [82] = 2,
            [83] = 7,
            [84] = 68,
            [85] = 50,
            [86] = 49,
            [87] = 48,
            [88] = 67,
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            [1] = 80,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 81,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "DictKey_descriptionText_1",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "MissionComplete",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = 100,
            ["predicate"] = "score",
            ["comment"] = "MissionComplete",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "MissionFailed",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = -100,
            ["comment"] = "MissionFailed",
            ["predicate"] = "score",
            ["side"] = "OFFLINE",
        }, -- end of [2]
    }, -- end of ["goals"]
    ["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
    ["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
    ["pictureFileNameB"] = 
    {
        [2] = "ResKey_ImageBriefing_45",
        [3] = "ResKey_ImageBriefing_34",
        [1] = "ResKey_ImageBriefing_44",
        [4] = "ResKey_ImageBriefing_29",
        [5] = "ResKey_ImageBriefing_30",
    }, -- end of ["pictureFileNameB"]
    ["coalition"] = 
    {
        ["neutrals"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "neutrals",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["hiddenOnMFD"] = true,
                                ["heading"] = 0.59341194567807,
                                ["hiddenOnPlanner"] = true,
                                ["groupId"] = 18,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "cow3",
                                        ["category"] = "Animal",
                                        ["shape_name"] = "Cow",
                                        ["type"] = "Cow",
                                        ["unitId"] = 55,
                                        ["rate"] = 2,
                                        ["y"] = 294362.75684329,
                                        ["x"] = -6606.5000469659,
                                        ["name"] = "Moo",
                                        ["heading"] = 0.59341194567807,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 294362.75684329,
                                ["x"] = -6606.5000469659,
                                ["name"] = "Moo",
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 294362.75684329,
                                            ["speed"] = 0,
                                            ["x"] = -6606.5000469659,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["dead"] = false,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 5,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = -441740.85064293,
                                            ["x"] = 150267.06231454,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "winter",
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Soldier M249",
                                        ["unitId"] = 57,
                                        ["y"] = -441740.85064293,
                                        ["x"] = 150267.06231454,
                                        ["name"] = "Cpl. Shepard",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = -441740.85064293,
                                ["x"] = 150267.06231454,
                                ["name"] = "Cpl. Shepard",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 821400.81936182,
                ["x"] = -290019.34457838,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "blue",
            ["country"] = 
            {
                [1] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 717,
                                            ["action"] = "From Ground Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 46.25,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffGroundHot",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 778586.39599643,
                                            ["x"] = -295381.74383763,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 717,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 46.25,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 428.8154954958,
                                            ["ETA_locked"] = false,
                                            ["y"] = 796740.38512306,
                                            ["x"] = -287396.17377839,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 717,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 46.25,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 935.33916803745,
                                            ["ETA_locked"] = false,
                                            ["y"] = 819893.41746006,
                                            ["x"] = -290966.64948461,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 452,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 2858.9154576594,
                                            ["ETA_locked"] = false,
                                            ["y"] = 895407.1875,
                                            ["x"] = -317828.046875,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 30,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 132,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 717,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af ussr",
                                        ["skill"] = "High",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 46.25,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["SimplifiedAI"] = false,
                                            ["OperatorNVG"] = true,
                                            ["ExhaustScreen"] = true,
                                            ["PilotNVG"] = true,
                                            ["GunnersAISkill"] = 90,
                                            ["TrackAirTargets"] = true,
                                            ["R60equipment"] = true,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Mi-24P",
                                        ["unitId"] = 174,
                                        ["psi"] = -0,
                                        ["onboard_num"] = "017",
                                        ["y"] = 778586.39599643,
                                        ["x"] = -295381.74383763,
                                        ["name"] = "Transport Helicopters #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{9M114 Shturm-V-2 Rack}",
                                                }, -- end of [1]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{9M114 Shturm-V-2 Rack}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1701,
                                            ["flare"] = 192,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                            ["restricted"] = 
                                            {
                                            }, -- end of ["restricted"]
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            ["name"] = "Ford11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 717,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af ussr",
                                        ["skill"] = "High",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 46.25,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["SimplifiedAI"] = false,
                                            ["OperatorNVG"] = true,
                                            ["ExhaustScreen"] = true,
                                            ["PilotNVG"] = true,
                                            ["GunnersAISkill"] = 90,
                                            ["TrackAirTargets"] = true,
                                            ["R60equipment"] = true,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Mi-24P",
                                        ["unitId"] = 175,
                                        ["psi"] = -0,
                                        ["onboard_num"] = "018",
                                        ["y"] = 778626.39599643,
                                        ["x"] = -295421.74383763,
                                        ["name"] = "Transport Helicopters #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{9M114 Shturm-V-2 Rack}",
                                                }, -- end of [1]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{9M114 Shturm-V-2 Rack}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1701,
                                            ["flare"] = 192,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                            ["restricted"] = 
                                            {
                                            }, -- end of ["restricted"]
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            ["name"] = "Ford12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 778586.39599643,
                                ["x"] = -295381.74383763,
                                ["name"] = "Transport Helicopters",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "CJTF Blue",
                    ["id"] = 80,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 544,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 829131.9675131,
                                            ["x"] = -291498.40749418,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["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",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetImmortal",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- 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]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "1L13 EWR",
                                        ["unitId"] = 4,
                                        ["y"] = 829131.9675131,
                                        ["x"] = -291498.40749418,
                                        ["name"] = "GCI Site #1",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "generator_5i57",
                                        ["unitId"] = 3,
                                        ["y"] = 829175.45859252,
                                        ["x"] = -291507.27970244,
                                        ["name"] = "GCI Site #2",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "55G6 EWR",
                                        ["unitId"] = 2,
                                        ["y"] = 829131.9675131,
                                        ["x"] = -291538.40749418,
                                        ["name"] = "GCI Site #3",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 829131.9675131,
                                ["x"] = -291498.40749418,
                                ["name"] = "GCI Site",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 593,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 820775.91936948,
                                            ["x"] = -287454.91201723,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetImmortal",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- 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"] = 4,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Kub 1S91 str",
                                        ["unitId"] = 6,
                                        ["y"] = 820775.91936948,
                                        ["x"] = -287454.91201723,
                                        ["name"] = "SAM Site #1",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Kub 2P25 ln",
                                        ["unitId"] = 7,
                                        ["y"] = 820876.7969194,
                                        ["x"] = -287452.25566218,
                                        ["name"] = "SAM Site #2",
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Kub 2P25 ln",
                                        ["unitId"] = 8,
                                        ["y"] = 820673.66662805,
                                        ["x"] = -287458.9025958,
                                        ["name"] = "SAM Site #3",
                                        ["heading"] = 1.553343034275,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Kub 2P25 ln",
                                        ["unitId"] = 9,
                                        ["y"] = 820780.81519797,
                                        ["x"] = -287560.73361882,
                                        ["name"] = "SAM Site #4",
                                        ["heading"] = 0.034906585039887,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Kub 2P25 ln",
                                        ["unitId"] = 10,
                                        ["y"] = 820772.57300028,
                                        ["x"] = -287355.74218605,
                                        ["name"] = "SAM Site #5",
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["skill"] = "High",
                                        ["AddPropVehicle"] = 
                                        {
                                            ["Shield"] = false,
                                        }, -- end of ["AddPropVehicle"]
                                        ["coldAtStart"] = false,
                                        ["type"] = "flak18",
                                        ["unitId"] = 11,
                                        ["y"] = 820671.35030462,
                                        ["x"] = -287325.2697177,
                                        ["name"] = "SAM Site #6",
                                        ["heading"] = 2.3212879051525,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["skill"] = "High",
                                        ["AddPropVehicle"] = 
                                        {
                                            ["Shield"] = false,
                                        }, -- end of ["AddPropVehicle"]
                                        ["coldAtStart"] = false,
                                        ["type"] = "flak18",
                                        ["unitId"] = 12,
                                        ["y"] = 820663.91876696,
                                        ["x"] = -287334.47066909,
                                        ["name"] = "SAM Site #7",
                                        ["heading"] = 2.4958208303519,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["skill"] = "High",
                                        ["AddPropVehicle"] = 
                                        {
                                            ["Shield"] = false,
                                        }, -- end of ["AddPropVehicle"]
                                        ["coldAtStart"] = false,
                                        ["type"] = "flak18",
                                        ["unitId"] = 13,
                                        ["y"] = 820795.9390034,
                                        ["x"] = -287429.30602037,
                                        ["name"] = "SAM Site #8",
                                        ["heading"] = 1.5882496193148,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["skill"] = "High",
                                        ["AddPropVehicle"] = 
                                        {
                                            ["Shield"] = false,
                                        }, -- end of ["AddPropVehicle"]
                                        ["coldAtStart"] = false,
                                        ["type"] = "flak18",
                                        ["unitId"] = 14,
                                        ["y"] = 820755.90230021,
                                        ["x"] = -287412.73952577,
                                        ["name"] = "SAM Site #9",
                                        ["heading"] = 0.05235987755983,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["skill"] = "High",
                                        ["AddPropVehicle"] = 
                                        {
                                            ["Shield"] = false,
                                        }, -- end of ["AddPropVehicle"]
                                        ["coldAtStart"] = false,
                                        ["type"] = "flak18",
                                        ["unitId"] = 15,
                                        ["y"] = 820747.10063251,
                                        ["x"] = -287412.73952577,
                                        ["name"] = "SAM Site #10",
                                        ["heading"] = 0.034906585039887,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["skill"] = "High",
                                        ["AddPropVehicle"] = 
                                        {
                                            ["Shield"] = false,
                                        }, -- end of ["AddPropVehicle"]
                                        ["coldAtStart"] = false,
                                        ["type"] = "flak18",
                                        ["unitId"] = 16,
                                        ["y"] = 820796.03324847,
                                        ["x"] = -287432.87371171,
                                        ["name"] = "SAM Site #11",
                                        ["heading"] = 1.5882496193148,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [11]
                                }, -- end of ["units"]
                                ["y"] = 820775.91936948,
                                ["x"] = -287454.91201723,
                                ["name"] = "SAM Site",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 596,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 820361.99017096,
                                            ["x"] = -286449.39634727,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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"] = 15,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Osa 9A33 ln",
                                        ["unitId"] = 51,
                                        ["y"] = 820361.99017096,
                                        ["x"] = -286449.39634727,
                                        ["name"] = "SAM Launcher",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 820361.99017096,
                                ["x"] = -286449.39634727,
                                ["name"] = "SAM Launcher",
                                ["start_time"] = 0,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 706,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 802042.69221413,
                                            ["x"] = -279173.78376929,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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"] = 42,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 82,
                                        ["y"] = 802042.69221413,
                                        ["x"] = -279173.78376929,
                                        ["name"] = "SAM Site-1-3",
                                        ["heading"] = 3.2463124087095,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 81,
                                        ["y"] = 802042.92078556,
                                        ["x"] = -279174.78376929,
                                        ["name"] = "SAM Site-1-2",
                                        ["heading"] = 5.0789081233035,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 80,
                                        ["y"] = 802027.97438842,
                                        ["x"] = -279191.96948357,
                                        ["name"] = "SAM Site-1-1",
                                        ["heading"] = 4.9916416607038,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 802042.69221413,
                                ["x"] = -279173.78376929,
                                ["name"] = "SAM Site-1",
                                ["start_time"] = 0,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [2] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 776763.15347826,
                                                ["x"] = -293042.25329665,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 776605.46142386,
                                                ["x"] = -292881.96633249,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 776244.87144256,
                                                ["x"] = -292467.05626464,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 775677.11695919,
                                                ["x"] = -291992.54532,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 774933.31134462,
                                                ["x"] = -291302.15049329,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 774879.50992089,
                                                ["x"] = -291265.72148454,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 774817.85460459,
                                                ["x"] = -291232.64344201,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 774604.19081825,
                                                ["x"] = -291147.68619364,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 774484.93641218,
                                                ["x"] = -291110.40377047,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 774381.99228176,
                                                ["x"] = -291089.9536353,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 773039.00786886,
                                                ["x"] = -290953.09947968,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 772892.0498372,
                                                ["x"] = -290923.34744453,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 772341.54572138,
                                                ["x"] = -290775.91490199,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 772323.40448843,
                                                ["x"] = -290767.53530575,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 772310.62434471,
                                                ["x"] = -290759.68999677,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 772301.04226621,
                                                ["x"] = -290758.24907915,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 772228.24751151,
                                                ["x"] = -290853.41803442,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 771938.27465961,
                                                ["x"] = -291190.44945105,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 771899.74120875,
                                                ["x"] = -291213.49790704,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 771837.60877095,
                                                ["x"] = -291232.03589442,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 771531.30315969,
                                                ["x"] = -291278.36049105,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 771492.37513335,
                                                ["x"] = -291269.95541805,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 771429.29802943,
                                                ["x"] = -291239.70617836,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 771395.15823989,
                                                ["x"] = -291232.60294558,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 771195.61944267,
                                                ["x"] = -291244.76297892,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 771177.69041179,
                                                ["x"] = -291237.38700347,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 771171.65250368,
                                                ["x"] = -291218.94957459,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 771178.85493182,
                                                ["x"] = -291200.43613109,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 771202.20294451,
                                                ["x"] = -291150.86933541,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 771204.47100077,
                                                ["x"] = -291131.06636203,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 771200.20275414,
                                                ["x"] = -291111.62822565,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 771189.93845808,
                                                ["x"] = -291094.55910152,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 771165.7295214,
                                                ["x"] = -291077.3966257,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 771101.80409526,
                                                ["x"] = -291072.62789369,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 770141.48572472,
                                                ["x"] = -291565.51518134,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 769973.23750835,
                                                ["x"] = -291551.60584751,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 769860.31960969,
                                                ["x"] = -291566.93911657,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 769756.23119016,
                                                ["x"] = -291650.74271044,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 769105.77739863,
                                                ["x"] = -292404.78774658,
                                            }, -- end of [180]
                                            [188] = 
                                            {
                                                ["y"] = 768793.39486766,
                                                ["x"] = -292469.07357592,
                                            }, -- end of [188]
                                            [1] = 
                                            {
                                                ["y"] = 778439.0138811,
                                                ["x"] = -295021.38237595,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 777835.72059417,
                                                ["x"] = -294367.08545209,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 771161.02377506,
                                                ["x"] = -291075.70893811,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 771024.25778078,
                                                ["x"] = -291092.27749787,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 770136.71694396,
                                                ["x"] = -291567.017069,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 769948.25363959,
                                                ["x"] = -291550.82166637,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 769851.17676425,
                                                ["x"] = -291570.98759182,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 769201.81777508,
                                                ["x"] = -292334.02400152,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 769091.92300225,
                                                ["x"] = -292410.52951492,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 777811.10871616,
                                                ["x"] = -294335.56011429,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 777785.40218074,
                                                ["x"] = -294298.63171127,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 771967.74761734,
                                                ["x"] = -291163.48517241,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 771926.03213149,
                                                ["x"] = -291199.11066846,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 771885.89284246,
                                                ["x"] = -291219.25617474,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 777760.54084745,
                                                ["x"] = -294261.12944726,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 771521.3506669,
                                                ["x"] = -291277.38087848,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 771483.19890351,
                                                ["x"] = -291265.98298812,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 771419.78332085,
                                                ["x"] = -291236.63794674,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 777754.30392398,
                                                ["x"] = -294253.31638289,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 771190.64731466,
                                                ["x"] = -291244.25229841,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 771174.74629693,
                                                ["x"] = -291233.35781684,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 771172.65932431,
                                                ["x"] = -291214.05791568,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 777744.11772998,
                                                ["x"] = -294242.3086616,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 771203.27668787,
                                                ["x"] = -291145.98672329,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 771204.04596201,
                                                ["x"] = -291126.08633132,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 771198.14869811,
                                                ["x"] = -291107.07104746,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 777733.28962953,
                                                ["x"] = -294231.9313407,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 771156.22832202,
                                                ["x"] = -291074.29568094,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 777696.71621498,
                                                ["x"] = -294197.84665456,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 770131.87837922,
                                                ["x"] = -291568.27311873,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 777686.58553795,
                                                ["x"] = -294186.78936104,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 769842.25677219,
                                                ["x"] = -291575.50454519,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 777680.43134186,
                                                ["x"] = -294178.90940396,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 769077.75992605,
                                                ["x"] = -292415.46578001,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 777677.61906561,
                                                ["x"] = -294174.77687679,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 777675.02759862,
                                                ["x"] = -294170.50250474,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 777670.46901393,
                                                ["x"] = -294161.60492095,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 777664.63256684,
                                                ["x"] = -294147.78892653,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 777651.26866065,
                                                ["x"] = -294115.44797991,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 777646.67195853,
                                                ["x"] = -294106.56894731,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 777641.53100822,
                                                ["x"] = -294097.99339124,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 777635.91251364,
                                                ["x"] = -294089.72238172,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 777626.80270001,
                                                ["x"] = -294077.80794404,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 777286.09522249,
                                                ["x"] = -293646.29898969,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 776877.09763512,
                                                ["x"] = -293193.79054043,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 776820.27502831,
                                                ["x"] = -293137.48856502,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 776805.72685727,
                                                ["x"] = -293123.8461801,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 776803.61614998,
                                                ["x"] = -293119.32442887,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 776802.39118645,
                                                ["x"] = -293114.48012221,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 776794.80983606,
                                                ["x"] = -293080.31662817,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 776792.92477843,
                                                ["x"] = -293075.6900661,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 776790.45889392,
                                                ["x"] = -293071.34354566,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 776787.58525036,
                                                ["x"] = -293067.25347516,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 776784.44054486,
                                                ["x"] = -293063.36707713,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 776777.64983879,
                                                ["x"] = -293056.02929072,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 776693.98897335,
                                                ["x"] = -292977.14928466,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 776273.78916799,
                                                ["x"] = -292494.68840495,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 776168.58449427,
                                                ["x"] = -292402.41371771,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 774960.76982119,
                                                ["x"] = -291323.84786636,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 774904.78814155,
                                                ["x"] = -291281.87223788,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 774849.1166785,
                                                ["x"] = -291248.37329429,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 774767.51583434,
                                                ["x"] = -291210.49880686,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 774533.09788955,
                                                ["x"] = -291123.81923916,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 774436.17182904,
                                                ["x"] = -291099.38249705,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 774208.11076929,
                                                ["x"] = -291070.32807463,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 772965.16189894,
                                                ["x"] = -290940.03494268,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 772355.71000797,
                                                ["x"] = -290780.844679,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 772332.32531257,
                                                ["x"] = -290772.04805193,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 772314.87981601,
                                                ["x"] = -290762.31201405,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 772305.9164036,
                                                ["x"] = -290757.97860101,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 772297.26532307,
                                                ["x"] = -290761.44311778,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 771957.24365034,
                                                ["x"] = -291174.19133837,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 771917.51694183,
                                                ["x"] = -291204.35195469,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 771876.43484669,
                                                ["x"] = -291222.50068803,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 771551.2719558,
                                                ["x"] = -291277.79201792,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 771511.48712277,
                                                ["x"] = -291275.76308982,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 771465.34916589,
                                                ["x"] = -291256.96572878,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 771410.0421723,
                                                ["x"] = -291234.39188147,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 771365.18675947,
                                                ["x"] = -291233.42960335,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 771185.79449157,
                                                ["x"] = -291243.07992276,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 771172.68443313,
                                                ["x"] = -291228.81195254,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 771174.33990954,
                                                ["x"] = -291209.35175663,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 771195.55951874,
                                                ["x"] = -291169.70760149,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 771204.04210883,
                                                ["x"] = -291141.04663381,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 771203.17534019,
                                                ["x"] = -291121.16431778,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 771195.7428203,
                                                ["x"] = -291102.68937615,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 771182.8983607,
                                                ["x"] = -291087.4736321,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 771141.5169564,
                                                ["x"] = -291071.41784874,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 770867.79991976,
                                                ["x"] = -291144.14414358,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 770121.99146397,
                                                ["x"] = -291569.69892005,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 769908.39085279,
                                                ["x"] = -291553.61248752,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 769816.84122717,
                                                ["x"] = -291591.40389252,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 769157.09486711,
                                                ["x"] = -292373.93462976,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 769024.46454889,
                                                ["x"] = -292428.95453526,
                                            }, -- end of [184]
                                            [129] = 
                                            {
                                                ["y"] = 771178.94798116,
                                                ["x"] = -291084.41131136,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 771131.57371213,
                                                ["x"] = -291070.36539025,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 770827.03735608,
                                                ["x"] = -291163.19533767,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 770116.99519567,
                                                ["x"] = -291569.8508946,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 769893.66440092,
                                                ["x"] = -291556.45806036,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 769805.06605113,
                                                ["x"] = -291600.69171738,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 769144.90433291,
                                                ["x"] = -292382.67211649,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 768843.24835524,
                                                ["x"] = -292466.13593612,
                                            }, -- end of [185]
                                            [65] = 
                                            {
                                                ["y"] = 772294.10794199,
                                                ["x"] = -290765.35467526,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 771946.11964929,
                                                ["x"] = -291184.24940873,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 771908.74883347,
                                                ["x"] = -291209.15822782,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 771862.00651463,
                                                ["x"] = -291226.59482016,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 771541.29690809,
                                                ["x"] = -291278.4782051,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 771501.80663105,
                                                ["x"] = -291273.26930787,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 771438.55236324,
                                                ["x"] = -291243.490176,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 771400.14175294,
                                                ["x"] = -291233.00116282,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 771205.61561212,
                                                ["x"] = -291244.93742804,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 771181.41367969,
                                                ["x"] = -291240.71412583,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 771171.60974449,
                                                ["x"] = -291223.93901129,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 771176.46014058,
                                                ["x"] = -291204.82485541,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 771199.28567526,
                                                ["x"] = -291160.43025986,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 771204.45547314,
                                                ["x"] = -291136.06493368,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 771201.88577213,
                                                ["x"] = -291116.33499288,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 771193.00141419,
                                                ["x"] = -291098.50944122,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 771174.73711728,
                                                ["x"] = -291081.71853726,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 771121.58904867,
                                                ["x"] = -291069.87917026,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 770787.29050663,
                                                ["x"] = -291184.28566005,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 770111.99723093,
                                                ["x"] = -291569.70958896,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 769879.14824314,
                                                ["x"] = -291560.21880178,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 769793.87211943,
                                                ["x"] = -291610.67371216,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 769132.28471733,
                                                ["x"] = -292390.77754949,
                                            }, -- end of [178]
                                            [186] = 
                                            {
                                                ["y"] = 768828.35965892,
                                                ["x"] = -292467.94034056,
                                            }, -- end of [186]
                                            [79] = 
                                            {
                                                ["y"] = 771590.91562236,
                                                ["x"] = -291272.49784738,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 771385.16143648,
                                                ["x"] = -291232.46104407,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 771191.22343754,
                                                ["x"] = -291178.71708956,
                                            }, -- end of [111]
                                            [127] = 
                                            {
                                                ["y"] = 771186.56658611,
                                                ["x"] = -291090.8690387,
                                            }, -- end of [127]
                                            [131] = 
                                            {
                                                ["y"] = 771170.31412587,
                                                ["x"] = -291079.38956002,
                                            }, -- end of [131]
                                            [135] = 
                                            {
                                                ["y"] = 771151.36718235,
                                                ["x"] = -291073.12754933,
                                            }, -- end of [135]
                                            [139] = 
                                            {
                                                ["y"] = 771116.60081693,
                                                ["x"] = -291070.18053925,
                                            }, -- end of [139]
                                            [142] = 
                                            {
                                                ["y"] = 770947.38326421,
                                                ["x"] = -291114.39127235,
                                            }, -- end of [142]
                                            [143] = 
                                            {
                                                ["y"] = 770904.86979693,
                                                ["x"] = -291129.12724329,
                                            }, -- end of [143]
                                            [147] = 
                                            {
                                                ["y"] = 770146.07861427,
                                                ["x"] = -291563.5428628,
                                            }, -- end of [147]
                                            [151] = 
                                            {
                                                ["y"] = 770126.96373972,
                                                ["x"] = -291569.18315145,
                                            }, -- end of [151]
                                            [155] = 
                                            {
                                                ["y"] = 770102.0380253,
                                                ["x"] = -291568.82600717,
                                            }, -- end of [155]
                                            [158] = 
                                            {
                                                ["y"] = 769933.25918366,
                                                ["x"] = -291551.17543276,
                                            }, -- end of [158]
                                            [159] = 
                                            {
                                                ["y"] = 769918.30390579,
                                                ["x"] = -291552.30617655,
                                            }, -- end of [159]
                                            [163] = 
                                            {
                                                ["y"] = 769869.65056973,
                                                ["x"] = -291563.34484238,
                                            }, -- end of [163]
                                            [167] = 
                                            {
                                                ["y"] = 769829.29820394,
                                                ["x"] = -291583.05452834,
                                            }, -- end of [167]
                                            [171] = 
                                            {
                                                ["y"] = 769779.69370415,
                                                ["x"] = -291624.7761555,
                                            }, -- end of [171]
                                            [174] = 
                                            {
                                                ["y"] = 769187.60191797,
                                                ["x"] = -292348.08945034,
                                            }, -- end of [174]
                                            [175] = 
                                            {
                                                ["y"] = 769172.66501699,
                                                ["x"] = -292361.38752148,
                                            }, -- end of [175]
                                            [179] = 
                                            {
                                                ["y"] = 769119.24008011,
                                                ["x"] = -292398.17855726,
                                            }, -- end of [179]
                                            [183] = 
                                            {
                                                ["y"] = 769058.55228944,
                                                ["x"] = -292421.03140078,
                                            }, -- end of [183]
                                            [187] = 
                                            {
                                                ["y"] = 768813.39062638,
                                                ["x"] = -292468.86818645,
                                            }, -- end of [187]
                                            [189] = 
                                            {
                                                ["y"] = 768133.30691988,
                                                ["x"] = -292424.89020862,
                                            }, -- end of [189]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 766888.05296602,
                                                ["x"] = -292810.3853836,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 767963.55609821,
                                                ["x"] = -292415.96494147,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 767820.41052573,
                                                ["x"] = -292434.45909181,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 766878.19123313,
                                                ["x"] = -292812.02449168,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 766873.32625377,
                                                ["x"] = -292813.17639257,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 766868.52772832,
                                                ["x"] = -292814.57945505,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 766863.81933309,
                                                ["x"] = -292816.2595629,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 767796.75557397,
                                                ["x"] = -292442.54111457,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 766859.23150257,
                                                ["x"] = -292818.24484664,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 766854.80318101,
                                                ["x"] = -292820.56400678,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 766850.58344361,
                                                ["x"] = -292823.24280447,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 766846.61566891,
                                                ["x"] = -292826.28272159,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 767778.20982684,
                                                ["x"] = -292450.02316718,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 766842.9225383,
                                                ["x"] = -292829.65106348,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 766839.52106772,
                                                ["x"] = -292833.31389713,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 766836.42608504,
                                                ["x"] = -292837.23918305,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 766833.65124389,
                                                ["x"] = -292841.39698911,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 767750.98224154,
                                                ["x"] = -292462.61155159,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 766831.21014173,
                                                ["x"] = -292845.75914671,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 766829.11711095,
                                                ["x"] = -292850.2985788,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 766827.38768989,
                                                ["x"] = -292854.9885919,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 767928.56123505,
                                                ["x"] = -292416.24599612,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 767680.29192797,
                                                ["x"] = -292500.05160607,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 766825.08908089,
                                                ["x"] = -292864.70929144,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 766824.55730355,
                                                ["x"] = -292869.67942466,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 766824.46236832,
                                                ["x"] = -292874.67681302,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 766824.81623521,
                                                ["x"] = -292879.66258558,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 767130.31536541,
                                                ["x"] = -292807.27243995,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 766825.6119565,
                                                ["x"] = -292884.59721412,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 766826.82752941,
                                                ["x"] = -292889.44571801,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 766828.4302522,
                                                ["x"] = -292894.18053838,
                                            }, -- end of [54]
                                            [47] = 
                                            {
                                                ["y"] = 766826.03890919,
                                                ["x"] = -292859.8018073,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 766830.38125718,
                                                ["x"] = -292898.78301972,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 767107.5374944,
                                                ["x"] = -292817.56679766,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 766832.63986326,
                                                ["x"] = -292903.2428886,
                                            }, -- end of [56]
                                            [63] = 
                                            {
                                                ["y"] = 766888.89153772,
                                                ["x"] = -292959.27277021,
                                            }, -- end of [63]
                                            [57] = 
                                            {
                                                ["y"] = 766835.16661223,
                                                ["x"] = -292907.55660264,
                                            }, -- end of [57]
                                            [75] = 
                                            {
                                                ["y"] = 767056.45483287,
                                                ["x"] = -293137.78104555,
                                            }, -- end of [75]
                                            [58] = 
                                            {
                                                ["y"] = 766837.9254485,
                                                ["x"] = -292911.72598101,
                                            }, -- end of [58]
                                            [23] = 
                                            {
                                                ["y"] = 766994.9036698,
                                                ["x"] = -292831.76817698,
                                            }, -- end of [23]
                                            [59] = 
                                            {
                                                ["y"] = 766844.01546244,
                                                ["x"] = -292919.65369725,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 767093.51765788,
                                                ["x"] = -292822.89425394,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 766850.70380397,
                                                ["x"] = -292927.08512879,
                                            }, -- end of [60]
                                            [6] = 
                                            {
                                                ["y"] = 767859.12701669,
                                                ["x"] = -292424.47671154,
                                            }, -- end of [6]
                                            [61] = 
                                            {
                                                ["y"] = 766857.84179073,
                                                ["x"] = -292934.08679244,
                                            }, -- end of [61]
                                            [24] = 
                                            {
                                                ["y"] = 766985.05839189,
                                                ["x"] = -292830.02116756,
                                            }, -- end of [24]
                                            [62] = 
                                            {
                                                ["y"] = 766869.14965842,
                                                ["x"] = -292943.93900663,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 768133.30655437,
                                                ["x"] = -292424.89018395,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 767903.61545063,
                                                ["x"] = -292417.84082018,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 767079.18048444,
                                                ["x"] = -292827.29239943,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 766973.18270952,
                                                ["x"] = -293021.84694554,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 766991.95516368,
                                                ["x"] = -293038.35173136,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 767006.12592847,
                                                ["x"] = -293052.46047093,
                                            }, -- end of [66]
                                            [67] = 
                                            {
                                                ["y"] = 767016.09983562,
                                                ["x"] = -293063.66143832,
                                            }, -- end of [67]
                                            [68] = 
                                            {
                                                ["y"] = 767025.37896446,
                                                ["x"] = -293075.44362568,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 767031.11365739,
                                                ["x"] = -293083.63482252,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 767036.43982277,
                                                ["x"] = -293092.09704602,
                                            }, -- end of [70]
                                            [71] = 
                                            {
                                                ["y"] = 767041.33114694,
                                                ["x"] = -293100.81794058,
                                            }, -- end of [71]
                                            [72] = 
                                            {
                                                ["y"] = 767045.78207633,
                                                ["x"] = -293109.77164028,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 767049.78895057,
                                                ["x"] = -293118.93271989,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 767053.34794378,
                                                ["x"] = -293128.27693074,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 767039.77209759,
                                                ["x"] = -292833.7998405,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 767059.10479175,
                                                ["x"] = -293147.42256224,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 767061.29223527,
                                                ["x"] = -293157.17941216,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 767883.76302423,
                                                ["x"] = -292420.25088531,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 767029.78120633,
                                                ["x"] = -292834.20704187,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 767065.0108158,
                                                ["x"] = -293186.92147234,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 767065.27524557,
                                                ["x"] = -293196.91695146,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 767065.03671909,
                                                ["x"] = -293206.91300078,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 767019.78303999,
                                                ["x"] = -292834.10316062,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 767062.33881985,
                                                ["x"] = -293231.75341528,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 767059.47258262,
                                                ["x"] = -293246.47495293,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 767055.82633328,
                                                ["x"] = -293261.02345949,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 767009.80436862,
                                                ["x"] = -292833.47668283,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 767041.30698426,
                                                ["x"] = -293303.59348822,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                ["y"] = 767025.45381451,
                                                ["x"] = -293340.31335248,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                ["y"] = 767005.51579829,
                                                ["x"] = -293380.65007707,
                                            }, -- end of [90]
                                            [91] = 
                                            {
                                                ["y"] = 766938.09677656,
                                                ["x"] = -293503.33445115,
                                            }, -- end of [91]
                                            [92] = 
                                            {
                                                ["y"] = 766882.98501122,
                                                ["x"] = -293592.69598705,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                ["y"] = 766595.57934893,
                                                ["x"] = -294007.91496552,
                                            }, -- end of [93]
                                            [94] = 
                                            {
                                                ["y"] = 766547.39117391,
                                                ["x"] = -294071.76414807,
                                            }, -- end of [94]
                                            [95] = 
                                            {
                                                ["y"] = 766512.03340889,
                                                ["x"] = -294113.8846235,
                                            }, -- end of [95]
                                            [96] = 
                                            {
                                                ["y"] = 766477.97470422,
                                                ["x"] = -294150.483876,
                                            }, -- end of [96]
                                            [97] = 
                                            {
                                                ["y"] = 766438.48498042,
                                                ["x"] = -294188.75842794,
                                            }, -- end of [97]
                                            [98] = 
                                            {
                                                ["y"] = 766389.53443665,
                                                ["x"] = -294231.51408089,
                                            }, -- end of [98]
                                            [99] = 
                                            {
                                                ["y"] = 766315.39678015,
                                                ["x"] = -294290.90438709,
                                            }, -- end of [99]
                                            [100] = 
                                            {
                                                ["y"] = 766299.17650607,
                                                ["x"] = -294302.60120283,
                                            }, -- end of [100]
                                            [101] = 
                                            {
                                                ["y"] = 766290.62487144,
                                                ["x"] = -294307.77585798,
                                            }, -- end of [101]
                                            [102] = 
                                            {
                                                ["y"] = 766286.0967786,
                                                ["x"] = -294309.89135854,
                                            }, -- end of [102]
                                            [103] = 
                                            {
                                                ["y"] = 766281.38280861,
                                                ["x"] = -294311.55688964,
                                            }, -- end of [103]
                                            [104] = 
                                            {
                                                ["y"] = 766276.56641411,
                                                ["x"] = -294312.89572895,
                                            }, -- end of [104]
                                            [105] = 
                                            {
                                                ["y"] = 766271.65911769,
                                                ["x"] = -294313.83573888,
                                            }, -- end of [105]
                                            [106] = 
                                            {
                                                ["y"] = 766266.6865496,
                                                ["x"] = -294314.34366848,
                                            }, -- end of [106]
                                            [107] = 
                                            {
                                                ["y"] = 766261.68964257,
                                                ["x"] = -294314.40849788,
                                            }, -- end of [107]
                                            [108] = 
                                            {
                                                ["y"] = 766257.64722713,
                                                ["x"] = -294314.03355342,
                                            }, -- end of [108]
                                            [87] = 
                                            {
                                                ["y"] = 767049.94804349,
                                                ["x"] = -293280.13744419,
                                            }, -- end of [87]
                                            [7] = 
                                            {
                                                ["y"] = 767839.64162317,
                                                ["x"] = -292428.97587777,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 766913.00055851,
                                                ["x"] = -292809.61397116,
                                            }, -- end of [28]
                                            [78] = 
                                            {
                                                ["y"] = 767063.01073856,
                                                ["x"] = -293167.02967689,
                                            }, -- end of [78]
                                            [79] = 
                                            {
                                                ["y"] = 767064.25298995,
                                                ["x"] = -293176.95122969,
                                            }, -- end of [79]
                                            [83] = 
                                            {
                                                ["y"] = 767064.29930605,
                                                ["x"] = -293216.88477181,
                                            }, -- end of [83]
                                            [29] = 
                                            {
                                                ["y"] = 766908.00937467,
                                                ["x"] = -292809.33725267,
                                            }, -- end of [29]
                                            [27] = 
                                            {
                                                ["y"] = 766917.94426584,
                                                ["x"] = -292810.34629668,
                                            }, -- end of [27]
                                            [26] = 
                                            {
                                                ["y"] = 766951.22094237,
                                                ["x"] = -292821.14126637,
                                            }, -- end of [26]
                                            [25] = 
                                            {
                                                ["y"] = 766970.44053309,
                                                ["x"] = -292826.66461673,
                                            }, -- end of [25]
                                            [30] = 
                                            {
                                                ["y"] = 766898.01303814,
                                                ["x"] = -292809.51683526,
                                            }, -- end of [30]
                                            [18] = 
                                            {
                                                ["y"] = 767049.72990623,
                                                ["x"] = -292832.89322055,
                                            }, -- end of [18]
                                            [17] = 
                                            {
                                                ["y"] = 767064.54358189,
                                                ["x"] = -292830.56446819,
                                            }, -- end of [17]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 797829.26250599,
                                                ["x"] = -285963.77324204,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 802521.91824687,
                                                ["x"] = -283977.26726206,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 802275.66541556,
                                                ["x"] = -283872.59417038,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 797806.74392087,
                                                ["x"] = -285974.62651135,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 796959.7119913,
                                                ["x"] = -286358.5151003,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 796810.93911492,
                                                ["x"] = -286417.3509237,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 796788.71140076,
                                                ["x"] = -286428.78803191,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 802241.14383946,
                                                ["x"] = -283878.32351881,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 794926.72552992,
                                                ["x"] = -287431.2663754,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 794918.25597029,
                                                ["x"] = -287436.58080806,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 794914.34248649,
                                                ["x"] = -287439.68177652,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 794903.9327551,
                                                ["x"] = -287450.44286036,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 802231.17687641,
                                                ["x"] = -283879.11223207,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 794898.29578721,
                                                ["x"] = -287458.70163208,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 794725.90853511,
                                                ["x"] = -287728.26196455,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 794722.38908418,
                                                ["x"] = -287731.81497589,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 794718.69703599,
                                                ["x"] = -287735.18527348,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 801647.10868998,
                                                ["x"] = -283909.85502134,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 794714.75710621,
                                                ["x"] = -287738.25656428,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 794710.58366666,
                                                ["x"] = -287741.00737508,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 794706.27650336,
                                                ["x"] = -287743.54980692,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 802309.57090995,
                                                ["x"] = -283876.61797738,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 801303.36150724,
                                                ["x"] = -283938.51493534,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 794692.11295552,
                                                ["x"] = -287748.41178961,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 794133.3024324,
                                                ["x"] = -287902.7537398,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 793531.8650715,
                                                ["x"] = -288121.48804961,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 792867.67188494,
                                                ["x"] = -288385.7351519,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 801153.41413808,
                                                ["x"] = -283941.83432118,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 790338.86192586,
                                                ["x"] = -289644.98058751,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 788598.85023781,
                                                ["x"] = -290546.6241498,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 788589.62549099,
                                                ["x"] = -290550.48188183,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 788580.18463347,
                                                ["x"] = -290553.77401338,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 801028.43641661,
                                                ["x"] = -283943.35832968,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 787941.76311979,
                                                ["x"] = -290739.33440762,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 787209.04227594,
                                                ["x"] = -291034.61038605,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 786692.12588245,
                                                ["x"] = -291262.64299796,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 786607.70858917,
                                                ["x"] = -291306.19656704,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 800978.55892418,
                                                ["x"] = -283946.78688802,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 786152.82204338,
                                                ["x"] = -291568.27357773,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 785279.75520485,
                                                ["x"] = -292123.8381396,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 784404.80007539,
                                                ["x"] = -292576.21667605,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 802700.11964867,
                                                ["x"] = -284068.01871759,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 802300.26198941,
                                                ["x"] = -283872.97057278,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 800938.83718635,
                                                ["x"] = -283951.46351027,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 780575.56250256,
                                                ["x"] = -294428.16520002,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 779890.69295143,
                                                ["x"] = -294650.21251002,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 779230.06981506,
                                                ["x"] = -294830.79286893,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 800904.32344248,
                                                ["x"] = -283957.25584887,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 779114.53899628,
                                                ["x"] = -294878.38400843,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 778589.29334858,
                                                ["x"] = -295147.07970284,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 778567.17441794,
                                                ["x"] = -295158.6438642,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 800870.16028163,
                                                ["x"] = -283964.84391271,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 778559.2678608,
                                                ["x"] = -295153.82007508,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 778551.05558117,
                                                ["x"] = -295141.27601515,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 778547.84448467,
                                                ["x"] = -295137.44680487,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 800836.45499974,
                                                ["x"] = -283974.25982926,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 778526.70704059,
                                                ["x"] = -295116.17717548,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 778439.01386813,
                                                ["x"] = -295021.38236159,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 802295.46856826,
                                                ["x"] = -283871.555116,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 800808.00583204,
                                                ["x"] = -283983.77197691,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 800775.43656509,
                                                ["x"] = -283996.57587242,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 800743.52677376,
                                                ["x"] = -284010.94431722,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 800708.02044202,
                                                ["x"] = -284029.35503913,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 802290.53058929,
                                                ["x"] = -283870.81582352,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 800656.26752202,
                                                ["x"] = -284059.70106052,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 798631.43485139,
                                                ["x"] = -285355.55198837,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 798619.39126526,
                                                ["x"] = -285364.48911525,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 798604.15996837,
                                                ["x"] = -285377.44768465,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 802285.54153615,
                                                ["x"] = -283871.02919528,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 798238.58085379,
                                                ["x"] = -285703.68810901,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 798230.43652848,
                                                ["x"] = -285709.4886029,
                                            }, -- end of [29]
                                            [47] = 
                                            {
                                                ["y"] = 794701.67703078,
                                                ["x"] = -287745.49689729,
                                            }, -- end of [47]
                                            [63] = 
                                            {
                                                ["y"] = 780594.28447615,
                                                ["x"] = -294421.13579215,
                                            }, -- end of [63]
                                            [67] = 
                                            {
                                                ["y"] = 779174.04393054,
                                                ["x"] = -294852.24405997,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                ["y"] = 797842.30840623,
                                                ["x"] = -285956.37541152,
                                            }, -- end of [30]
                                            [71] = 
                                            {
                                                ["y"] = 778562.49867109,
                                                ["x"] = -295157.63954553,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 778544.36142099,
                                                ["x"] = -295133.85961559,
                                            }, -- end of [75]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 764462.67744392,
                                                ["x"] = -295411.68555953,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 763355.03832282,
                                                ["x"] = -295864.75628141,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 762372.28233361,
                                                ["x"] = -296211.10644163,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 761423.43147791,
                                                ["x"] = -296499.47623006,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 766257.77987774,
                                                ["x"] = -294314.04156446,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 766252.83023953,
                                                ["x"] = -294313.33811314,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 766247.93789333,
                                                ["x"] = -294312.31093104,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 766155.16076508,
                                                ["x"] = -294291.97704727,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 766120.5652141,
                                                ["x"] = -294286.69352483,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 766090.72526245,
                                                ["x"] = -294283.62975692,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 766065.76121545,
                                                ["x"] = -294282.33959161,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 766045.76323268,
                                                ["x"] = -294282.29577077,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 766005.88058197,
                                                ["x"] = -294285.141722,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 765966.46007566,
                                                ["x"] = -294291.83418864,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 765927.86329059,
                                                ["x"] = -294302.27725012,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 765890.4546267,
                                                ["x"] = -294316.39562267,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 765803.9306367,
                                                ["x"] = -294366.16921533,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 765555.26462539,
                                                ["x"] = -294590.11113635,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 765485.22488052,
                                                ["x"] = -294681.0558346,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 765403.63559985,
                                                ["x"] = -294852.46066401,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 765270.6625418,
                                                ["x"] = -295033.03620777,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 765208.78136674,
                                                ["x"] = -295227.81488111,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 765114.33818256,
                                                ["x"] = -295367.77401781,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 764983.43705582,
                                                ["x"] = -295438.82623741,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 764751.52284915,
                                                ["x"] = -295298.27131496,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 764409.59840759,
                                                ["x"] = -295074.58224709,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 764335.64199282,
                                                ["x"] = -295141.37930319,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 764461.30120877,
                                                ["x"] = -295421.58875914,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 763308.40415032,
                                                ["x"] = -295882.72637715,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 762194.04973225,
                                                ["x"] = -296236.11268564,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 761416.74021901,
                                                ["x"] = -296506.88940518,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 759627.70141,
                                                ["x"] = -297885.87565817,
                                            }, -- end of [256]
                                            [257] = 
                                            {
                                                ["y"] = 758906.93443203,
                                                ["x"] = -298183.08905163,
                                            }, -- end of [257]
                                            [129] = 
                                            {
                                                ["y"] = 764459.32609678,
                                                ["x"] = -295431.39027574,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 763289.22206736,
                                                ["x"] = -295888.38033471,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 762169.61524599,
                                                ["x"] = -296241.38241062,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 761413.8807753,
                                                ["x"] = -296510.98971877,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 758883.00656431,
                                                ["x"] = -298190.32225187,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                ["y"] = 764973.68122959,
                                                ["x"] = -295441.00478461,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 764575.72997678,
                                                ["x"] = -295120.57205401,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 764390.14137184,
                                                ["x"] = -295079.20034558,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 764337.67433629,
                                                ["x"] = -295145.94563745,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 764456.77375378,
                                                ["x"] = -295441.0575818,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 763269.78589946,
                                                ["x"] = -295893.08730687,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 762150.36449804,
                                                ["x"] = -296246.79399798,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 761411.30716056,
                                                ["x"] = -296515.27554191,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 758829.37109714,
                                                ["x"] = -298202.38222858,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                ["y"] = 758804.62773567,
                                                ["x"] = -298205.93527594,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                ["y"] = 764453.66343282,
                                                ["x"] = -295450.56012022,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 763250.14284382,
                                                ["x"] = -295896.83839462,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 762131.47795758,
                                                ["x"] = -296253.36481759,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 761408.98353756,
                                                ["x"] = -296519.70214265,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 758774.76555451,
                                                ["x"] = -298208.76797063,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                ["y"] = 765394.42913738,
                                                ["x"] = -294870.21316412,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 765265.84905557,
                                                ["x"] = -295041.79936986,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 765198.34459714,
                                                ["x"] = -295250.52840963,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 765102.96438594,
                                                ["x"] = -295377.54996498,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 764968.72996905,
                                                ["x"] = -295441.69560667,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 764560.39423254,
                                                ["x"] = -295107.7387144,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 764370.92582988,
                                                ["x"] = -295084.73371853,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 764340.04671645,
                                                ["x"] = -295150.34613114,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 764450.01199967,
                                                ["x"] = -295459.86817345,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 763230.3397,
                                                ["x"] = -295899.62322132,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 762113.02897384,
                                                ["x"] = -296261.07876065,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 761404.95288592,
                                                ["x"] = -296528.8508986,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 758629.82160998,
                                                ["x"] = -298208.06611148,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                ["y"] = 758490.00862008,
                                                ["x"] = -298201.03360532,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                ["y"] = 764445.83400206,
                                                ["x"] = -295468.95207458,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 763205.43517257,
                                                ["x"] = -295901.76780251,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 762095.08838087,
                                                ["x"] = -296269.9127293,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 761401.55853635,
                                                ["x"] = -296538.25573928,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 758460.16983251,
                                                ["x"] = -298197.95576506,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                ["y"] = 764963.74419376,
                                                ["x"] = -295442.05738609,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 764548.29919577,
                                                ["x"] = -295098.87151033,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 764366.262589,
                                                ["x"] = -295086.5339065,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 764345.34406219,
                                                ["x"] = -295158.82583285,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 764441.14195284,
                                                ["x"] = -295477.7813934,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 763175.45446934,
                                                ["x"] = -295902.75398928,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 762081.97727178,
                                                ["x"] = -296277.1960704,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 761397.29736957,
                                                ["x"] = -296552.63559804,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 758425.74288032,
                                                ["x"] = -298191.7415413,
                                            }, -- end of [268]
                                            [269] = 
                                            {
                                                ["y"] = 758411.27164676,
                                                ["x"] = -298187.79763445,
                                            }, -- end of [269]
                                            [135] = 
                                            {
                                                ["y"] = 764435.94663225,
                                                ["x"] = -295486.32427798,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 763120.46927019,
                                                ["x"] = -295901.7276306,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 762065.00454293,
                                                ["x"] = -296287.7718735,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 761391.57539011,
                                                ["x"] = -296576.96920103,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 765872.31443842,
                                                ["x"] = -294324.81289308,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 765771.94440779,
                                                ["x"] = -294390.18017211,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 765531.95562815,
                                                ["x"] = -294616.2141787,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 765470.23483115,
                                                ["x"] = -294707.03909011,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 765381.84977094,
                                                ["x"] = -294891.81422921,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 765261.55901761,
                                                ["x"] = -295050.83006533,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 765186.69096966,
                                                ["x"] = -295272.6429043,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 765091.02740147,
                                                ["x"] = -295386.62975681,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 764958.74543354,
                                                ["x"] = -295442.04347098,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 764539.88853275,
                                                ["x"] = -295093.4644564,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 764361.77006627,
                                                ["x"] = -295088.72572274,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 764421.60891584,
                                                ["x"] = -295270.1521167,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 764430.25772167,
                                                ["x"] = -295494.54660646,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 763070.55943142,
                                                ["x"] = -295898.80075713,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 762032.18459085,
                                                ["x"] = -296310.63131707,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 761361.95805229,
                                                ["x"] = -296723.97741409,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 758369.28178351,
                                                ["x"] = -298171.7563695,
                                            }, -- end of [272]
                                            [273] = 
                                            {
                                                ["y"] = 758355.94536654,
                                                ["x"] = -298164.89589296,
                                            }, -- end of [273]
                                            [137] = 
                                            {
                                                ["y"] = 764424.08431081,
                                                ["x"] = -295502.41159679,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 763065.60104651,
                                                ["x"] = -295898.16427528,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 761851.21303319,
                                                ["x"] = -296444.27142819,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 761353.35083386,
                                                ["x"] = -296752.71200466,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                ["y"] = 758338.69534332,
                                                ["x"] = -298154.77953923,
                                            }, -- end of [274]
                                            [69] = 
                                            {
                                                ["y"] = 764953.76550045,
                                                ["x"] = -295441.61526266,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 764531.16393675,
                                                ["x"] = -295088.58187882,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 764353.16106945,
                                                ["x"] = -295093.80501221,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 764433.78530022,
                                                ["x"] = -295291.98325166,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 764417.43579548,
                                                ["x"] = -295509.87919589,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 763055.77744499,
                                                ["x"] = -295896.29613053,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 761834.13814859,
                                                ["x"] = -296454.68115598,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 761344.93851754,
                                                ["x"] = -296776.25167548,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                ["y"] = 758306.20587599,
                                                ["x"] = -298131.47637681,
                                            }, -- end of [276]
                                            [277] = 
                                            {
                                                ["y"] = 758279.35319007,
                                                ["x"] = -298109.03322202,
                                            }, -- end of [277]
                                            [139] = 
                                            {
                                                ["y"] = 764410.32296573,
                                                ["x"] = -295516.90564046,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 763046.11679638,
                                                ["x"] = -295893.73269205,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 761820.94784999,
                                                ["x"] = -296461.82030867,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 761329.52726938,
                                                ["x"] = -296813.1588609,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                ["y"] = 758229.6642089,
                                                ["x"] = -298067.14448432,
                                            }, -- end of [278]
                                            [35] = 
                                            {
                                                ["y"] = 765370.8388102,
                                                ["x"] = -294908.50729659,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 765255.8692853,
                                                ["x"] = -295064.70597367,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 765173.91171772,
                                                ["x"] = -295294.12668779,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 765078.58371117,
                                                ["x"] = -295395.00201576,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 764948.83943573,
                                                ["x"] = -295440.7667847,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 764522.1366567,
                                                ["x"] = -295084.28044058,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 764349.11876393,
                                                ["x"] = -295096.7458149,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 764442.58368194,
                                                ["x"] = -295309.94123523,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 764402.76466629,
                                                ["x"] = -295523.45032811,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 763007.92976809,
                                                ["x"] = -295881.86776379,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 761807.36363947,
                                                ["x"] = -296468.17544131,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 761244.36475404,
                                                ["x"] = -296994.11138225,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                ["y"] = 758192.85410986,
                                                ["x"] = -298041.296312,
                                            }, -- end of [280]
                                            [281] = 
                                            {
                                                ["y"] = 758179.87131106,
                                                ["x"] = -298033.78734681,
                                            }, -- end of [281]
                                            [141] = 
                                            {
                                                ["y"] = 764394.81009966,
                                                ["x"] = -295529.50819321,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 762993.27945366,
                                                ["x"] = -295878.66174965,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 761798.06588876,
                                                ["x"] = -296471.85302678,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 761234.94726604,
                                                ["x"] = -297011.75278011,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                ["y"] = 758162.05815564,
                                                ["x"] = -298024.69985307,
                                            }, -- end of [282]
                                            [71] = 
                                            {
                                                ["y"] = 764943.99427343,
                                                ["x"] = -295439.53702455,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 764512.91567594,
                                                ["x"] = -295080.41535334,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 764345.34686354,
                                                ["x"] = -295100.02473984,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 764448.46804671,
                                                ["x"] = -295323.73721023,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 764386.51664476,
                                                ["x"] = -295535.09305786,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 762983.3908659,
                                                ["x"] = -295877.18341095,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 761788.58396278,
                                                ["x"] = -296475.02651392,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 761222.13741328,
                                                ["x"] = -297033.21860481,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                ["y"] = 758134.26696181,
                                                ["x"] = -298013.44138822,
                                            }, -- end of [284]
                                            [285] = 
                                            {
                                                ["y"] = 758119.95804135,
                                                ["x"] = -298008.94691623,
                                            }, -- end of [285]
                                            [9] = 
                                            {
                                                ["y"] = 766025.78713149,
                                                ["x"] = -294283.23109015,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 765986.0898153,
                                                ["x"] = -294288.01365112,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 765947.03622149,
                                                ["x"] = -294296.59203824,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 765908.98707503,
                                                ["x"] = -294308.88106078,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 765850.23681209,
                                                ["x"] = -294336.53503862,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 765722.05442326,
                                                ["x"] = -294431.83555422,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 765513.31395877,
                                                ["x"] = -294639.71562435,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 765454.39915299,
                                                ["x"] = -294738.24799482,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 765356.07523156,
                                                ["x"] = -294928.67855182,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 765252.81858365,
                                                ["x"] = -295074.22807211,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 765160.01916717,
                                                ["x"] = -295314.9075256,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 765065.70448959,
                                                ["x"] = -295402.68811526,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 764939.24472526,
                                                ["x"] = -295437.97677512,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 764503.48108533,
                                                ["x"] = -295077.10756332,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 764341.94740277,
                                                ["x"] = -295103.68753869,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 764453.60156537,
                                                ["x"] = -295337.82923771,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 764364.62535245,
                                                ["x"] = -295547.135882,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 762963.42693561,
                                                ["x"] = -295876.42456218,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 761769.19584291,
                                                ["x"] = -296479.90244397,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 761128.58664391,
                                                ["x"] = -297162.98154159,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                ["y"] = 758070.94535247,
                                                ["x"] = -297999.34506863,
                                            }, -- end of [288]
                                            [289] = 
                                            {
                                                ["y"] = 758051.00997413,
                                                ["x"] = -297997.77229729,
                                            }, -- end of [289]
                                            [145] = 
                                            {
                                                ["y"] = 764350.90070444,
                                                ["x"] = -295553.18312133,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 762953.46355392,
                                                ["x"] = -295877.2478993,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 761754.40313937,
                                                ["x"] = -296482.37216676,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 761096.98846641,
                                                ["x"] = -297201.72381337,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                ["y"] = 758026.01979449,
                                                ["x"] = -297997.18077357,
                                            }, -- end of [290]
                                            [73] = 
                                            {
                                                ["y"] = 764934.59552424,
                                                ["x"] = -295436.13882094,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 764493.85251353,
                                                ["x"] = -295074.4125824,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 764339.04855683,
                                                ["x"] = -295107.7563007,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 764457.84078051,
                                                ["x"] = -295352.21482087,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 764336.86386662,
                                                ["x"] = -295558.46689737,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 762943.60009841,
                                                ["x"] = -295878.87698204,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 761739.49046445,
                                                ["x"] = -296483.97251629,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 761073.49421414,
                                                ["x"] = -297227.66085649,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                ["y"] = 757671.97642009,
                                                ["x"] = -298022.32256589,
                                            }, -- end of [292]
                                            [293] = 
                                            {
                                                ["y"] = 757587.56380101,
                                                ["x"] = -298032.21589012,
                                            }, -- end of [293]
                                            [147] = 
                                            {
                                                ["y"] = 764317.79545502,
                                                ["x"] = -295564.49102281,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 762933.90511688,
                                                ["x"] = -295881.31752301,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 761714.5258434,
                                                ["x"] = -296485.2447362,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 761030.96753221,
                                                ["x"] = -297269.97824425,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                ["y"] = 757543.22826031,
                                                ["x"] = -298039.89230137,
                                            }, -- end of [294]
                                            [37] = 
                                            {
                                                ["y"] = 765333.77162249,
                                                ["x"] = -294955.64717006,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 765247.75135411,
                                                ["x"] = -295093.57348486,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 765148.06549504,
                                                ["x"] = -295330.93972347,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 765047.99954112,
                                                ["x"] = -295411.98503699,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 764925.5784896,
                                                ["x"] = -295431.8216335,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 764484.07775761,
                                                ["x"] = -295072.30775186,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 764336.71219381,
                                                ["x"] = -295112.17305961,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 764460.09183023,
                                                ["x"] = -295361.95696652,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 764293.57864093,
                                                ["x"] = -295570.68729947,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 762924.41023084,
                                                ["x"] = -295884.44582064,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 761609.56686869,
                                                ["x"] = -296487.38307251,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 760983.79750758,
                                                ["x"] = -297314.6915327,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                ["y"] = 757465.67864164,
                                                ["x"] = -298059.40936661,
                                            }, -- end of [296]
                                            [297] = 
                                            {
                                                ["y"] = 757423.00119228,
                                                ["x"] = -298073.66611663,
                                            }, -- end of [297]
                                            [149] = 
                                            {
                                                ["y"] = 764264.18301196,
                                                ["x"] = -295576.66439914,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 762915.22332747,
                                                ["x"] = -295888.38937353,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 761479.67027526,
                                                ["x"] = -296482.76077937,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 760975.99254302,
                                                ["x"] = -297320.94125933,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                ["y"] = 757381.11487258,
                                                ["x"] = -298090.10279782,
                                            }, -- end of [298]
                                            [75] = 
                                            {
                                                ["y"] = 764916.86916146,
                                                ["x"] = -295426.90997792,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 764474.1915302,
                                                ["x"] = -295070.81673617,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 764334.95321825,
                                                ["x"] = -295116.8499827,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 764461.8247865,
                                                ["x"] = -295371.80446154,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 764229.58616243,
                                                ["x"] = -295581.93794668,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 762906.31478796,
                                                ["x"] = -295892.92956135,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 761464.70376762,
                                                ["x"] = -296483.72712479,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 760967.83518582,
                                                ["x"] = -297326.72212001,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                ["y"] = 757192.67696937,
                                                ["x"] = -298177.80641191,
                                            }, -- end of [300]
                                            [151] = 
                                            {
                                                ["y"] = 763941.71134399,
                                                ["x"] = -295616.30581108,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 762889.04632676,
                                                ["x"] = -295903.01426107,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 761454.79659941,
                                                ["x"] = -296485.060417,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 760959.34128464,
                                                ["x"] = -297331.99742516,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 765828.81808599,
                                                ["x"] = -294349.4233194,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 765622.63933764,
                                                ["x"] = -294523.14944486,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 765498.76720791,
                                                ["x"] = -294660.04450892,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 765425.97201765,
                                                ["x"] = -294802.20859294,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 765284.79242271,
                                                ["x"] = -295012.43310831,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 765227.31675441,
                                                ["x"] = -295176.06217915,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 765135.29301618,
                                                ["x"] = -295346.32666458,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 765011.60678568,
                                                ["x"] = -295428.57647853,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 764900.00654249,
                                                ["x"] = -295416.15947048,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 764464.23073969,
                                                ["x"] = -295069.96248301,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 764333.79281163,
                                                ["x"] = -295121.7102612,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 764462.98931909,
                                                ["x"] = -295381.73493536,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 763887.86078745,
                                                ["x"] = -295627.46101717,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 762475.85592076,
                                                ["x"] = -296175.47274486,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 761449.90496586,
                                                ["x"] = -296486.0928865,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 760946.1477688,
                                                ["x"] = -297339.12871193,
                                            }, -- end of [248]
                                            [153] = 
                                            {
                                                ["y"] = 763839.4389734,
                                                ["x"] = -295639.90152875,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 762462.48900478,
                                                ["x"] = -296182.27365743,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 761445.08163084,
                                                ["x"] = -296487.40720102,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 760923.48868196,
                                                ["x"] = -297349.68500768,
                                            }, -- end of [249]
                                            [77] = 
                                            {
                                                ["y"] = 764838.24853443,
                                                ["x"] = -295373.61588561,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 764449.2367399,
                                                ["x"] = -295069.63056277,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 764333.29204481,
                                                ["x"] = -295126.68012284,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 764463.53729496,
                                                ["x"] = -295391.71811062,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 763791.71052137,
                                                ["x"] = -295654.78340932,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 762439.56508152,
                                                ["x"] = -296192.24308947,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 761440.35989132,
                                                ["x"] = -296489.04851814,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 760711.16631721,
                                                ["x"] = -297438.07158191,
                                            }, -- end of [250]
                                            [155] = 
                                            {
                                                ["y"] = 763740.10471296,
                                                ["x"] = -295673.79176414,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 762425.50073247,
                                                ["x"] = -296197.44705012,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 761435.78291625,
                                                ["x"] = -296491.05758729,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 759969.36591898,
                                                ["x"] = -297709.41860961,
                                            }, -- end of [251]
                                            [143] = 
                                            {
                                                ["y"] = 764377.93590698,
                                                ["x"] = -295540.22625352,
                                            }, -- end of [143]
                                            [39] = 
                                            {
                                                ["y"] = 765275.9894653,
                                                ["x"] = -295024.5744553,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 765217.92024302,
                                                ["x"] = -295204.54843989,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 765125.10972513,
                                                ["x"] = -295357.33820257,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 764992.98662831,
                                                ["x"] = -295435.86496708,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 764810.56930319,
                                                ["x"] = -295352.20077722,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 764439.25252919,
                                                ["x"] = -295070.16223942,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 764333.38474468,
                                                ["x"] = -295131.6778269,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 764463.43116709,
                                                ["x"] = -295401.71561927,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 763689.50100268,
                                                ["x"] = -295695.32652615,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 762406.4006726,
                                                ["x"] = -296203.37473252,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 761431.40170353,
                                                ["x"] = -296493.46319106,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 759924.14142292,
                                                ["x"] = -297730.73031233,
                                            }, -- end of [252]
                                            [295] = 
                                            {
                                                ["y"] = 757504.21411341,
                                                ["x"] = -298048.70022665,
                                            }, -- end of [295]
                                            [291] = 
                                            {
                                                ["y"] = 757981.04250659,
                                                ["x"] = -297998.46848618,
                                            }, -- end of [291]
                                            [287] = 
                                            {
                                                ["y"] = 758085.80810583,
                                                ["x"] = -298001.35514581,
                                            }, -- end of [287]
                                            [159] = 
                                            {
                                                ["y"] = 763327.28650838,
                                                ["x"] = -295876.14030488,
                                            }, -- end of [159]
                                            [175] = 
                                            {
                                                ["y"] = 762973.42421027,
                                                ["x"] = -295876.40229139,
                                            }, -- end of [175]
                                            [191] = 
                                            {
                                                ["y"] = 762322.82143118,
                                                ["x"] = -296218.39762655,
                                            }, -- end of [191]
                                            [207] = 
                                            {
                                                ["y"] = 761778.95001835,
                                                ["x"] = -296477.70319651,
                                            }, -- end of [207]
                                            [223] = 
                                            {
                                                ["y"] = 761419.91858818,
                                                ["x"] = -296503.03166609,
                                            }, -- end of [223]
                                            [239] = 
                                            {
                                                ["y"] = 761205.43715118,
                                                ["x"] = -297058.13720351,
                                            }, -- end of [239]
                                            [254] = 
                                            {
                                                ["y"] = 759723.62420594,
                                                ["x"] = -297843.27502271,
                                            }, -- end of [254]
                                            [255] = 
                                            {
                                                ["y"] = 759678.4655946,
                                                ["x"] = -297864.72478864,
                                            }, -- end of [255]
                                            [259] = 
                                            {
                                                ["y"] = 758853.90905993,
                                                ["x"] = -298197.61027439,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 763595.00588376,
                                                ["x"] = -295741.0820485,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 762391.88500771,
                                                ["x"] = -296207.14873309,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 761427.26923242,
                                                ["x"] = -296496.27440095,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 759875.6610102,
                                                ["x"] = -297756.6928474,
                                            }, -- end of [253]
                                            [263] = 
                                            {
                                                ["y"] = 758739.79395583,
                                                ["x"] = -298210.07890571,
                                            }, -- end of [263]
                                            [267] = 
                                            {
                                                ["y"] = 758440.41329334,
                                                ["x"] = -298194.86050546,
                                            }, -- end of [267]
                                            [270] = 
                                            {
                                                ["y"] = 758396.98920796,
                                                ["x"] = -298183.22045874,
                                            }, -- end of [270]
                                            [271] = 
                                            {
                                                ["y"] = 758382.98059953,
                                                ["x"] = -298177.86314922,
                                            }, -- end of [271]
                                            [275] = 
                                            {
                                                ["y"] = 758326.22920989,
                                                ["x"] = -298146.43963505,
                                            }, -- end of [275]
                                            [279] = 
                                            {
                                                ["y"] = 758209.55244191,
                                                ["x"] = -298052.29945315,
                                            }, -- end of [279]
                                            [283] = 
                                            {
                                                ["y"] = 758148.31687215,
                                                ["x"] = -298018.69070059,
                                            }, -- end of [283]
                                            [286] = 
                                            {
                                                ["y"] = 758105.42226724,
                                                ["x"] = -298005.2546519,
                                            }, -- end of [286]
                                            [79] = 
                                            {
                                                ["y"] = 764787.79202128,
                                                ["x"] = -295332.68148268,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 764424.35924006,
                                                ["x"] = -295071.92466776,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 764334.1408644,
                                                ["x"] = -295136.61388819,
                                            }, -- end of [111]
                                            [299] = 
                                            {
                                                ["y"] = 757271.89503136,
                                                ["x"] = -298139.78586931,
                                            }, -- end of [299]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 757219.51193245,
                                                ["x"] = -298233.34110165,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 757219.51193245,
                                                ["x"] = -298233.34110165,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 655,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 802699.39724792,
                                            ["x"] = -284069.35025259,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 718,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4791.4801367278,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 778437.91276065,
                                            ["x"] = -295022.40087902,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 961,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 6803.2907205301,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 768133.20605146,
                                            ["x"] = -292426.39085816,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 827,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 7697.0582529604,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 766257.60965664,
                                            ["x"] = -294315.46011118,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 545,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 9581.6716979046,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 757193.32963987,
                                            ["x"] = -298179.15845053,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["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"] = 134,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "green winter",
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 181,
                                        ["y"] = 802699.39724792,
                                        ["x"] = -284069.35025259,
                                        ["name"] = "Ground-1-4",
                                        ["heading"] = 5.1909937889466,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["livery_id"] = "green winter",
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 180,
                                        ["y"] = 802725.75023938,
                                        ["x"] = -284083.67247347,
                                        ["name"] = "Ground-1-3",
                                        ["heading"] = 5.2102096405753,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["livery_id"] = "green winter",
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 179,
                                        ["y"] = 802752.06885392,
                                        ["x"] = -284098.07110851,
                                        ["name"] = "Ground-1-2",
                                        ["heading"] = 5.2129948197416,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["livery_id"] = "green winter",
                                        ["skill"] = "Average",
                                        ["coldAtStart"] = false,
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 178,
                                        ["y"] = 802778.37834461,
                                        ["x"] = -284112.48673626,
                                        ["name"] = "Ground-1-1",
                                        ["heading"] = 5.2136377071372,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 802699.39724792,
                                ["x"] = -284069.35025259,
                                ["name"] = "Ground-1",
                                ["start_time"] = 0,
                            }, -- end of [5]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["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",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SetInvisible",
                                                ["params"] = 
                                                {
                                                    ["value"] = false,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Fighter Sweep",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 914.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 231.25,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "FighterSweep",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Planes",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 4,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 850049.89846327,
                                            ["x"] = -292088.76953729,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 3047,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 169.58333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 245.63166265733,
                                            ["ETA_locked"] = false,
                                            ["y"] = 821401.2804086,
                                            ["x"] = -290017.79628582,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 3047,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 169.58333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 607.32400318621,
                                            ["ETA_locked"] = false,
                                            ["y"] = 748666.3016931,
                                            ["x"] = -305032.98471055,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3047,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 169.58333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 646.90781562265,
                                            ["ETA_locked"] = false,
                                            ["y"] = 750949.60703536,
                                            ["x"] = -284483.23663018,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 465,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 169.58333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 1203.0174052336,
                                            ["ETA_locked"] = false,
                                            ["y"] = 903148.53125,
                                            ["x"] = -319064.875,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 31,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 914.4,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "RADIO",
                                        ["livery_id"] = "soviet union tactical aviation groups",
                                        ["skill"] = "Player",
                                        ["speed"] = 231.25,
                                        ["type"] = "Su-27",
                                        ["unitId"] = 1,
                                        ["psi"] = 1.4986330862681,
                                        ["onboard_num"] = "010",
                                        ["y"] = 850049.89846327,
                                        ["x"] = -292088.76953729,
                                        ["name"] = "Tactical Aviation Aircraft #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 7520,
                                            ["flare"] = 120,
                                            ["chaff"] = 72,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.4986330862681,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            ["name"] = "Uzi11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 850049.89846327,
                                ["x"] = -292088.76953729,
                                ["name"] = "Tactical Aviation Aircraft",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["uncontrollable"] = false,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "EngageGroup",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["visible"] = false,
                                            ["priority"] = 1,
                                            ["weaponType"] = 9659482112,
                                            ["groupId"] = 8,
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 6705.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.71258883974,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 4,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 6,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 7,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["number"] = 8,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 1,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 6,
                                                                        ["value"] = 393217,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 867106.97646771,
                                            ["x"] = -290711.08709226,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6705.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.71258883974,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 6705.6,
                                                                ["pattern"] = "Circle",
                                                                ["speed"] = 238.95833333333,
                                                                ["speedEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = false,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 30.292424276997,
                                            ["ETA_locked"] = false,
                                            ["y"] = 859994.37576625,
                                            ["x"] = -292015.28000379,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 6705.6,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Air Force Standard",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.71258883974,
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 28,
                                        ["psi"] = 1.7521454979593,
                                        ["onboard_num"] = "012",
                                        ["y"] = 867106.97646771,
                                        ["x"] = -290711.08709226,
                                        ["name"] = "CAP Aircraft #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3376",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.7521454979593,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            ["name"] = "Colt11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 6705.6,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Air Force Standard",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.71258883974,
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 29,
                                        ["psi"] = 1.7521454979593,
                                        ["onboard_num"] = "013",
                                        ["y"] = 867146.97646771,
                                        ["x"] = -290751.08709226,
                                        ["name"] = "CAP Aircraft #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3376",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.7521454979593,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            ["name"] = "Colt12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 867106.97646771,
                                ["x"] = -290711.08709226,
                                ["name"] = "CAP Aircraft",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "EngageGroup",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["visible"] = false,
                                            ["priority"] = 1,
                                            ["weaponType"] = 9659482112,
                                            ["groupId"] = 126,
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 6705.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.71258883974,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 4,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 6,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 7,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["number"] = 8,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 1,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 6,
                                                                        ["value"] = 393217,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 824609.81187099,
                                            ["x"] = -87289.815001499,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6705.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.71258883974,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 6705.6,
                                                                ["pattern"] = "Circle",
                                                                ["speed"] = 238.95833333333,
                                                                ["speedEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = false,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 197.78990086533,
                                            ["ETA_locked"] = false,
                                            ["y"] = 816972.77855717,
                                            ["x"] = -87289.815001499,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 127,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 6705.6,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Air Force Standard",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.71258883974,
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 168,
                                        ["psi"] = 1.5707963267949,
                                        ["onboard_num"] = "011",
                                        ["y"] = 824609.81187099,
                                        ["x"] = -87289.815001499,
                                        ["name"] = "CAP Aircraft 2 #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3376",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.5707963267949,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            ["name"] = "Enfield11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 6705.6,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Air Force Standard",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.71258883974,
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 169,
                                        ["psi"] = 1.5707963267949,
                                        ["onboard_num"] = "014",
                                        ["y"] = 824649.81187099,
                                        ["x"] = -87329.815001499,
                                        ["name"] = "CAP Aircraft 2 #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3376",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.5707963267949,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            ["name"] = "Enfield12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 824609.81187099,
                                ["x"] = -87289.815001499,
                                ["name"] = "CAP Aircraft 2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 480,
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParkingHot",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 897090,
                                            ["x"] = -315169.28125,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 29,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 3657.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 69.100940479712,
                                            ["ETA_locked"] = false,
                                            ["y"] = 889947.62151704,
                                            ["x"] = -308758.6953777,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 3657.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1311.327649746,
                                            ["ETA_locked"] = false,
                                            ["y"] = 828499.47073484,
                                            ["x"] = -147540.70968985,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 525,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 1420.8066298563,
                                            ["ETA_locked"] = false,
                                            ["y"] = 843668.625,
                                            ["x"] = -148590.171875,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 32,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 129,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 480,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Aeroflot",
                                        ["skill"] = "High",
                                        ["parking"] = "6",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "An-26B",
                                        ["unitId"] = 171,
                                        ["psi"] = 0.83934080366881,
                                        ["onboard_num"] = "015",
                                        ["parking_id"] = "33",
                                        ["x"] = -315169.28125,
                                        ["name"] = "Transport Aircraft #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 2750,
                                            ["flare"] = 384,
                                            ["chaff"] = 384,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 897090,
                                        ["heading"] = -0.83934080366881,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            ["name"] = "Springfield11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 897090,
                                ["x"] = -315169.28125,
                                ["name"] = "Transport Aircraft",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Reconnaissance",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 13716,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 677.22281389879,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 0,
                                                                        ["name"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 855383.89171967,
                                            ["x"] = -6132.6522762487,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 13716,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 677.22281389879,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 272.49763727695,
                                            ["ETA_locked"] = false,
                                            ["y"] = 675752.55837471,
                                            ["x"] = 36154.371431109,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 13716,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 677.22281389879,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 395.6195046123,
                                            ["ETA_locked"] = false,
                                            ["y"] = 670691.44521059,
                                            ["x"] = -47072.822823333,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 155,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 2173.3723037445,
                                            ["ETA_locked"] = false,
                                            ["y"] = 834461.78125,
                                            ["x"] = -83450.417969,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 28,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 131,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 13716,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["speed"] = 677.22281389879,
                                        ["type"] = "MiG-25RBT",
                                        ["unitId"] = 173,
                                        ["psi"] = 1.3395957983692,
                                        ["onboard_num"] = "016",
                                        ["y"] = 855383.89171967,
                                        ["x"] = -6132.6522762487,
                                        ["name"] = "Reconnaissance Aircraft #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 13721,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.3395957983692,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            ["name"] = "Dodge11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 855383.89171967,
                                ["x"] = -6132.6522762487,
                                ["name"] = "Reconnaissance Aircraft",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [5]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 797432.89334653,
                                            ["speed"] = 0,
                                            ["x"] = -286234.33674676,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 58,
                                        ["y"] = 797432.89334653,
                                        ["x"] = -286234.33674676,
                                        ["name"] = "BigSmoke1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 797432.89334653,
                                ["x"] = -286234.33674676,
                                ["name"] = "Static Big smoke-1",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 796466.47281089,
                                            ["speed"] = 0,
                                            ["x"] = -286541.99747691,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 59,
                                        ["y"] = 796466.47281089,
                                        ["x"] = -286541.99747691,
                                        ["name"] = "Static Big smoke-2-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 796466.47281089,
                                ["x"] = -286541.99747691,
                                ["name"] = "Static Big smoke-2",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 780695.23350306,
                                            ["speed"] = 0,
                                            ["x"] = -294373.89043963,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 60,
                                        ["y"] = 780695.23350306,
                                        ["x"] = -294373.89043963,
                                        ["name"] = "Static Big smoke-3-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 780695.23350306,
                                ["x"] = -294373.89043963,
                                ["name"] = "Static Big smoke-3",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 779301.64193203,
                                            ["speed"] = 0,
                                            ["x"] = -292561.06915942,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 61,
                                        ["y"] = 779301.64193203,
                                        ["x"] = -292561.06915942,
                                        ["name"] = "Static Big smoke-4-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 779301.64193203,
                                ["x"] = -292561.06915942,
                                ["name"] = "Static Big smoke-4",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 778273.82216729,
                                            ["speed"] = 0,
                                            ["x"] = -294100.26723075,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 62,
                                        ["y"] = 778273.82216729,
                                        ["x"] = -294100.26723075,
                                        ["name"] = "Static Big smoke-5-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 778273.82216729,
                                ["x"] = -294100.26723075,
                                ["name"] = "Static Big smoke-5",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 778202.93804558,
                                            ["speed"] = 0,
                                            ["x"] = -295249.6026327,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 63,
                                        ["y"] = 778202.93804558,
                                        ["x"] = -295249.6026327,
                                        ["name"] = "Static Big smoke-6-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 778202.93804558,
                                ["x"] = -295249.6026327,
                                ["name"] = "Static Big smoke-6",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802017.67062151,
                                            ["speed"] = 0,
                                            ["x"] = -279180.96137731,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 28,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["livery_id"] = "air force standard",
                                        ["category"] = "Planes",
                                        ["effectTransparency"] = 1,
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 66,
                                        ["rate"] = "50",
                                        ["y"] = 802017.67062151,
                                        ["x"] = -279180.96137731,
                                        ["name"] = "Static MiG-29A-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802017.67062151,
                                ["x"] = -279180.96137731,
                                ["name"] = "Static MiG-29A-1",
                                ["dead"] = true,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 3.3335788713092,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802044.20696801,
                                            ["speed"] = 0,
                                            ["x"] = -279176.77701364,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 29,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "winter",
                                        ["category"] = "Unarmed",
                                        ["type"] = "AA8",
                                        ["unitId"] = 67,
                                        ["rate"] = 3,
                                        ["y"] = 802044.20696801,
                                        ["x"] = -279176.77701364,
                                        ["name"] = "Static Firefighter Vehicle AA-7.2/60-1",
                                        ["heading"] = 3.3335788713092,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802044.20696801,
                                ["x"] = -279176.77701364,
                                ["name"] = "Static Firefighter Vehicle AA-7.2/60-1",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 4.4156830075457,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802041.15220308,
                                            ["speed"] = 0,
                                            ["x"] = -279193.03911748,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "GAZ-66",
                                        ["unitId"] = 71,
                                        ["rate"] = 3,
                                        ["y"] = 802041.15220308,
                                        ["x"] = -279193.03911748,
                                        ["name"] = "Static Truck GAZ-66-1",
                                        ["heading"] = 4.4156830075457,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802041.15220308,
                                ["x"] = -279193.03911748,
                                ["name"] = "Static Truck GAZ-66-1",
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802017.63214402,
                                            ["speed"] = 0,
                                            ["x"] = -279181.15581722,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["category"] = "Fortifications",
                                        ["effectTransparency"] = 1,
                                        ["shape_name"] = "landmine",
                                        ["type"] = "Landmine",
                                        ["unitId"] = 72,
                                        ["rate"] = 1,
                                        ["y"] = 802017.63214402,
                                        ["x"] = -279181.15581722,
                                        ["name"] = "Static Landmine-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802017.63214402,
                                ["x"] = -279181.15581722,
                                ["name"] = "Static Landmine-1",
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802022.57967737,
                                            ["speed"] = 0,
                                            ["x"] = -279176.17630404,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 35,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["category"] = "Fortifications",
                                        ["effectTransparency"] = 1,
                                        ["shape_name"] = "landmine",
                                        ["type"] = "Landmine",
                                        ["unitId"] = 73,
                                        ["rate"] = 1,
                                        ["y"] = 802022.57967737,
                                        ["x"] = -279176.17630404,
                                        ["name"] = "Static Landmine-2-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802022.57967737,
                                ["x"] = -279176.17630404,
                                ["name"] = "Static Landmine-2",
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802012.6082488,
                                            ["speed"] = 0,
                                            ["x"] = -279176.14773261,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 39,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["category"] = "Fortifications",
                                        ["effectTransparency"] = 1,
                                        ["shape_name"] = "landmine",
                                        ["type"] = "Landmine",
                                        ["unitId"] = 77,
                                        ["rate"] = 1,
                                        ["y"] = 802012.6082488,
                                        ["x"] = -279176.14773261,
                                        ["name"] = "Static Landmine-3-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802012.6082488,
                                ["x"] = -279176.14773261,
                                ["name"] = "Static Landmine-3",
                                ["dead"] = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802012.57967737,
                                            ["speed"] = 0,
                                            ["x"] = -279186.14773261,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 40,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["category"] = "Fortifications",
                                        ["effectTransparency"] = 1,
                                        ["shape_name"] = "landmine",
                                        ["type"] = "Landmine",
                                        ["unitId"] = 78,
                                        ["rate"] = 1,
                                        ["y"] = 802012.57967737,
                                        ["x"] = -279186.14773261,
                                        ["name"] = "Static Landmine-4-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802012.57967737,
                                ["x"] = -279186.14773261,
                                ["name"] = "Static Landmine-4",
                                ["dead"] = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 802022.55110594,
                                            ["speed"] = 0,
                                            ["x"] = -279186.20487547,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["category"] = "Fortifications",
                                        ["effectTransparency"] = 1,
                                        ["shape_name"] = "landmine",
                                        ["type"] = "Landmine",
                                        ["unitId"] = 79,
                                        ["rate"] = 1,
                                        ["y"] = 802022.55110594,
                                        ["x"] = -279186.20487547,
                                        ["name"] = "Static Landmine-5-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802022.55110594,
                                ["x"] = -279186.20487547,
                                ["name"] = "Static Landmine-5",
                                ["dead"] = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["heading"] = 2.9845130209103,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 831784.69249589,
                                            ["speed"] = 0,
                                            ["x"] = -85116.358572948,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 44,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24M",
                                        ["unitId"] = 84,
                                        ["rate"] = "70",
                                        ["y"] = 831784.69249589,
                                        ["x"] = -85116.358572948,
                                        ["name"] = "Static Su-24M-1",
                                        ["heading"] = 2.9845130209103,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 831784.69249589,
                                ["x"] = -85116.358572948,
                                ["name"] = "Static Su-24M-1",
                                ["dead"] = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["heading"] = 2.9845130209103,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 831900.46199103,
                                            ["speed"] = 0,
                                            ["x"] = -85090.494145592,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 45,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24M",
                                        ["unitId"] = 85,
                                        ["rate"] = "70",
                                        ["y"] = 831900.46199103,
                                        ["x"] = -85090.494145592,
                                        ["name"] = "Static Su-24M-2-1",
                                        ["heading"] = 2.9845130209103,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 831900.46199103,
                                ["x"] = -85090.494145592,
                                ["name"] = "Static Su-24M-2",
                                ["dead"] = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["heading"] = 2.9845130209103,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 832019.76911367,
                                            ["speed"] = 0,
                                            ["x"] = -85076.268275024,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 46,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24M",
                                        ["unitId"] = 86,
                                        ["rate"] = "70",
                                        ["y"] = 832019.76911367,
                                        ["x"] = -85076.268275024,
                                        ["name"] = "Static Su-24M-3-1",
                                        ["heading"] = 2.9845130209103,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 832019.76911367,
                                ["x"] = -85076.268275024,
                                ["name"] = "Static Su-24M-3",
                                ["dead"] = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                ["heading"] = 6.1261056745001,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 831978.21017319,
                                            ["speed"] = 0,
                                            ["x"] = -85212.879514938,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 47,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24M",
                                        ["unitId"] = 87,
                                        ["rate"] = "70",
                                        ["y"] = 831978.21017319,
                                        ["x"] = -85212.879514938,
                                        ["name"] = "Static Su-24M-4-1",
                                        ["heading"] = 6.1261056745001,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 831978.21017319,
                                ["x"] = -85212.879514938,
                                ["name"] = "Static Su-24M-4",
                                ["dead"] = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                ["heading"] = 6.1261056745001,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 831858.23620347,
                                            ["speed"] = 0,
                                            ["x"] = -85230.249177418,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 48,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24M",
                                        ["unitId"] = 88,
                                        ["rate"] = "70",
                                        ["y"] = 831858.23620347,
                                        ["x"] = -85230.249177418,
                                        ["name"] = "Static Su-24M-5-1",
                                        ["heading"] = 6.1261056745001,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 831858.23620347,
                                ["x"] = -85230.249177418,
                                ["name"] = "Static Su-24M-5",
                                ["dead"] = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                ["heading"] = 3.0019663134302,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 835047.16423973,
                                            ["speed"] = 0,
                                            ["x"] = -83764.972560524,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 50,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 90,
                                        ["rate"] = "50",
                                        ["y"] = 835047.16423973,
                                        ["x"] = -83764.972560524,
                                        ["name"] = "Static MiG-29A-2",
                                        ["heading"] = 3.0019663134302,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 835047.16423973,
                                ["x"] = -83764.972560524,
                                ["name"] = "Static MiG-29A-2",
                                ["dead"] = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                ["heading"] = 3.0019663134302,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 835331.30655626,
                                            ["speed"] = 0,
                                            ["x"] = -83718.260982503,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 51,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 91,
                                        ["rate"] = "50",
                                        ["y"] = 835331.30655626,
                                        ["x"] = -83718.260982503,
                                        ["name"] = "Static MiG-29A-3-1",
                                        ["heading"] = 3.0019663134302,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 835331.30655626,
                                ["x"] = -83718.260982503,
                                ["name"] = "Static MiG-29A-3",
                                ["dead"] = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                ["heading"] = 6.14355896702,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 832793.66879207,
                                            ["speed"] = 0,
                                            ["x"] = -83972.789889184,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 52,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 92,
                                        ["rate"] = "50",
                                        ["y"] = 832793.66879207,
                                        ["x"] = -83972.789889184,
                                        ["name"] = "Static MiG-29A-4-1",
                                        ["heading"] = 6.14355896702,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 832793.66879207,
                                ["x"] = -83972.789889184,
                                ["name"] = "Static MiG-29A-4",
                                ["dead"] = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                ["heading"] = 6.14355896702,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 833011.24924305,
                                            ["speed"] = 0,
                                            ["x"] = -83945.918005063,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 53,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 93,
                                        ["rate"] = "50",
                                        ["y"] = 833011.24924305,
                                        ["x"] = -83945.918005063,
                                        ["name"] = "Static MiG-29A-5-1",
                                        ["heading"] = 6.14355896702,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 833011.24924305,
                                ["x"] = -83945.918005063,
                                ["name"] = "Static MiG-29A-5",
                                ["dead"] = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                ["heading"] = 6.16101225954,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 834492.9925756,
                                            ["speed"] = 0,
                                            ["x"] = -83975.732760672,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 54,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "FSB aeroflot",
                                        ["category"] = "Planes",
                                        ["type"] = "IL-76MD",
                                        ["unitId"] = 94,
                                        ["rate"] = "70",
                                        ["y"] = 834492.9925756,
                                        ["x"] = -83975.732760672,
                                        ["name"] = "Static IL-76MD-1",
                                        ["heading"] = 6.16101225954,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 834492.9925756,
                                ["x"] = -83975.732760672,
                                ["name"] = "Static IL-76MD-1",
                                ["dead"] = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 725704.76139528,
                                            ["speed"] = 0,
                                            ["x"] = -277755.80979811,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 72,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 112,
                                        ["y"] = 725704.76139528,
                                        ["x"] = -277755.80979811,
                                        ["name"] = "Static Big smoke-8-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 725704.76139528,
                                ["x"] = -277755.80979811,
                                ["name"] = "Static Big smoke-8",
                                ["dead"] = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 725843.84591408,
                                            ["speed"] = 0,
                                            ["x"] = -278564.56051854,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 73,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 113,
                                        ["y"] = 725843.84591408,
                                        ["x"] = -278564.56051854,
                                        ["name"] = "Static Big smoke-9-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 725843.84591408,
                                ["x"] = -278564.56051854,
                                ["name"] = "Static Big smoke-9",
                                ["dead"] = false,
                            }, -- end of [26]
                            [27] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 725261.75144651,
                                            ["speed"] = 0,
                                            ["x"] = -279476.33680845,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 74,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 114,
                                        ["y"] = 725261.75144651,
                                        ["x"] = -279476.33680845,
                                        ["name"] = "Static Big smoke-10-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 725261.75144651,
                                ["x"] = -279476.33680845,
                                ["name"] = "Static Big smoke-10",
                                ["dead"] = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 738695.82046592,
                                            ["speed"] = 0,
                                            ["x"] = -294034.12888879,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 75,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 115,
                                        ["y"] = 738695.82046592,
                                        ["x"] = -294034.12888879,
                                        ["name"] = "Static Big smoke-11-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 738695.82046592,
                                ["x"] = -294034.12888879,
                                ["name"] = "Static Big smoke-11",
                                ["dead"] = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 738228.32192298,
                                            ["speed"] = 0,
                                            ["x"] = -293777.2615575,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 76,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 116,
                                        ["y"] = 738228.32192298,
                                        ["x"] = -293777.2615575,
                                        ["name"] = "Static Big smoke-12-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 738228.32192298,
                                ["x"] = -293777.2615575,
                                ["name"] = "Static Big smoke-12",
                                ["dead"] = false,
                            }, -- end of [29]
                            [30] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 738510.8759874,
                                            ["speed"] = 0,
                                            ["x"] = -293304.62566793,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 77,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 117,
                                        ["y"] = 738510.8759874,
                                        ["x"] = -293304.62566793,
                                        ["name"] = "Static Big smoke-13-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 738510.8759874,
                                ["x"] = -293304.62566793,
                                ["name"] = "Static Big smoke-13",
                                ["dead"] = false,
                            }, -- end of [30]
                            [31] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 749826.62621543,
                                            ["speed"] = 0,
                                            ["x"] = -284002.63208913,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 78,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 118,
                                        ["y"] = 749826.62621543,
                                        ["x"] = -284002.63208913,
                                        ["name"] = "Static Big smoke-14-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 749826.62621543,
                                ["x"] = -284002.63208913,
                                ["name"] = "Static Big smoke-14",
                                ["dead"] = false,
                            }, -- end of [31]
                            [32] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 749811.93874296,
                                            ["speed"] = 0,
                                            ["x"] = -284039.35077032,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 79,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 119,
                                        ["y"] = 749811.93874296,
                                        ["x"] = -284039.35077032,
                                        ["name"] = "Static Big smoke-15-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 749811.93874296,
                                ["x"] = -284039.35077032,
                                ["name"] = "Static Big smoke-15",
                                ["dead"] = false,
                            }, -- end of [32]
                            [33] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 749804.59500672,
                                            ["speed"] = 0,
                                            ["x"] = -283961.01758379,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 80,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 120,
                                        ["y"] = 749804.59500672,
                                        ["x"] = -283961.01758379,
                                        ["name"] = "Static Big smoke-16-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 749804.59500672,
                                ["x"] = -283961.01758379,
                                ["name"] = "Static Big smoke-16",
                                ["dead"] = false,
                            }, -- end of [33]
                            [34] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 749698.98204319,
                                            ["speed"] = 0,
                                            ["x"] = -284321.48169471,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 81,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 121,
                                        ["y"] = 749698.98204319,
                                        ["x"] = -284321.48169471,
                                        ["name"] = "Static Big smoke-17-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 749698.98204319,
                                ["x"] = -284321.48169471,
                                ["name"] = "Static Big smoke-17",
                                ["dead"] = false,
                            }, -- end of [34]
                            [35] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 757763.15754998,
                                            ["speed"] = 0,
                                            ["x"] = -299533.32743574,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 82,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 122,
                                        ["y"] = 757763.15754998,
                                        ["x"] = -299533.32743574,
                                        ["name"] = "Static Big smoke-18-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 757763.15754998,
                                ["x"] = -299533.32743574,
                                ["name"] = "Static Big smoke-18",
                                ["dead"] = false,
                            }, -- end of [35]
                            [36] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 758075.86770203,
                                            ["speed"] = 0,
                                            ["x"] = -299560.28520747,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 83,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 123,
                                        ["y"] = 758075.86770203,
                                        ["x"] = -299560.28520747,
                                        ["name"] = "Static Big smoke-19-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 758075.86770203,
                                ["x"] = -299560.28520747,
                                ["name"] = "Static Big smoke-19",
                                ["dead"] = false,
                            }, -- end of [36]
                            [37] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 755365.58062515,
                                            ["speed"] = 0,
                                            ["x"] = -302045.00502876,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 84,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 124,
                                        ["y"] = 755365.58062515,
                                        ["x"] = -302045.00502876,
                                        ["name"] = "Static Big smoke-20-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 755365.58062515,
                                ["x"] = -302045.00502876,
                                ["name"] = "Static Big smoke-20",
                                ["dead"] = false,
                            }, -- end of [37]
                            [38] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 759411.81439292,
                                            ["speed"] = 0,
                                            ["x"] = -293362.84874946,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 85,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 125,
                                        ["y"] = 759411.81439292,
                                        ["x"] = -293362.84874946,
                                        ["name"] = "Static Big smoke-21-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 759411.81439292,
                                ["x"] = -293362.84874946,
                                ["name"] = "Static Big smoke-21",
                                ["dead"] = false,
                            }, -- end of [38]
                            [39] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 750408.04046491,
                                            ["speed"] = 0,
                                            ["x"] = -294787.03819116,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 86,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 126,
                                        ["y"] = 750408.04046491,
                                        ["x"] = -294787.03819116,
                                        ["name"] = "Static Big smoke-22-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 750408.04046491,
                                ["x"] = -294787.03819116,
                                ["name"] = "Static Big smoke-22",
                                ["dead"] = false,
                            }, -- end of [39]
                            [40] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 766010.51918787,
                                            ["speed"] = 0,
                                            ["x"] = -294351.46550308,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 87,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 127,
                                        ["y"] = 766010.51918787,
                                        ["x"] = -294351.46550308,
                                        ["name"] = "Static Big smoke-23-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 766010.51918787,
                                ["x"] = -294351.46550308,
                                ["name"] = "Static Big smoke-23",
                                ["dead"] = false,
                            }, -- end of [40]
                            [41] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 746339.41454617,
                                            ["speed"] = 0,
                                            ["x"] = -300243.4445479,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 88,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 128,
                                        ["y"] = 746339.41454617,
                                        ["x"] = -300243.4445479,
                                        ["name"] = "Static Big smoke-24-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 746339.41454617,
                                ["x"] = -300243.4445479,
                                ["name"] = "Static Big smoke-24",
                                ["dead"] = false,
                            }, -- end of [41]
                            [42] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 723661.68295297,
                                            ["speed"] = 0,
                                            ["x"] = -288667.85577442,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 89,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 129,
                                        ["y"] = 723661.68295297,
                                        ["x"] = -288667.85577442,
                                        ["name"] = "Static Big smoke-25-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 723661.68295297,
                                ["x"] = -288667.85577442,
                                ["name"] = "Static Big smoke-25",
                                ["dead"] = false,
                            }, -- end of [42]
                            [43] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 722969.4206599,
                                            ["speed"] = 0,
                                            ["x"] = -287580.01502818,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 90,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 130,
                                        ["y"] = 722969.4206599,
                                        ["x"] = -287580.01502818,
                                        ["name"] = "Static Big smoke-26-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 722969.4206599,
                                ["x"] = -287580.01502818,
                                ["name"] = "Static Big smoke-26",
                                ["dead"] = false,
                            }, -- end of [43]
                            [44] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 761380.9875275,
                                            ["speed"] = 0,
                                            ["x"] = -262894.65625222,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 91,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 131,
                                        ["y"] = 761380.9875275,
                                        ["x"] = -262894.65625222,
                                        ["name"] = "Static Big smoke-27-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 761380.9875275,
                                ["x"] = -262894.65625222,
                                ["name"] = "Static Big smoke-27",
                                ["dead"] = false,
                            }, -- end of [44]
                            [45] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 761393.8576523,
                                            ["speed"] = 0,
                                            ["x"] = -262903.17931743,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 92,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 132,
                                        ["y"] = 761393.8576523,
                                        ["x"] = -262903.17931743,
                                        ["name"] = "Static Big smoke-28-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 761393.8576523,
                                ["x"] = -262903.17931743,
                                ["name"] = "Static Big smoke-28",
                                ["dead"] = false,
                            }, -- end of [45]
                            [46] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 761220.60608509,
                                            ["speed"] = 0,
                                            ["x"] = -263041.7805712,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 93,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 133,
                                        ["y"] = 761220.60608509,
                                        ["x"] = -263041.7805712,
                                        ["name"] = "Static Big smoke-29-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 761220.60608509,
                                ["x"] = -263041.7805712,
                                ["name"] = "Static Big smoke-29",
                                ["dead"] = false,
                            }, -- end of [46]
                            [47] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 763091.72301091,
                                            ["speed"] = 0,
                                            ["x"] = -260720.20957065,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 94,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 134,
                                        ["y"] = 763091.72301091,
                                        ["x"] = -260720.20957065,
                                        ["name"] = "Static Big smoke-30-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 763091.72301091,
                                ["x"] = -260720.20957065,
                                ["name"] = "Static Big smoke-30",
                                ["dead"] = false,
                            }, -- end of [47]
                            [48] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 789880.42353325,
                                            ["speed"] = 0,
                                            ["x"] = -267659.96028887,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 96,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 136,
                                        ["y"] = 789880.42353325,
                                        ["x"] = -267659.96028887,
                                        ["name"] = "Static Big smoke-31-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 789880.42353325,
                                ["x"] = -267659.96028887,
                                ["name"] = "Static Big smoke-31",
                                ["dead"] = false,
                            }, -- end of [48]
                            [49] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 790022.33520679,
                                            ["speed"] = 0,
                                            ["x"] = -266595.62273731,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 97,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 137,
                                        ["y"] = 790022.33520679,
                                        ["x"] = -266595.62273731,
                                        ["name"] = "Static Big smoke-32-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 790022.33520679,
                                ["x"] = -266595.62273731,
                                ["name"] = "Static Big smoke-32",
                                ["dead"] = false,
                            }, -- end of [49]
                            [50] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 789596.60018617,
                                            ["speed"] = 0,
                                            ["x"] = -266027.97604314,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 98,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 138,
                                        ["y"] = 789596.60018617,
                                        ["x"] = -266027.97604314,
                                        ["name"] = "Static Big smoke-33-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 789596.60018617,
                                ["x"] = -266027.97604314,
                                ["name"] = "Static Big smoke-33",
                                ["dead"] = false,
                            }, -- end of [50]
                            [51] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 789986.85728841,
                                            ["speed"] = 0,
                                            ["x"] = -268227.60698303,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 99,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 139,
                                        ["y"] = 789986.85728841,
                                        ["x"] = -268227.60698303,
                                        ["name"] = "Static Big smoke-34-1",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 789986.85728841,
                                ["x"] = -268227.60698303,
                                ["name"] = "Static Big smoke-34",
                                ["dead"] = false,
                            }, -- end of [51]
                            [52] = 
                            {
                                ["heading"] = 3.9444441095072,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 902474.81805805,
                                            ["speed"] = 0,
                                            ["x"] = -318050.2362291,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 100,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 140,
                                        ["rate"] = "50",
                                        ["y"] = 902474.81805805,
                                        ["x"] = -318050.2362291,
                                        ["name"] = "Static MiG-29A-6-1",
                                        ["heading"] = 3.9444441095072,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902474.81805805,
                                ["x"] = -318050.2362291,
                                ["name"] = "Static MiG-29A-6",
                                ["dead"] = false,
                            }, -- end of [52]
                            [53] = 
                            {
                                ["heading"] = 3.9444441095072,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 902514.99675448,
                                            ["speed"] = 0,
                                            ["x"] = -318089.75660834,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 101,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 141,
                                        ["rate"] = "50",
                                        ["y"] = 902514.99675448,
                                        ["x"] = -318089.75660834,
                                        ["name"] = "Static MiG-29A-7-1",
                                        ["heading"] = 3.9444441095072,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902514.99675448,
                                ["x"] = -318089.75660834,
                                ["name"] = "Static MiG-29A-7",
                                ["dead"] = false,
                            }, -- end of [53]
                            [54] = 
                            {
                                ["heading"] = 1.4660765716752,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904036.9399273,
                                            ["speed"] = 0,
                                            ["x"] = -319164.44220737,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 104,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "soviet union tactical aviation groups",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-27",
                                        ["unitId"] = 144,
                                        ["rate"] = "50",
                                        ["y"] = 904036.9399273,
                                        ["x"] = -319164.44220737,
                                        ["name"] = "Static Su-27-1",
                                        ["heading"] = 1.4660765716752,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904036.9399273,
                                ["x"] = -319164.44220737,
                                ["name"] = "Static Su-27-1",
                                ["dead"] = false,
                            }, -- end of [54]
                            [55] = 
                            {
                                ["heading"] = 0.85521133347722,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904051.97809939,
                                            ["speed"] = 0,
                                            ["x"] = -319216.33237542,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 105,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "soviet union tactical aviation groups",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-27",
                                        ["unitId"] = 145,
                                        ["rate"] = "50",
                                        ["y"] = 904051.97809939,
                                        ["x"] = -319216.33237542,
                                        ["name"] = "Static Su-27-2-1",
                                        ["heading"] = 0.85521133347722,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904051.97809939,
                                ["x"] = -319216.33237542,
                                ["name"] = "Static Su-27-2",
                                ["dead"] = false,
                            }, -- end of [55]
                            [56] = 
                            {
                                ["heading"] = 6.1784655520599,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904102.30367609,
                                            ["speed"] = 0,
                                            ["x"] = -319294.00326467,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 106,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "soviet union tactical aviation groups",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-27",
                                        ["unitId"] = 146,
                                        ["rate"] = "50",
                                        ["y"] = 904102.30367609,
                                        ["x"] = -319294.00326467,
                                        ["name"] = "Static Su-27-3-1",
                                        ["heading"] = 6.1784655520599,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904102.30367609,
                                ["x"] = -319294.00326467,
                                ["name"] = "Static Su-27-3",
                                ["dead"] = false,
                            }, -- end of [56]
                            [57] = 
                            {
                                ["heading"] = 5.2534410485029,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904141.85377181,
                                            ["speed"] = 0,
                                            ["x"] = -319250.86486292,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 107,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "soviet union tactical aviation groups",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-27",
                                        ["unitId"] = 147,
                                        ["rate"] = "50",
                                        ["y"] = 904141.85377181,
                                        ["x"] = -319250.86486292,
                                        ["name"] = "Static Su-27-4-1",
                                        ["heading"] = 5.2534410485029,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904141.85377181,
                                ["x"] = -319250.86486292,
                                ["name"] = "Static Su-27-4",
                                ["dead"] = false,
                            }, -- end of [57]
                            [58] = 
                            {
                                ["heading"] = 4.5902159327451,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904159.96698572,
                                            ["speed"] = 0,
                                            ["x"] = -319183.84360095,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 109,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "soviet union tactical aviation groups",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-27",
                                        ["unitId"] = 149,
                                        ["rate"] = "50",
                                        ["y"] = 904159.96698572,
                                        ["x"] = -319183.84360095,
                                        ["name"] = "Static Su-27-5-1",
                                        ["heading"] = 4.5902159327451,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904159.96698572,
                                ["x"] = -319183.84360095,
                                ["name"] = "Static Su-27-5",
                                ["dead"] = false,
                            }, -- end of [58]
                            [59] = 
                            {
                                ["heading"] = 1.4137166941154,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 902735.89876538,
                                            ["speed"] = 0,
                                            ["x"] = -318249.54617472,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 110,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 150,
                                        ["rate"] = "50",
                                        ["y"] = 902735.89876538,
                                        ["x"] = -318249.54617472,
                                        ["name"] = "Static MiG-29A-8-1",
                                        ["heading"] = 1.4137166941154,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902735.89876538,
                                ["x"] = -318249.54617472,
                                ["name"] = "Static MiG-29A-8",
                                ["dead"] = false,
                            }, -- end of [59]
                            [60] = 
                            {
                                ["heading"] = 3.8397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 902844.25094444,
                                            ["speed"] = 0,
                                            ["x"] = -318159.98272459,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 111,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 151,
                                        ["rate"] = "50",
                                        ["y"] = 902844.25094444,
                                        ["x"] = -318159.98272459,
                                        ["name"] = "Static MiG-29A-9-1",
                                        ["heading"] = 3.8397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 902844.25094444,
                                ["x"] = -318159.98272459,
                                ["name"] = "Static MiG-29A-9",
                                ["dead"] = false,
                            }, -- end of [60]
                            [61] = 
                            {
                                ["heading"] = 0.94247779607694,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904095.46522153,
                                            ["speed"] = 0,
                                            ["x"] = -319559.47277236,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 112,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 152,
                                        ["rate"] = "50",
                                        ["y"] = 904095.46522153,
                                        ["x"] = -319559.47277236,
                                        ["name"] = "Static MiG-29A-10-1",
                                        ["heading"] = 0.94247779607694,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904095.46522153,
                                ["x"] = -319559.47277236,
                                ["name"] = "Static MiG-29A-10",
                                ["dead"] = false,
                            }, -- end of [61]
                            [62] = 
                            {
                                ["heading"] = 4.0491638646268,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904153.16154273,
                                            ["speed"] = 0,
                                            ["x"] = -319511.79243884,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 113,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Force Standard",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 153,
                                        ["rate"] = "50",
                                        ["y"] = 904153.16154273,
                                        ["x"] = -319511.79243884,
                                        ["name"] = "Static MiG-29A-11-1",
                                        ["heading"] = 4.0491638646268,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904153.16154273,
                                ["x"] = -319511.79243884,
                                ["name"] = "Static MiG-29A-11",
                                ["dead"] = false,
                            }, -- end of [62]
                            [63] = 
                            {
                                ["heading"] = 5.5850536063819,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904179.06407746,
                                            ["speed"] = 0,
                                            ["x"] = -319831.79719615,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 114,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Abkhazian AF",
                                        ["category"] = "Planes",
                                        ["type"] = "An-26B",
                                        ["unitId"] = 154,
                                        ["rate"] = "50",
                                        ["y"] = 904179.06407746,
                                        ["x"] = -319831.79719615,
                                        ["name"] = "Static An-26B-1",
                                        ["heading"] = 5.5850536063819,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904179.06407746,
                                ["x"] = -319831.79719615,
                                ["name"] = "Static An-26B-1",
                                ["dead"] = false,
                            }, -- end of [63]
                            [64] = 
                            {
                                ["heading"] = 5.5850536063819,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904237.79542337,
                                            ["speed"] = 0,
                                            ["x"] = -319782.05343154,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 115,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "15th Transport AB",
                                        ["category"] = "Planes",
                                        ["type"] = "An-30M",
                                        ["unitId"] = 155,
                                        ["rate"] = "50",
                                        ["y"] = 904237.79542337,
                                        ["x"] = -319782.05343154,
                                        ["name"] = "Static An-30M-1",
                                        ["heading"] = 5.5850536063819,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904237.79542337,
                                ["x"] = -319782.05343154,
                                ["name"] = "Static An-30M-1",
                                ["dead"] = false,
                            }, -- end of [64]
                            [65] = 
                            {
                                ["heading"] = 4.0317105721069,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 904242.37569075,
                                            ["speed"] = 0,
                                            ["x"] = -319622.080615,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 116,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24MR",
                                        ["unitId"] = 156,
                                        ["rate"] = "70",
                                        ["y"] = 904242.37569075,
                                        ["x"] = -319622.080615,
                                        ["name"] = "Static Su-24MR-1",
                                        ["heading"] = 4.0317105721069,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 904242.37569075,
                                ["x"] = -319622.080615,
                                ["name"] = "Static Su-24MR-1",
                                ["dead"] = false,
                            }, -- end of [65]
                            [66] = 
                            {
                                ["heading"] = 3.9793506945471,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 895361.54982031,
                                            ["speed"] = 0,
                                            ["x"] = -317995.02138474,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 120,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_VVS_Standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 160,
                                        ["rate"] = "30",
                                        ["y"] = 895361.54982031,
                                        ["x"] = -317995.02138474,
                                        ["name"] = "Static Mi-8MTV2-4-1",
                                        ["heading"] = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 895361.54982031,
                                ["x"] = -317995.02138474,
                                ["name"] = "Static Mi-8MTV2-4",
                                ["dead"] = false,
                            }, -- end of [66]
                            [67] = 
                            {
                                ["heading"] = 3.9793506945471,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 895392.89800781,
                                            ["speed"] = 0,
                                            ["x"] = -318025.10499197,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 123,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_VVS_Standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 163,
                                        ["rate"] = "30",
                                        ["y"] = 895392.89800781,
                                        ["x"] = -318025.10499197,
                                        ["name"] = "Static Mi-8MTV2-1-1",
                                        ["heading"] = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 895392.89800781,
                                ["x"] = -318025.10499197,
                                ["name"] = "Static Mi-8MTV2-1",
                                ["dead"] = false,
                            }, -- end of [67]
                            [68] = 
                            {
                                ["heading"] = 3.9793506945471,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 895423.99737329,
                                            ["speed"] = 0,
                                            ["x"] = -318056.9550318,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 124,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_VVS_Standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 164,
                                        ["rate"] = "30",
                                        ["y"] = 895423.99737329,
                                        ["x"] = -318056.9550318,
                                        ["name"] = "Static Mi-8MTV2-2-1",
                                        ["heading"] = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 895423.99737329,
                                ["x"] = -318056.9550318,
                                ["name"] = "Static Mi-8MTV2-2",
                                ["dead"] = false,
                            }, -- end of [68]
                            [69] = 
                            {
                                ["heading"] = 0.75049157835756,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 895804.18169193,
                                            ["speed"] = 0,
                                            ["x"] = -318524.64143521,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 125,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_VVS_Standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 165,
                                        ["rate"] = "30",
                                        ["y"] = 895804.18169193,
                                        ["x"] = -318524.64143521,
                                        ["name"] = "Static Mi-8MTV2-3-1",
                                        ["heading"] = 0.75049157835756,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 895804.18169193,
                                ["x"] = -318524.64143521,
                                ["name"] = "Static Mi-8MTV2-3",
                                ["dead"] = false,
                            }, -- end of [69]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [1]
            }, -- 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] = 
                {
                    ["name"] = "CJTF Red",
                    ["ship"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 425469.39342161,
                                            ["x"] = -239720.10005763,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 10376.623756919,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 567234.29267237,
                                            ["x"] = -270688.91768826,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 16237.315936583,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 609527.34875448,
                                            ["x"] = -340237.49880107,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 30817.925443584,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 407147.24335416,
                                            ["x"] = -347442.98242987,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 133,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["modulation"] = 0,
                                        ["skill"] = "Average",
                                        ["type"] = "leander-gun-achilles",
                                        ["unitId"] = 176,
                                        ["y"] = 425469.39342161,
                                        ["x"] = -239720.10005763,
                                        ["name"] = "Naval-1-1",
                                        ["heading"] = 1.7858695625741,
                                        ["frequency"] = 127500000,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["modulation"] = 0,
                                        ["skill"] = "Average",
                                        ["type"] = "leander-gun-achilles",
                                        ["unitId"] = 177,
                                        ["y"] = 424856.47730648,
                                        ["x"] = -240199.68396393,
                                        ["name"] = "Naval-1-2",
                                        ["heading"] = 1.7858695625741,
                                        ["frequency"] = 127500000,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 425469.39342161,
                                ["x"] = -239720.10005763,
                                ["name"] = "Naval-1",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["ship"]
                    ["id"] = 81,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 674961.81078019,
                                            ["x"] = -273126.16871732,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["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"] = 14,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk pcp",
                                        ["unitId"] = 35,
                                        ["y"] = 674961.81078019,
                                        ["x"] = -273126.16871732,
                                        ["name"] = "Enemy SAM Site #1",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk sr",
                                        ["unitId"] = 36,
                                        ["y"] = 674915.03567604,
                                        ["x"] = -273093.70587394,
                                        ["name"] = "Enemy SAM Site #2",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk cwar",
                                        ["unitId"] = 37,
                                        ["y"] = 674962.5869623,
                                        ["x"] = -273179.96186384,
                                        ["name"] = "Enemy SAM Site #3",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk tr",
                                        ["unitId"] = 38,
                                        ["y"] = 674836.84164261,
                                        ["x"] = -273211.34815406,
                                        ["name"] = "Enemy SAM Site #4",
                                        ["heading"] = 4.1887902047864,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 39,
                                        ["y"] = 674773.66111805,
                                        ["x"] = -273142.65131034,
                                        ["name"] = "Enemy SAM Site #5",
                                        ["heading"] = 5.235987755983,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 40,
                                        ["y"] = 674760.18632867,
                                        ["x"] = -273258.06830685,
                                        ["name"] = "Enemy SAM Site #6",
                                        ["heading"] = 4.1887902047864,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 41,
                                        ["y"] = 674889.06860313,
                                        ["x"] = -273284.5230895,
                                        ["name"] = "Enemy SAM Site #7",
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk tr",
                                        ["unitId"] = 42,
                                        ["y"] = 674962.0888403,
                                        ["x"] = -272994.93234166,
                                        ["name"] = "Enemy SAM Site #8",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 43,
                                        ["y"] = 674876.12887151,
                                        ["x"] = -272976.07493494,
                                        ["name"] = "Enemy SAM Site #9",
                                        ["heading"] = 5.235987755983,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 44,
                                        ["y"] = 674961.5031937,
                                        ["x"] = -272903.84892394,
                                        ["name"] = "Enemy SAM Site #10",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 45,
                                        ["y"] = 675053.53752841,
                                        ["x"] = -272976.81723057,
                                        ["name"] = "Enemy SAM Site #11",
                                        ["heading"] = 1.0471975511966,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk cwar",
                                        ["unitId"] = 46,
                                        ["y"] = 675008.68150614,
                                        ["x"] = -273094.02895506,
                                        ["name"] = "Enemy SAM Site #12",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk tr",
                                        ["unitId"] = 47,
                                        ["y"] = 675086.33831801,
                                        ["x"] = -273207.32988401,
                                        ["name"] = "Enemy SAM Site #13",
                                        ["heading"] = 2.0943951023932,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 48,
                                        ["y"] = 675155.35517354,
                                        ["x"] = -273138.76411903,
                                        ["name"] = "Enemy SAM Site #14",
                                        ["heading"] = 1.0471975511966,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 49,
                                        ["y"] = 675155.72645622,
                                        ["x"] = -273254.34131109,
                                        ["name"] = "Enemy SAM Site #15",
                                        ["heading"] = 2.0943951023932,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["skill"] = "High",
                                        ["coldAtStart"] = false,
                                        ["type"] = "Hawk ln",
                                        ["unitId"] = 50,
                                        ["y"] = 675034.91399428,
                                        ["x"] = -273284.46636961,
                                        ["name"] = "Enemy SAM Site #16",
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [16]
                                }, -- end of ["units"]
                                ["y"] = 674961.81078019,
                                ["x"] = -273126.16871732,
                                ["name"] = "Enemy SAM Site",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["number"] = 2,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 4,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["number"] = 5,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["name"] = "SEAD 1 RTB",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SwitchWaypoint",
                                                ["params"] = 
                                                {
                                                    ["goToWaypointIndex"] = 7,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [5]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "SEAD",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = true,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 304.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.50723017507,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "SEAD",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air Defence",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 2,
                                                                        ["name"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 2,
                                                                        ["name"] = 13,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                            [1] = "Air Defence",
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "Air Defence;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "Aircraft Carriers",
                                                                            [14] = "Cruisers",
                                                                            [15] = "Destroyers",
                                                                            [16] = "Frigates",
                                                                            [17] = "Corvettes",
                                                                            [18] = "Light armed ships",
                                                                            [19] = "Unarmed ships",
                                                                            [20] = "Submarines",
                                                                            [21] = "Cruise missiles",
                                                                            [22] = "Antiship Missiles",
                                                                            [23] = "AA Missiles",
                                                                            [24] = "AG Missiles",
                                                                            [25] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 6,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 725088.23828669,
                                            ["x"] = -283305.70349322,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 152.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.81099157542,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 74.354352316759,
                                            ["ETA_locked"] = false,
                                            ["y"] = 739025.57963997,
                                            ["x"] = -287931.71283028,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 152.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.81099157542,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 189.26186093636,
                                            ["ETA_locked"] = false,
                                            ["y"] = 743715.75108371,
                                            ["x"] = -292955.24679914,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 152.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.81099157542,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 221.82534354235,
                                            ["ETA_locked"] = false,
                                            ["y"] = 749965.53441438,
                                            ["x"] = -298263.50743598,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 152.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.81099157542,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 172.43784271942,
                                            ["ETA_locked"] = false,
                                            ["y"] = 756318.12147516,
                                            ["x"] = -299218.47150394,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 152.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 247.44749383644,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackGroup",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["direction"] = 0,
                                                                ["groupId"] = 4,
                                                                ["attackQtyLimit"] = false,
                                                                ["attackQty"] = 1,
                                                                ["expend"] = "Auto",
                                                                ["altitudeEdited"] = true,
                                                                ["directionEnabled"] = false,
                                                                ["groupAttack"] = false,
                                                                ["altitudeEnabled"] = true,
                                                                ["weaponType"] = 9663676414,
                                                                ["altitude"] = 304.8,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 201.7828919722,
                                            ["ETA_locked"] = false,
                                            ["y"] = 762930.01517716,
                                            ["x"] = -296216.77287442,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 152.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 249.23611111111,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 559.90901329261,
                                            ["ETA_locked"] = false,
                                            ["y"] = 674080.23127406,
                                            ["x"] = -287690.36455375,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 45,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 633.14953098912,
                                            ["ETA_locked"] = false,
                                            ["y"] = 683858.71875,
                                            ["x"] = -284887.375,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 25,
                                        }, -- end of [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 304.8,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "RADIO",
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 251.50723017507,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["STN_L16"] = "00221",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["VoiceCallsignLabel"] = "SD",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 17,
                                        ["psi"] = -1.8912696240489,
                                        ["onboard_num"] = "011",
                                        ["dataCartridge"] = 
                                        {
                                            ["GroupsPoints"] = 
                                            {
                                                ["PB"] = 
                                                {
                                                }, -- end of ["PB"]
                                                ["Sequence 2 Red"] = 
                                                {
                                                }, -- end of ["Sequence 2 Red"]
                                                ["Start Location"] = 
                                                {
                                                }, -- end of ["Start Location"]
                                                ["Sequence 1 Blue"] = 
                                                {
                                                }, -- end of ["Sequence 1 Blue"]
                                                ["Sequence 3 Yellow"] = 
                                                {
                                                }, -- end of ["Sequence 3 Yellow"]
                                                ["A/A Waypoint"] = 
                                                {
                                                }, -- end of ["A/A Waypoint"]
                                                ["PP"] = 
                                                {
                                                }, -- end of ["PP"]
                                                ["Initial Point"] = 
                                                {
                                                }, -- end of ["Initial Point"]
                                            }, -- end of ["GroupsPoints"]
                                            ["Points"] = 
                                            {
                                            }, -- end of ["Points"]
                                        }, -- end of ["dataCartridge"]
                                        ["y"] = 725088.23828669,
                                        ["x"] = -283305.70349322,
                                        ["name"] = "Enemy Strike Aircraft #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{AGM-154A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.8912696240489,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            ["name"] = "Springfield11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["VOCB_Channel"] = 5,
                                                    ["VOCA_Channel"] = 4,
                                                    ["AIC_Channel"] = 1,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 17,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 30,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 304.8,
                                        ["alt_type"] = "RADIO",
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 251.50723017507,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "SD",
                                            ["VoiceCallsignNumber"] = "12",
                                            ["STN_L16"] = "00236",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 30,
                                        ["psi"] = -1.8912696240489,
                                        ["onboard_num"] = "014",
                                        ["y"] = 725128.23828669,
                                        ["x"] = -283345.70349322,
                                        ["name"] = "Enemy Strike Aircraft #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{AGM-154A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.8912696240489,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            ["name"] = "Springfield12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 17,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 30,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 725088.23828669,
                                ["x"] = -283305.70349322,
                                ["name"] = "Enemy Strike Aircraft ",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 305,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["number"] = 2,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 4,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "AWACS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "AWACS",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 570506.8049316,
                                            ["x"] = -322012.85031167,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 220.97222222222,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 6400.8,
                                                                ["pattern"] = "Circle",
                                                                ["speed"] = 84.722222222222,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3.7469981353079,
                                            ["ETA_locked"] = false,
                                            ["y"] = 570777.91516364,
                                            ["x"] = -321230.5113378,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nato",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "OD",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["STN_L16"] = "00222",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "E-3A",
                                        ["unitId"] = 18,
                                        ["psi"] = -0.33358736483417,
                                        ["onboard_num"] = "011",
                                        ["y"] = 570506.8049316,
                                        ["x"] = -322012.85031167,
                                        ["name"] = "Enemy AWACS",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "65000",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0.33358736483417,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            ["name"] = "Overlord11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 570506.8049316,
                                ["x"] = -322012.85031167,
                                ["name"] = "Enemy AWACS",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["number"] = 4,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Escort",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["number"] = 4,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["number"] = 5,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["number"] = 6,
                                                            ["auto"] = false,
                                                            ["id"] = "Escort",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["groupId"] = 6,
                                                                ["engagementDistMax"] = 60000,
                                                                ["lastWptIndexFlagChangedManually"] = false,
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Planes",
                                                                }, -- end of ["targetTypes"]
                                                                ["lastWptIndex"] = 2,
                                                                ["lastWptIndexFlag"] = false,
                                                                ["noTargetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "UAVs",
                                                                }, -- end of ["noTargetTypes"]
                                                                ["pos"] = 
                                                                {
                                                                    ["y"] = 0,
                                                                    ["x"] = -199.9488,
                                                                    ["z"] = 99.9744,
                                                                }, -- end of ["pos"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 7,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 570761.8405132,
                                            ["x"] = -322455.82824086,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "Escort",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["groupId"] = 6,
                                                                ["engagementDistMax"] = 60000,
                                                                ["lastWptIndexFlagChangedManually"] = true,
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Planes",
                                                                }, -- end of ["targetTypes"]
                                                                ["lastWptIndex"] = 6,
                                                                ["lastWptIndexFlag"] = false,
                                                                ["noTargetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "UAVs",
                                                                }, -- end of ["noTargetTypes"]
                                                                ["pos"] = 
                                                                {
                                                                    ["y"] = 0,
                                                                    ["x"] = -500,
                                                                    ["z"] = 200,
                                                                }, -- end of ["pos"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 39.303726066311,
                                            ["ETA_locked"] = false,
                                            ["y"] = 574617.04314712,
                                            ["x"] = -313930.27846821,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "SD",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["STN_L16"] = "00223",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 19,
                                        ["psi"] = -0.42467697708508,
                                        ["onboard_num"] = "011",
                                        ["dataCartridge"] = 
                                        {
                                            ["GroupsPoints"] = 
                                            {
                                                ["Initial Point"] = 
                                                {
                                                }, -- end of ["Initial Point"]
                                                ["Sequence 2 Red"] = 
                                                {
                                                }, -- end of ["Sequence 2 Red"]
                                                ["PB"] = 
                                                {
                                                }, -- end of ["PB"]
                                                ["Sequence 1 Blue"] = 
                                                {
                                                }, -- end of ["Sequence 1 Blue"]
                                                ["Sequence 3 Yellow"] = 
                                                {
                                                }, -- end of ["Sequence 3 Yellow"]
                                                ["A/A Waypoint"] = 
                                                {
                                                }, -- end of ["A/A Waypoint"]
                                                ["PP"] = 
                                                {
                                                }, -- end of ["PP"]
                                                ["Start Location"] = 
                                                {
                                                }, -- end of ["Start Location"]
                                            }, -- end of ["GroupsPoints"]
                                            ["Points"] = 
                                            {
                                            }, -- end of ["Points"]
                                        }, -- end of ["dataCartridge"]
                                        ["y"] = 570761.8405132,
                                        ["x"] = -322455.82824086,
                                        ["name"] = "Enemy AWACS Escort #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0.42467697708508,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            ["name"] = "Springfield11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 19,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 25,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "SD",
                                            ["VoiceCallsignNumber"] = "12",
                                            ["STN_L16"] = "00231",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 25,
                                        ["psi"] = -0.42467697708508,
                                        ["onboard_num"] = "012",
                                        ["y"] = 570801.8405132,
                                        ["x"] = -322495.82824086,
                                        ["name"] = "Enemy AWACS Escort #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0.42467697708508,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            ["name"] = "Springfield12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 19,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 25,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 570761.8405132,
                                ["x"] = -322455.82824086,
                                ["name"] = "Enemy AWACS Escort",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 305,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "EngageGroup",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["visible"] = false,
                                            ["priority"] = 1,
                                            ["weaponType"] = 9659482112,
                                            ["groupId"] = 1,
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 4,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 5,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [5]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["number"] = 4,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["number"] = 5,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["number"] = 6,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 4,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 7,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 8,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                        [9] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 9,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 3,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 6,
                                                                        ["value"] = 393219,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [9]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 638511.71965469,
                                            ["x"] = -270758.32969134,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 6400.8,
                                                                ["pattern"] = "Circle",
                                                                ["speed"] = 237.93055555556,
                                                                ["speedEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 175.42160971221,
                                            ["ETA_locked"] = false,
                                            ["y"] = 677962.26391515,
                                            ["x"] = -284456.51306782,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 228.27259055922,
                                            ["ETA_locked"] = false,
                                            ["y"] = 724699.72842605,
                                            ["x"] = -284506.07749616,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "ED",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["STN_L16"] = "00225",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 21,
                                        ["psi"] = -1.9049961293959,
                                        ["onboard_num"] = "010",
                                        ["y"] = 638511.71965469,
                                        ["x"] = -270758.32969134,
                                        ["name"] = "Enemy CAP Aircraft #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.9049961293959,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            ["name"] = "Enfield11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 21,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 23,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "ED",
                                            ["VoiceCallsignNumber"] = "12",
                                            ["STN_L16"] = "00227",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 23,
                                        ["psi"] = -1.9049961293959,
                                        ["onboard_num"] = "013",
                                        ["y"] = 638551.71965469,
                                        ["x"] = -270798.32969134,
                                        ["name"] = "Enemy CAP Aircraft #2 ",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.9049961293959,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            ["name"] = "Enfield12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 21,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 23,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 638511.71965469,
                                ["x"] = -270758.32969134,
                                ["name"] = "Enemy CAP Aircraft",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 305,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["number"] = 2,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 4,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["number"] = 5,
                                        ["auto"] = false,
                                        ["id"] = "Escort",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["lastWptIndexFlagChangedManually"] = false,
                                            ["targetTypes"] = 
                                            {
                                                [1] = "Planes",
                                            }, -- end of ["targetTypes"]
                                            ["lastWptIndexFlag"] = false,
                                            ["groupId"] = 17,
                                            ["lastWptIndex"] = 4,
                                            ["noTargetTypes"] = 
                                            {
                                                [1] = "Helicopters",
                                                [2] = "UAVs",
                                            }, -- end of ["noTargetTypes"]
                                            ["engagementDistMax"] = 64750,
                                            ["pos"] = 
                                            {
                                                ["y"] = 3048,
                                                ["x"] = 304.8,
                                                ["z"] = 49.9872,
                                            }, -- end of ["pos"]
                                        }, -- end of ["params"]
                                    }, -- end of [5]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Escort",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = true,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 3352.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["number"] = 4,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["number"] = 5,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 5,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["number"] = 6,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Escort",
                                                                    ["params"] = 
                                                                    {
                                                                        ["groupId"] = 5,
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Helicopters",
                                                                            [2] = "UAVs",
                                                                        }, -- end of ["noTargetTypes"]
                                                                        ["lastWptIndexFlagChangedManually"] = false,
                                                                        ["targetTypes"] = 
                                                                        {
                                                                            [1] = "Planes",
                                                                        }, -- end of ["targetTypes"]
                                                                        ["lastWptIndex"] = 2,
                                                                        ["lastWptIndexFlag"] = false,
                                                                        ["engagementDistMax"] = 64750,
                                                                        ["pos"] = 
                                                                        {
                                                                            ["y"] = 3657.6,
                                                                            ["x"] = 304.8,
                                                                            ["z"] = 49.9872,
                                                                        }, -- end of ["pos"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "Sead1RTB",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["number"] = 7,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 2,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 6,
                                                                        ["value"] = 393218,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 8,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 26,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                        [9] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 9,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [9]
                                                        [10] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 10,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 0,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [10]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 724671.82195919,
                                            ["x"] = -283139.13696223,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 3352.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 63.829446044279,
                                            ["ETA_locked"] = false,
                                            ["y"] = 739084.97618906,
                                            ["x"] = -287951.44391421,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 3352.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "UI",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["STN_L16"] = "00241",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 33,
                                        ["psi"] = -1.8930414857464,
                                        ["onboard_num"] = "015",
                                        ["y"] = 724671.82195919,
                                        ["x"] = -283139.13696223,
                                        ["name"] = "Enemy Strike Escort #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "<CLEAN>",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.8930414857464,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            ["name"] = "Uzi11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["VOCB_Channel"] = 5,
                                                    ["VOCA_Channel"] = 4,
                                                    ["AIC_Channel"] = 1,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 33,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 34,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 3352.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "UI",
                                            ["VoiceCallsignNumber"] = "12",
                                            ["STN_L16"] = "00242",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 34,
                                        ["psi"] = -1.8930414857464,
                                        ["onboard_num"] = "016",
                                        ["y"] = 724711.82195919,
                                        ["x"] = -283179.13696223,
                                        ["name"] = "Enemy Strike Escort #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "<CLEAN>",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.8930414857464,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            ["name"] = "Uzi12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["VOCB_Channel"] = 5,
                                                    ["VOCA_Channel"] = 4,
                                                    ["AIC_Channel"] = 1,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 33,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 34,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 724671.82195919,
                                ["x"] = -283139.13696223,
                                ["name"] = "Enemy Strike Escort",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 305,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["number"] = 2,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 4,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "SEAD",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = true,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 304.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.50723017507,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "SEAD",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air Defence",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 2,
                                                                        ["name"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 2,
                                                                        ["name"] = 13,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                            [1] = "Air Defence",
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "Air Defence;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "Aircraft Carriers",
                                                                            [14] = "Cruisers",
                                                                            [15] = "Destroyers",
                                                                            [16] = "Frigates",
                                                                            [17] = "Corvettes",
                                                                            [18] = "Light armed ships",
                                                                            [19] = "Unarmed ships",
                                                                            [20] = "Submarines",
                                                                            [21] = "Cruise missiles",
                                                                            [22] = "Antiship Missiles",
                                                                            [23] = "AA Missiles",
                                                                            [24] = "AG Missiles",
                                                                            [25] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 6,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 6,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 720067.37747714,
                                            ["x"] = -280199.887173,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 304.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.50723017507,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 142.11284039828,
                                            ["ETA_locked"] = false,
                                            ["y"] = 746049.61723663,
                                            ["x"] = -285527.18093663,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 304.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 251.50723017507,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 210.26742374739,
                                            ["ETA_locked"] = false,
                                            ["y"] = 763713.80182131,
                                            ["x"] = -283284.10987826,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 304.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 247.44749383644,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackGroup",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["altitudeEnabled"] = true,
                                                                ["groupId"] = 4,
                                                                ["attackQtyLimit"] = false,
                                                                ["attackQty"] = 1,
                                                                ["expend"] = "Auto",
                                                                ["altitudeEdited"] = true,
                                                                ["directionEnabled"] = false,
                                                                ["direction"] = 0,
                                                                ["groupAttack"] = false,
                                                                ["weaponType"] = 9663676414,
                                                                ["altitude"] = 304.8,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 213.17083025235,
                                            ["ETA_locked"] = false,
                                            ["y"] = 770536.47629053,
                                            ["x"] = -289359.09399469,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 304.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "RADIO",
                                            ["speed"] = 247.44749383644,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 435.10575361252,
                                            ["ETA_locked"] = false,
                                            ["y"] = 669447.30414087,
                                            ["x"] = -289023.6136538,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 45,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 495.69736823604,
                                            ["ETA_locked"] = false,
                                            ["y"] = 683858.71875,
                                            ["x"] = -284887.375,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 25,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 304.8,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "RADIO",
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 251.50723017507,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["STN_L16"] = "00265",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["VoiceCallsignLabel"] = "CT",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 53,
                                        ["psi"] = -1.7730294439323,
                                        ["onboard_num"] = "017",
                                        ["y"] = 720067.37747714,
                                        ["x"] = -280199.887173,
                                        ["name"] = "Enemy Strike Aircraft 2 #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{AGM-154A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.7730294439323,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            ["name"] = "Colt11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 53,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 54,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 304.8,
                                        ["alt_type"] = "RADIO",
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 251.50723017507,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "CT",
                                            ["VoiceCallsignNumber"] = "12",
                                            ["STN_L16"] = "00266",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 54,
                                        ["psi"] = -1.7730294439323,
                                        ["onboard_num"] = "018",
                                        ["y"] = 720107.37747714,
                                        ["x"] = -280239.887173,
                                        ["name"] = "Enemy Strike Aircraft 2 #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{AGM-154A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.7730294439323,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            ["name"] = "Colt12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 53,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 54,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 720067.37747714,
                                ["x"] = -280199.887173,
                                ["name"] = "Enemy Strike Aircraft 2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 305,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "EngageGroup",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["visible"] = false,
                                            ["priority"] = 1,
                                            ["weaponType"] = 9659482112,
                                            ["groupId"] = 1,
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["number"] = 3,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 4,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 5,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [5]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["number"] = 4,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["number"] = 5,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["number"] = 6,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 7,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 8,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                        [9] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 9,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 3,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 6,
                                                                        ["value"] = 393219,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [9]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 506747.68787411,
                                            ["x"] = 43635.798862019,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 6400.8,
                                                                ["pattern"] = "Race-Track",
                                                                ["speed"] = 237.93055555556,
                                                                ["speedEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 135.5614146862,
                                            ["ETA_locked"] = false,
                                            ["y"] = 535861.26799508,
                                            ["x"] = 29711.91271721,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 6400.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 238.06106064302,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 486.41460087839,
                                            ["ETA_locked"] = false,
                                            ["y"] = 544299.98687072,
                                            ["x"] = -71552.713790491,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 126,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "DE",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["STN_L16"] = "00446",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 166,
                                        ["psi"] = -2.0169018757382,
                                        ["onboard_num"] = "019",
                                        ["y"] = 506747.68787411,
                                        ["x"] = 43635.798862019,
                                        ["name"] = "Enemy CAP Aircraft 2 #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 2.0169018757382,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            ["name"] = "Dodge11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["VOCB_Channel"] = 5,
                                                    ["VOCA_Channel"] = 4,
                                                    ["AIC_Channel"] = 1,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 166,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 167,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 6400.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 238.06106064302,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "DE",
                                            ["VoiceCallsignNumber"] = "12",
                                            ["STN_L16"] = "00447",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 167,
                                        ["psi"] = -2.0169018757382,
                                        ["onboard_num"] = "020",
                                        ["y"] = 506787.68787411,
                                        ["x"] = 43595.798862019,
                                        ["name"] = "Enemy CAP Aircraft 2 #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{FPU_8A_FUEL_TANK}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 2.0169018757382,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            ["name"] = "Dodge12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["VOCB_Channel"] = 5,
                                                    ["VOCA_Channel"] = 4,
                                                    ["AIC_Channel"] = 1,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 166,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 167,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 506747.68787411,
                                ["x"] = 43635.798862019,
                                ["name"] = "Enemy CAP Aircraft 2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 305,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 3,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 1,
                                                    ["value"] = 2,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["number"] = 4,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 4,
                                                    ["value"] = 1,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["number"] = 5,
                                        ["auto"] = false,
                                        ["id"] = "Escort",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["lastWptIndexFlagChangedManually"] = false,
                                            ["targetTypes"] = 
                                            {
                                                [1] = "Planes",
                                            }, -- end of ["targetTypes"]
                                            ["engagementDistMax"] = 64750,
                                            ["groupId"] = 17,
                                            ["lastWptIndex"] = 6,
                                            ["lastWptIndexFlag"] = false,
                                            ["noTargetTypes"] = 
                                            {
                                                [1] = "Helicopters",
                                                [2] = "UAVs",
                                            }, -- end of ["noTargetTypes"]
                                            ["pos"] = 
                                            {
                                                ["y"] = 3657.6,
                                                ["x"] = 304.8,
                                                ["z"] = 200,
                                            }, -- end of ["pos"]
                                        }, -- end of ["params"]
                                    }, -- end of [5]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Escort",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = true,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 5486.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 255.21789166554,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 17,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 18,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["number"] = 4,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                        }, -- end of ["targetTypes"]
                                                                        ["name"] = 21,
                                                                        ["value"] = "none;",
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Fighters",
                                                                            [2] = "Multirole fighters",
                                                                            [3] = "Bombers",
                                                                            [4] = "Helicopters",
                                                                            [5] = "UAVs",
                                                                            [6] = "Infantry",
                                                                            [7] = "Fortifications",
                                                                            [8] = "Tanks",
                                                                            [9] = "IFV",
                                                                            [10] = "APC",
                                                                            [11] = "Artillery",
                                                                            [12] = "Unarmed vehicles",
                                                                            [13] = "AAA",
                                                                            [14] = "SR SAM",
                                                                            [15] = "MR SAM",
                                                                            [16] = "LR SAM",
                                                                            [17] = "Aircraft Carriers",
                                                                            [18] = "Cruisers",
                                                                            [19] = "Destroyers",
                                                                            [20] = "Frigates",
                                                                            [21] = "Corvettes",
                                                                            [22] = "Light armed ships",
                                                                            [23] = "Unarmed ships",
                                                                            [24] = "Submarines",
                                                                            [25] = "Cruise missiles",
                                                                            [26] = "Antiship Missiles",
                                                                            [27] = "AA Missiles",
                                                                            [28] = "AG Missiles",
                                                                            [29] = "SA Missiles",
                                                                        }, -- end of ["noTargetTypes"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["number"] = 5,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 8,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["number"] = 6,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetUnlimitedFuel",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["number"] = 7,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Escort",
                                                                    ["params"] = 
                                                                    {
                                                                        ["groupId"] = 5,
                                                                        ["engagementDistMax"] = 64750,
                                                                        ["lastWptIndexFlagChangedManually"] = false,
                                                                        ["targetTypes"] = 
                                                                        {
                                                                            [1] = "Planes",
                                                                        }, -- end of ["targetTypes"]
                                                                        ["lastWptIndex"] = 8,
                                                                        ["lastWptIndexFlag"] = false,
                                                                        ["noTargetTypes"] = 
                                                                        {
                                                                            [1] = "Helicopters",
                                                                            [2] = "UAVs",
                                                                        }, -- end of ["noTargetTypes"]
                                                                        ["pos"] = 
                                                                        {
                                                                            ["y"] = 3657.6,
                                                                            ["x"] = 304.8,
                                                                            ["z"] = 200,
                                                                        }, -- end of ["pos"]
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "Sead1RTB",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["number"] = 8,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 2,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 6,
                                                                        ["value"] = 393218,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                        [9] = 
                                                        {
                                                            ["number"] = 9,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 26,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [9]
                                                        [10] = 
                                                        {
                                                            ["number"] = 10,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [10]
                                                        [11] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 11,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 0,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [11]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 743314.6222675,
                                            ["x"] = -296797.87700704,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 5486.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 255.21789166554,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 208.79120005375,
                                            ["ETA_locked"] = false,
                                            ["y"] = 754194.49475518,
                                            ["x"] = -299452.84151586,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 5486.4,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 255.21789166554,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 373.78737374486,
                                            ["ETA_locked"] = false,
                                            ["y"] = 794631.96719859,
                                            ["x"] = -287702.91105085,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 45,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 807.96157425167,
                                            ["ETA_locked"] = false,
                                            ["y"] = 683858.71875,
                                            ["x"] = -284887.375,
                                            ["speed_locked"] = true,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 25,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 135,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 5486.4,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 255.21789166554,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "CY",
                                            ["VoiceCallsignNumber"] = "11",
                                            ["STN_L16"] = "00466",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 182,
                                        ["psi"] = -1.8101439173477,
                                        ["onboard_num"] = "019",
                                        ["dataCartridge"] = 
                                        {
                                            ["GroupsPoints"] = 
                                            {
                                                ["Initial Point"] = 
                                                {
                                                }, -- end of ["Initial Point"]
                                                ["Sequence 2 Red"] = 
                                                {
                                                }, -- end of ["Sequence 2 Red"]
                                                ["PB"] = 
                                                {
                                                }, -- end of ["PB"]
                                                ["Sequence 1 Blue"] = 
                                                {
                                                }, -- end of ["Sequence 1 Blue"]
                                                ["Sequence 3 Yellow"] = 
                                                {
                                                }, -- end of ["Sequence 3 Yellow"]
                                                ["A/A Waypoint"] = 
                                                {
                                                }, -- end of ["A/A Waypoint"]
                                                ["PP"] = 
                                                {
                                                }, -- end of ["PP"]
                                                ["Start Location"] = 
                                                {
                                                }, -- end of ["Start Location"]
                                            }, -- end of ["GroupsPoints"]
                                            ["Points"] = 
                                            {
                                            }, -- end of ["Points"]
                                        }, -- end of ["dataCartridge"]
                                        ["y"] = 743314.6222675,
                                        ["x"] = -296797.87700704,
                                        ["name"] = "Enemy Reinforcement Fighters #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "<CLEAN>",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.8101439173477,
                                        ["callsign"] = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            ["name"] = "Chevy11",
                                            [3] = 1,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 182,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 183,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 5486.4,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "nawdc blue",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 255.21789166554,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["VoiceCallsignLabel"] = "CY",
                                            ["VoiceCallsignNumber"] = "12",
                                            ["STN_L16"] = "00467",
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 183,
                                        ["psi"] = -1.8101439173477,
                                        ["onboard_num"] = "021",
                                        ["y"] = 743354.6222675,
                                        ["x"] = -296837.87700704,
                                        ["name"] = "Enemy Reinforcement Fighters #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [3]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "<CLEAN>",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{LAU-115 - AIM-7M}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 4900,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.8101439173477,
                                        ["callsign"] = 
                                        {
                                            [1] = 7,
                                            [2] = 1,
                                            ["name"] = "Chevy12",
                                            [3] = 2,
                                        }, -- end of ["callsign"]
                                        ["datalinks"] = 
                                        {
                                            ["Link16"] = 
                                            {
                                                ["settings"] = 
                                                {
                                                    ["FF1_Channel"] = 2,
                                                    ["FF2_Channel"] = 3,
                                                    ["transmitPower"] = 0,
                                                    ["AIC_Channel"] = 1,
                                                    ["VOCA_Channel"] = 4,
                                                    ["VOCB_Channel"] = 5,
                                                }, -- end of ["settings"]
                                                ["network"] = 
                                                {
                                                    ["teamMembers"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["missionUnitId"] = 182,
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["missionUnitId"] = 183,
                                                        }, -- end of [2]
                                                    }, -- end of ["teamMembers"]
                                                    ["donors"] = 
                                                    {
                                                    }, -- end of ["donors"]
                                                }, -- end of ["network"]
                                            }, -- end of ["Link16"]
                                        }, -- end of ["datalinks"]
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 743314.6222675,
                                ["x"] = -296797.87700704,
                                ["name"] = "Enemy Reinforcement Fighters",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 305,
                            }, -- end of [8]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 803301.33812447,
                                            ["speed"] = 0,
                                            ["x"] = -289104.33392239,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["livery_id"] = "vfa-37",
                                        ["category"] = "Planes",
                                        ["effectTransparency"] = 1,
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 64,
                                        ["rate"] = 50,
                                        ["y"] = 803301.33812447,
                                        ["x"] = -289104.33392239,
                                        ["name"] = "Static F/A-18C Lot 20-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 803301.33812447,
                                ["x"] = -289104.33392239,
                                ["name"] = "Static F/A-18C Lot 20-1",
                                ["dead"] = true,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 803301.31160146,
                                            ["speed"] = 0,
                                            ["x"] = -289104.81558168,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 27,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 1,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 65,
                                        ["y"] = 803301.31160146,
                                        ["x"] = -289104.81558168,
                                        ["name"] = "Static Big smoke-7",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 803301.31160146,
                                ["x"] = -289104.81558168,
                                ["name"] = "Static Big smoke-7",
                                ["dead"] = true,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 2.3911010752322,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646523.4558327,
                                            ["speed"] = 0,
                                            ["x"] = -281489.29963584,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 56,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Algerie L-382 White",
                                        ["category"] = "Planes",
                                        ["type"] = "C-130",
                                        ["unitId"] = 96,
                                        ["rate"] = "70",
                                        ["y"] = 646523.4558327,
                                        ["x"] = -281489.29963584,
                                        ["name"] = "Static C-130-2-1",
                                        ["heading"] = 2.3911010752322,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646523.4558327,
                                ["x"] = -281489.29963584,
                                ["name"] = "Static C-130-2",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 2.3911010752322,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646382.64794365,
                                            ["speed"] = 0,
                                            ["x"] = -281616.88086062,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 55,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Air Algerie L-382 White",
                                        ["category"] = "Planes",
                                        ["type"] = "C-130",
                                        ["unitId"] = 95,
                                        ["rate"] = "70",
                                        ["y"] = 646382.64794365,
                                        ["x"] = -281616.88086062,
                                        ["name"] = "Static C-130-1",
                                        ["heading"] = 2.3911010752322,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646382.64794365,
                                ["x"] = -281616.88086062,
                                ["name"] = "Static C-130-1",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 0.10471975511966,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646879.85055538,
                                            ["speed"] = 0,
                                            ["x"] = -281347.24077174,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 57,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["category"] = "Planes",
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 97,
                                        ["rate"] = 50,
                                        ["y"] = 646879.85055538,
                                        ["x"] = -281347.24077174,
                                        ["name"] = "Static F/A-18C Lot 20-3",
                                        ["heading"] = 0.10471975511966,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646879.85055538,
                                ["x"] = -281347.24077174,
                                ["name"] = "Static F/A-18C Lot 20-3",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 4.7996554429844,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646983.51311671,
                                            ["speed"] = 0,
                                            ["x"] = -281289.78923173,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 58,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["category"] = "Planes",
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 98,
                                        ["rate"] = 50,
                                        ["y"] = 646983.51311671,
                                        ["x"] = -281289.78923173,
                                        ["name"] = "Static F/A-18C Lot 20-2",
                                        ["heading"] = 4.7996554429844,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646983.51311671,
                                ["x"] = -281289.78923173,
                                ["name"] = "Static F/A-18C Lot 20-2",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 5.0963614158234,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 647854.9604879,
                                            ["speed"] = 0,
                                            ["x"] = -281587.82167953,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 59,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["category"] = "Planes",
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 99,
                                        ["rate"] = 50,
                                        ["y"] = 647854.9604879,
                                        ["x"] = -281587.82167953,
                                        ["name"] = "Static F/A-18C Lot 20-4",
                                        ["heading"] = 5.0963614158234,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 647854.9604879,
                                ["x"] = -281587.82167953,
                                ["name"] = "Static F/A-18C Lot 20-4",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 0.069813170079773,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 647804.6952991,
                                            ["speed"] = 0,
                                            ["x"] = -281615.32540177,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 60,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["category"] = "Planes",
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 100,
                                        ["rate"] = 50,
                                        ["y"] = 647804.6952991,
                                        ["x"] = -281615.32540177,
                                        ["name"] = "Static F/A-18C Lot 20-5",
                                        ["heading"] = 0.069813170079773,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 647804.6952991,
                                ["x"] = -281615.32540177,
                                ["name"] = "Static F/A-18C Lot 20-5",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 5.5850536063819,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 647355.2575978,
                                            ["speed"] = 0,
                                            ["x"] = -281376.22023352,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 61,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["category"] = "Planes",
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 101,
                                        ["rate"] = 50,
                                        ["y"] = 647355.2575978,
                                        ["x"] = -281376.22023352,
                                        ["name"] = "Static F/A-18C Lot 20-6-1",
                                        ["heading"] = 5.5850536063819,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 647355.2575978,
                                ["x"] = -281376.22023352,
                                ["name"] = "Static F/A-18C Lot 20-6",
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 1.7278759594744,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 647252.18045347,
                                            ["speed"] = 0,
                                            ["x"] = -281329.65052591,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 62,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "nsawc brown splinter",
                                        ["category"] = "Planes",
                                        ["type"] = "FA-18C_hornet",
                                        ["unitId"] = 102,
                                        ["rate"] = 50,
                                        ["y"] = 647252.18045347,
                                        ["x"] = -281329.65052591,
                                        ["name"] = "Static F/A-18C Lot 20-7-1",
                                        ["heading"] = 1.7278759594744,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 647252.18045347,
                                ["x"] = -281329.65052591,
                                ["name"] = "Static F/A-18C Lot 20-7",
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 2.4260076602721,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646253.15214711,
                                            ["speed"] = 0,
                                            ["x"] = -281216.66510113,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 63,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "104th fs maryland ang, baltimore (md)",
                                        ["category"] = "Planes",
                                        ["type"] = "A-10C_2",
                                        ["unitId"] = 103,
                                        ["rate"] = 50,
                                        ["y"] = 646253.15214711,
                                        ["x"] = -281216.66510113,
                                        ["name"] = "Static A-10C II-1",
                                        ["heading"] = 2.4260076602721,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646253.15214711,
                                ["x"] = -281216.66510113,
                                ["name"] = "Static A-10C II-1",
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 3.7175513067479,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646332.53266296,
                                            ["speed"] = 0,
                                            ["x"] = -281213.61323705,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 64,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "104th fs maryland ang, baltimore (md)",
                                        ["category"] = "Planes",
                                        ["type"] = "A-10C_2",
                                        ["unitId"] = 104,
                                        ["rate"] = 50,
                                        ["y"] = 646332.53266296,
                                        ["x"] = -281213.61323705,
                                        ["name"] = "Static A-10C II-2-1",
                                        ["heading"] = 3.7175513067479,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646332.53266296,
                                ["x"] = -281213.61323705,
                                ["name"] = "Static A-10C II-2",
                                ["dead"] = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["heading"] = 4.7996554429844,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646355.15819773,
                                            ["speed"] = 0,
                                            ["x"] = -281276.51719636,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 65,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "104th fs maryland ang, baltimore (md)",
                                        ["category"] = "Planes",
                                        ["type"] = "A-10C_2",
                                        ["unitId"] = 105,
                                        ["rate"] = 50,
                                        ["y"] = 646355.15819773,
                                        ["x"] = -281276.51719636,
                                        ["name"] = "Static A-10C II-3-1",
                                        ["heading"] = 4.7996554429844,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646355.15819773,
                                ["x"] = -281276.51719636,
                                ["name"] = "Static A-10C II-3",
                                ["dead"] = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["heading"] = 0.50614548307836,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646180.55584207,
                                            ["speed"] = 0,
                                            ["x"] = -281398.0717684,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 68,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "USA X Black",
                                        ["category"] = "Helicopters",
                                        ["type"] = "AH-1W",
                                        ["unitId"] = 108,
                                        ["rate"] = "30",
                                        ["y"] = 646180.55584207,
                                        ["x"] = -281398.0717684,
                                        ["name"] = "Static AH-1W-2-1",
                                        ["heading"] = 0.50614548307836,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646180.55584207,
                                ["x"] = -281398.0717684,
                                ["name"] = "Static AH-1W-2",
                                ["dead"] = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["heading"] = 0.48869219055841,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 646097.47700746,
                                            ["speed"] = 0,
                                            ["x"] = -281356.13579342,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 67,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "USA X Black",
                                        ["category"] = "Helicopters",
                                        ["type"] = "AH-1W",
                                        ["unitId"] = 107,
                                        ["rate"] = "30",
                                        ["y"] = 646097.47700746,
                                        ["x"] = -281356.13579342,
                                        ["name"] = "Static AH-1W-1",
                                        ["heading"] = 0.48869219055841,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 646097.47700746,
                                ["x"] = -281356.13579342,
                                ["name"] = "Static AH-1W-1",
                                ["dead"] = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["heading"] = 4.7996554429844,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 648069.09741031,
                                            ["speed"] = 0,
                                            ["x"] = -281636.0064685,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 71,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 111,
                                        ["rate"] = "30",
                                        ["y"] = 648069.09741031,
                                        ["x"] = -281636.0064685,
                                        ["name"] = "Static UH-60A-2-1",
                                        ["heading"] = 4.7996554429844,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 648069.09741031,
                                ["x"] = -281636.0064685,
                                ["name"] = "Static UH-60A-2",
                                ["dead"] = false,
                            }, -- end of [16]
                            [18] = 
                            {
                                ["heading"] = 4.7996554429844,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 648060.57633283,
                                            ["speed"] = 0,
                                            ["x"] = -281724.29185889,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 70,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard",
                                        ["category"] = "Helicopters",
                                        ["type"] = "UH-60A",
                                        ["unitId"] = 110,
                                        ["rate"] = "30",
                                        ["y"] = 648060.57633283,
                                        ["x"] = -281724.29185889,
                                        ["name"] = "Static UH-60A-1",
                                        ["heading"] = 4.7996554429844,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 648060.57633283,
                                ["x"] = -281724.29185889,
                                ["name"] = "Static UH-60A-1",
                                ["dead"] = false,
                            }, -- end of [18]
                            [17] = 
                            {
                                ["heading"] = 4.7996554429844,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 648063.73879458,
                                            ["speed"] = 0,
                                            ["x"] = -281693.37001071,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 69,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "ch-47_green neth",
                                        ["category"] = "Helicopters",
                                        ["type"] = "CH-47D",
                                        ["unitId"] = 109,
                                        ["rate"] = "30",
                                        ["y"] = 648063.73879458,
                                        ["x"] = -281693.37001071,
                                        ["name"] = "Static CH-47D-1",
                                        ["heading"] = 4.7996554429844,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 648063.73879458,
                                ["x"] = -281693.37001071,
                                ["name"] = "Static CH-47D-1",
                                ["dead"] = false,
                            }, -- end of [17]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "DictKey_sortie_5",
    ["version"] = 22,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["eventlist"] = "mission start",
            ["comment"] = "V---------- MISSION DIALOG ----------V",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["life_percents"] = 100,
                    ["predicate"] = "a_unit_set_life_percentage",
                    ["unit"] = 55,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["colorItem"] = "0xffff00ff",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["predicate"] = "c_time_after",
                    ["seconds"] = 5,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "MissionStart",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 5,
                    ["horzAlignment"] = "0",
                    ["size_units"] = "0",
                    ["predicate"] = "a_out_picture",
                    ["clearview"] = false,
                    ["start_delay"] = 0,
                    ["file"] = "ResKey_Action_6",
                    ["vertAlignment"] = "0",
                    ["size"] = 70,
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 5,
                    ["start_delay"] = 6,
                    ["size_units"] = "0",
                    ["predicate"] = "a_out_picture",
                    ["size"] = 70,
                    ["vertAlignment"] = "0",
                    ["file"] = "ResKey_Action_7",
                    ["horzAlignment"] = "0",
                    ["clearview"] = false,
                }, -- end of [2]
                [3] = 
                {
                    ["vertAlignment"] = "2",
                    ["start_delay"] = 11,
                    ["size_units"] = "0",
                    ["predicate"] = "a_out_picture",
                    ["clearview"] = false,
                    ["horzAlignment"] = "2",
                    ["file"] = "ResKey_Action_8",
                    ["seconds"] = 5,
                    ["size"] = 70,
                }, -- end of [3]
                [4] = 
                {
                    ["coalitionlist"] = "red",
                    ["predicate"] = "a_user_draw_hide",
                    ["rolelist"] = "0",
                }, -- end of [4]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 16,
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "16",
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_time_after",
                    ["value"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "GCIActivate",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_activate_group",
                    ["group"] = 2,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "PlayerInCombatArea",
                    ["predicate"] = "c_group_dead",
                    ["group"] = 5,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "StrikeGroup1Dead",
            ["actions"] = 
            {
                [1] = 
                {
                    ["vertAlignment"] = "0",
                    ["start_delay"] = 0,
                    ["group"] = 1,
                    ["predicate"] = "a_out_picture_g",
                    ["clearview"] = false,
                    ["horzAlignment"] = "0",
                    ["size_units"] = "0",
                    ["file"] = "ResKey_Action_19",
                    ["seconds"] = 10,
                    ["size"] = 70,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 1,
                    ["file"] = "ResKey_Action_37",
                    ["predicate"] = "a_out_sound_g",
                    ["start_delay"] = 0,
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "PlayerInCombatArea",
                    ["predicate"] = "c_group_dead",
                    ["group"] = 17,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "MissionFailed",
                    ["predicate"] = "c_flag_is_false",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "StrikeGroup2Dead",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["vertAlignment"] = "0",
                    ["start_delay"] = 0,
                    ["group"] = 1,
                    ["predicate"] = "a_out_picture_g",
                    ["size"] = 70,
                    ["seconds"] = 5,
                    ["horzAlignment"] = "0",
                    ["file"] = "ResKey_Action_21",
                    ["size_units"] = "0",
                    ["clearview"] = false,
                }, -- end of [1]
                [2] = 
                {
                    ["vertAlignment"] = "0",
                    ["start_delay"] = 5,
                    ["group"] = 1,
                    ["predicate"] = "a_out_picture_g",
                    ["clearview"] = false,
                    ["size_units"] = "0",
                    ["seconds"] = 180,
                    ["file"] = "ResKey_Action_23",
                    ["horzAlignment"] = "1",
                    ["size"] = 70,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 1,
                    ["file"] = "ResKey_Action_38",
                    ["predicate"] = "a_out_sound_g",
                    ["start_delay"] = 0,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "a_set_flag",
                    ["flag"] = "MissionComplete",
                }, -- end of [4]
            }, -- end of ["actions"]
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["nummissiles"] = 4,
                    ["predicate"] = "c_missile_in_zone",
                    ["typemissile"] = 
                    {
                        [1] = 4,
                        [2] = 4,
                        [3] = 8,
                        [4] = 132,
                    }, -- end of ["typemissile"]
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "Sead1RTB",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "MissionComplete",
                    ["predicate"] = "c_flag_is_false",
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "SecondWaveFailedIntercept",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 180,
                    ["start_delay"] = 0,
                    ["group"] = 1,
                    ["predicate"] = "a_out_picture_g",
                    ["size"] = 70,
                    ["size_units"] = "0",
                    ["horzAlignment"] = "1",
                    ["file"] = "ResKey_Action_39",
                    ["vertAlignment"] = "0",
                    ["clearview"] = false,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_set_flag",
                    ["flag"] = "MissionFailed",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["comment"] = "V---------- MISSION BASICS ----------V",
            ["eventlist"] = "mission start",
            ["actions"] = 
            {
                [1] = 
                {
                    ["life_percents"] = 100,
                    ["predicate"] = "a_unit_set_life_percentage",
                    ["unit"] = 55,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["colorItem"] = "0xffff00ff",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 330,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "PlayerEntersCombatArea",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_activate_group",
                    ["group"] = 5,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_activate_group",
                    ["group"] = 13,
                }, -- end of [2]
            }, -- end of ["actions"]
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 495,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "PlayerEntersEnemyCAPArea",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 8,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 21,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 23,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "EnemyEntersCAPArea",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 10,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["group"] = 5,
                    ["predicate"] = "c_group_dead",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "SecondWave",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_activate_group",
                    ["group"] = 17,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 5,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["group"] = 13,
                    ["predicate"] = "c_group_dead",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "Escort1Dead",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_activate_group",
                    ["group"] = 135,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["typemissile"] = 
                    {
                        [1] = 4,
                        [2] = 4,
                        [3] = 8,
                        [4] = 132,
                    }, -- end of ["typemissile"]
                    ["predicate"] = "c_missile_in_zone",
                    ["nummissiles"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "FirstWaveNoIntercept",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_activate_group",
                    ["group"] = 17,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 5,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 5,
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["flag"] = "Sead1RTB",
                    ["predicate"] = "a_set_flag",
                }, -- end of [4]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["colorItem"] = "0xc0c0c0ff",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["eventlist"] = "mission start",
            ["comment"] = "V---------- STEALTH MECHANIC ----------V",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["life_percents"] = 100,
                    ["predicate"] = "a_unit_set_life_percentage",
                    ["unit"] = 55,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["colorItem"] = "0xffff00ff",
        }, -- end of [14]
        [15] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["predicate"] = "c_time_before",
                    ["seconds"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "M1 USM",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_do_script_file",
                    ["file"] = "ResKey_Action_32",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["colorItem"] = "0x00ff80ff",
        }, -- end of [15]
        [16] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "StealthMechanic",
                    ["predicate"] = "c_flag_is_true",
                    ["seconds"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "M1 USM TRUE",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 1,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 6,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 7,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 8,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [6]
                [7] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 17,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 135,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [8]
                [9] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 6,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 7,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                }, -- end of [10]
                [11] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 8,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [12]
                [13] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [13]
                [14] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 17,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 135,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [15]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
            ["colorItem"] = "0x00ff80ff",
        }, -- end of [16]
        [17] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 165,
                    ["flag"] = "StealthMechanic",
                    ["predicate"] = "c_flag_is_false",
                    ["seconds"] = 10,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "M1 USM FALSE",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 1,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 6,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 7,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 8,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [6]
                [7] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 17,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 135,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [8]
                [9] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 6,
                        [2] = 3,
                    }, -- end of ["ai_task"]
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 7,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                }, -- end of [10]
                [11] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 8,
                        [2] = 5,
                    }, -- end of ["ai_task"]
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 17,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                }, -- end of [12]
                [13] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 13,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                }, -- end of [13]
                [14] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 5,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                }, -- end of [14]
                [15] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 135,
                        [2] = 4,
                    }, -- end of ["ai_task"]
                }, -- end of [15]
            }, -- end of ["actions"]
            ["colorItem"] = "0x00ff80ff",
        }, -- end of [17]
    }, -- end of ["trigrules"]
    ["currentKey"] = 90044,
    ["failures"] = 
    {
        ["hydro"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro",
            ["mm"] = 0,
        }, -- end of ["hydro"]
        ["eos"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "eos",
            ["mm"] = 0,
        }, -- end of ["eos"]
        ["ecm"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ecm",
            ["mm"] = 0,
        }, -- end of ["ecm"]
        ["helmet"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "helmet",
            ["mm"] = 0,
        }, -- end of ["helmet"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["autopilot"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "autopilot",
            ["mm"] = 0,
        }, -- end of ["autopilot"]
        ["hud"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hud",
            ["mm"] = 0,
        }, -- end of ["hud"]
        ["asc"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc",
            ["mm"] = 0,
        }, -- end of ["asc"]
        ["rws"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "rws",
            ["mm"] = 0,
        }, -- end of ["rws"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["mfd"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "mfd",
            ["mm"] = 0,
        }, -- end of ["mfd"]
        ["radar"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "radar",
            ["mm"] = 0,
        }, -- end of ["radar"]
    }, -- end of ["failures"]
    ["forcedOptions"] = 
    {
        ["optionsView"] = "optview_allies",
    }, -- end of ["forcedOptions"]
    ["start_time"] = 34800,
} -- end of mission
