mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_group_off(\"VULCAN\");a_group_off(\"CONVOIEX1\"); mission.trig.func[1]=nil;",
            [2] = "a_group_on(\"VULCAN\");a_activate_group(\"MORTAR\");a_activate_group(\"MORTAR2\");a_out_text_delay(\"ON ATTAQUE ADLER AIRPORT DETRUISEZ LE PLUS VITE POSSIBLE LE CONVOI ET REVENEZ NOUS DEFENDRE\\\
; ATTENTION SAM SUR LA ROUTE RETOUR \\\
FAITES VITE ....\", 40); mission.trig.func[2]=nil;",
            [3] = "a_explosion_marker_unit(72, \"0\");a_out_text_delay(\"WOLF DE CONVOI ON VOUS A EN VISUEL  MERCI DE VOTRE ASSISTANCE\", 30);a_group_on(\"CONVOIEX1\"); mission.trig.func[3]=nil;",
            [4] = "a_activate_group(\"MORTIER\");a_activate_group(\"MANP\"); mission.trig.func[4]=nil;",
            [5] = "a_group_off(\"CONVOIEX1\");a_out_text_delay(\"CONVOI STOPPER JUSQU A NOUVEL ORDRE\", 30); mission.trig.func[5]=nil;",
            [6] = "a_group_on(\"CONVOIEX1\");a_activate_group(\"blinde\");a_out_text_delay(\"LA VOIE EST LIBRE CONVOI VOUS POUVEZ AVANCER\", 30); mission.trig.func[6]=nil;",
            [7] = "a_group_off(\"CONVOIEX1\");a_out_text_delay(\"CONVOI STOPPEZ  CONVOI BLINDES EN VUE \", 10); mission.trig.func[7]=nil;",
            [8] = "a_group_on(\"CONVOIEX1\");a_out_text_delay(\"CONVOI REPARTEZ LA VOIE EST LIBRE\", 10); mission.trig.func[8]=nil;",
            [9] = "a_out_text_delay(\"LE FARP EST ATTAQUE  \", 30); mission.trig.func[9]=nil;",
            [10] = "a_out_text_delay(\"NOUS SOMMES ARRIVEZ AU FARP NOUS PRENONS POSSESSION DES LIEUX \\\
MERCI LES GARS \\\
BON RETOUR\", 10); mission.trig.func[10]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_unit_in_zone(10, \"DEMARRAGE\") or c_unit_in_zone(11, \"DEMARRAGE\") or c_unit_in_zone(12, \"DEMARRAGE\") or c_unit_in_zone(13, \"DEMARRAGE\") )",
            [2] = "return(c_unit_in_zone(10, \"VULCAN\") or c_unit_in_zone(11, \"VULCAN\") or c_unit_in_zone(12, \"VULCAN\") or c_unit_in_zone(13, \"VULCAN\") )",
            [3] = "return(c_unit_in_zone(10, \"RECOEX1\") or c_unit_in_zone(11, \"RECOEX1\") or c_unit_in_zone(12, \"RECOEX1\") or c_unit_in_zone(13, \"RECOEX1\") )",
            [4] = "return(c_part_of_group_in_zone(\"ECLAIR\", \"ZONEX1\") )",
            [5] = "return(c_all_of_group_in_zone(\"CONVOIEX1\", \"ATT\") )",
            [6] = "return(c_group_dead(\"ECLAIR\") and c_group_dead(\"MANP\") )",
            [7] = "return(c_all_of_group_in_zone(\"blinde\", \"BLINDE\") )",
            [8] = "return(c_group_dead(\"blinde\") )",
            [9] = "return(c_group_dead(\"VEHIFARPO\") )",
            [10] = "return(c_all_of_group_in_zone(\"CONVOIEX1\", \"INSTALL\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in pairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in pairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in pairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in pairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in pairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in pairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in pairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in pairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 4,
                ["dir"] = 50,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 2,
                ["dir"] = 54,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 3,
                ["dir"] = 55,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 2,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 4,
            ["temperature"] = 11,
        }, -- end of ["season"]
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 2000,
            ["density"] = 5,
            ["base"] = 900,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 465377.00446428,
                ["radius"] = 500,
                ["zoneId"] = 4,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -148110.63169643,
                ["hidden"] = true,
                ["name"] = "ATT",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 474565.0822994,
                ["radius"] = 300,
                ["zoneId"] = 5,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -141329.95397685,
                ["hidden"] = true,
                ["name"] = "BLINDE",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 462008.43303572,
                ["radius"] = 3000,
                ["zoneId"] = 7,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -164522.06026786,
                ["hidden"] = false,
                ["name"] = "DEMARRAGE",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 463714.28571429,
                ["radius"] = 1000,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0.25098039215686,
                    [3] = 0.25098039215686,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -153585.71428572,
                ["hidden"] = true,
                ["name"] = "RECOEX1",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 482781.57589286,
                ["radius"] = 4000,
                ["zoneId"] = 6,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0.25098039215686,
                    [3] = 0.25098039215686,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -174666.06026785,
                ["hidden"] = false,
                ["name"] = "VULCAN",
            }, -- end of [5]
            [6] = 
            {
                ["y"] = 469385.71428571,
                ["radius"] = 1110,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -144471.42857143,
                ["hidden"] = true,
                ["name"] = "ZONEX1",
            }, -- end of [6]
            [7] = 
            {
                ["y"] = 469123.29017857,
                ["radius"] = 200,
                ["zoneId"] = 8,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0.25098039215686,
                    [3] = 0.25098039215686,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -144711.203125,
                ["hidden"] = false,
                ["name"] = "INSTALL",
            }, -- end of [7]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 473926.12053571,
        ["zoom"] = 100000,
        ["centerX"] = -176165.60491071,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 18,
            [2] = 11,
            [3] = 8,
            [4] = 13,
            [5] = 16,
            [6] = 6,
            [7] = 17,
            [8] = 15,
            [9] = 12,
            [10] = 19,
            [11] = 9,
            [12] = 10,
            [13] = 3,
            [14] = 4,
            [15] = 2,
            [16] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 5,
            [2] = 0,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "",
    ["descriptionRedTask"] = "",
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 461441.57589286,
                                            ["x"] = -166943.203125,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 461441.57589286,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #6",
                                        ["unitId"] = 14,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -166943.203125,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 465575.86160714,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #55",
                                        ["unitId"] = 137,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -164244.63169643,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 462713.00446429,
                                        ["type"] = "Vulcan",
                                        ["name"] = "Unit #56",
                                        ["unitId"] = 138,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -158457.48883928,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 465573.00446429,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #76",
                                        ["unitId"] = 148,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -164238.91741071,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 461513.00446429,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #77",
                                        ["unitId"] = 149,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -167028.91741071,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 467741.57589286,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #78",
                                        ["unitId"] = 150,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -161200.34598214,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 467784.43303572,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #79",
                                        ["unitId"] = 151,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -161157.48883928,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 467284.43303572,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #113",
                                        ["unitId"] = 208,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -169386.06026785,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 467127.29017857,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #114",
                                        ["unitId"] = 209,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -169414.63169643,
                                    }, -- end of [9]
                                }, -- end of ["units"]
                                ["y"] = 461441.57589286,
                                ["x"] = -166943.203125,
                                ["name"] = "VULCAN",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516137.00446428,
                                                ["x"] = -196710.63169643,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 515858.71875,
                                                ["x"] = -195827.77455357,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 515858.71875,
                                                ["x"] = -195827.77455357,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 515858.71875,
                                                ["x"] = -195827.77455357,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 516137.00446428,
                                            ["x"] = -196710.63169643,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Cone",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 166.62203161691,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 515858.71875,
                                            ["x"] = -195827.77455357,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Cone",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 516137.00446428,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #7",
                                        ["unitId"] = 34,
                                        ["heading"] = -0.30535218061423,
                                        ["skill"] = "Average",
                                        ["x"] = -196710.63169643,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 516147.00446429,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #8",
                                        ["unitId"] = 35,
                                        ["heading"] = -0.30535218061423,
                                        ["skill"] = "Average",
                                        ["x"] = -196737.77455357,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 516137.29017856,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #9",
                                        ["unitId"] = 36,
                                        ["heading"] = -0.30535218061423,
                                        ["skill"] = "Average",
                                        ["x"] = -196733.77455357,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 516137.00446428,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #10",
                                        ["unitId"] = 37,
                                        ["heading"] = -0.30535218061423,
                                        ["skill"] = "Average",
                                        ["x"] = -196746.63169643,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 516137.00446428,
                                ["x"] = -196710.63169643,
                                ["name"] = "New Vehicle Group #002",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 515815.57589286,
                                                ["x"] = -197060.63169643,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 516704.14732143,
                                                ["x"] = -197680.63169643,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516704.14732143,
                                                ["x"] = -197680.63169643,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 516704.14732143,
                                                ["x"] = -197680.63169643,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 515815.57589286,
                                            ["x"] = -197060.63169643,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Cone",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 195.02891465374,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 516704.14732143,
                                            ["x"] = -197680.63169643,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Cone",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 515815.57589286,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #11",
                                        ["unitId"] = 38,
                                        ["heading"] = 2.1800100866776,
                                        ["skill"] = "Average",
                                        ["x"] = -197060.63169643,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 515815.86160715,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #12",
                                        ["unitId"] = 39,
                                        ["heading"] = 2.1800100866776,
                                        ["skill"] = "Average",
                                        ["x"] = -197073.203125,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 515815.86160715,
                                        ["type"] = "M-113",
                                        ["name"] = "Unit #13",
                                        ["unitId"] = 40,
                                        ["heading"] = 2.1800100866776,
                                        ["skill"] = "Average",
                                        ["x"] = -197089.203125,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 515815.57589286,
                                        ["type"] = "Hummer",
                                        ["name"] = "Unit #14",
                                        ["unitId"] = 41,
                                        ["heading"] = 2.1800100866776,
                                        ["skill"] = "Average",
                                        ["x"] = -197102.63169643,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 515815.57589286,
                                        ["type"] = "Hummer",
                                        ["name"] = "Unit #15",
                                        ["unitId"] = 42,
                                        ["heading"] = 2.1800100866776,
                                        ["skill"] = "Average",
                                        ["x"] = -197116.34598214,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 515815.29017858,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #16",
                                        ["unitId"] = 43,
                                        ["heading"] = 2.1800100866776,
                                        ["skill"] = "Average",
                                        ["x"] = -197131.48883928,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 515815.57589286,
                                ["x"] = -197060.63169643,
                                ["name"] = "New Vehicle Group #003",
                                ["start_time"] = 0,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 516172.71875,
                                                ["x"] = -196996.34598214,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517049.86160714,
                                                ["x"] = -197160.63169643,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 517049.86160714,
                                                ["x"] = -197160.63169643,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517049.86160714,
                                                ["x"] = -197160.63169643,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 516172.71875,
                                            ["x"] = -196996.34598214,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Diamond",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 160.63115564374,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 517049.86160714,
                                            ["x"] = -197160.63169643,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Diamond",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 516172.71875,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #17",
                                        ["unitId"] = 44,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -196996.34598214,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 516173.57589284,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #18",
                                        ["unitId"] = 45,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197006.91741071,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 516173.00446427,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #19",
                                        ["unitId"] = 46,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197020.63169643,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 516173.00446427,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #20",
                                        ["unitId"] = 47,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197034.06026786,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 516173.00446427,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #21",
                                        ["unitId"] = 48,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197046.91741071,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 516173.00446428,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #22",
                                        ["unitId"] = 49,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197058.91741071,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 516173.00446428,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #23",
                                        ["unitId"] = 50,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197070.63169643,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 516172.71875,
                                        ["type"] = "M-109",
                                        ["name"] = "Unit #24",
                                        ["unitId"] = 51,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197081.48883929,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 516183.29017857,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #25",
                                        ["unitId"] = 52,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -196995.77455357,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 516183.86160714,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #26",
                                        ["unitId"] = 53,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197007.48883929,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 516184.14732143,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #27",
                                        ["unitId"] = 54,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197020.06026786,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 516183.86160714,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #28",
                                        ["unitId"] = 55,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197034.06026786,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 516183.86160714,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #29",
                                        ["unitId"] = 56,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197046.34598214,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 516183.57589286,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #30",
                                        ["unitId"] = 57,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197058.63169643,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 516183.29017857,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #31",
                                        ["unitId"] = 58,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197070.34598214,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 516183.86160714,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #32",
                                        ["unitId"] = 59,
                                        ["heading"] = 1.7559476006258,
                                        ["skill"] = "Average",
                                        ["x"] = -197081.48883929,
                                    }, -- end of [16]
                                }, -- end of ["units"]
                                ["y"] = 516172.71875,
                                ["x"] = -196996.34598214,
                                ["name"] = "New Vehicle Group #004",
                                ["start_time"] = 0,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 477177.78125,
                                                ["x"] = -139615.046875,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 475930.96875,
                                                ["x"] = -140570.78125,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 474501.15625,
                                                ["x"] = -141323.015625,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 473879.9375,
                                                ["x"] = -141611.09375,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 481736.5,
                                                ["x"] = -136244.234375,
                                            }, -- end of [1]
                                            [316] = 
                                            {
                                                ["y"] = 470652.28125,
                                                ["x"] = -143905.75,
                                            }, -- end of [316]
                                            [2] = 
                                            {
                                                ["y"] = 481726.125,
                                                ["x"] = -136281.59375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 481717.59375,
                                                ["x"] = -136308.546875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 481707.1875,
                                                ["x"] = -136334.8125,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 481694.96875,
                                                ["x"] = -136360.296875,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 481680.96875,
                                                ["x"] = -136384.84375,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 481665.28125,
                                                ["x"] = -136408.34375,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 481647.96875,
                                                ["x"] = -136430.671875,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 481608.84375,
                                                ["x"] = -136471.40625,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 481564.375,
                                                ["x"] = -136506.21875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 481230.96875,
                                                ["x"] = -136732.21875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 481151.8125,
                                                ["x"] = -136794.34375,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 480745.5625,
                                                ["x"] = -137186.3125,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 480695.15625,
                                                ["x"] = -137205.125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 480642.40625,
                                                ["x"] = -137194.375,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 480564.15625,
                                                ["x"] = -137159.078125,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 480424.71875,
                                                ["x"] = -137157.21875,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 480223.03125,
                                                ["x"] = -137420.6875,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 480015.78125,
                                                ["x"] = -137549.65625,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 479850.125,
                                                ["x"] = -137585.203125,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 479050.4375,
                                                ["x"] = -138195.390625,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 478117.96875,
                                                ["x"] = -139120.5,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 477713.40625,
                                                ["x"] = -139223.515625,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 477167.03125,
                                                ["x"] = -139634.71875,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 475874.25,
                                                ["x"] = -140590.796875,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 474465.8125,
                                                ["x"] = -141362.265625,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 473783,
                                                ["x"] = -141848.5,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 472225.625,
                                                ["x"] = -142475.171875,
                                            }, -- end of [256]
                                            [320] = 
                                            {
                                                ["y"] = 470535.15625,
                                                ["x"] = -144044.265625,
                                            }, -- end of [320]
                                            [257] = 
                                            {
                                                ["y"] = 472203,
                                                ["x"] = -142463.625,
                                            }, -- end of [257]
                                            [321] = 
                                            {
                                                ["y"] = 470502.40625,
                                                ["x"] = -144075.734375,
                                            }, -- end of [321]
                                            [129] = 
                                            {
                                                ["y"] = 477087.5625,
                                                ["x"] = -139792.640625,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 475845.09375,
                                                ["x"] = -140598.21875,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 474449.9375,
                                                ["x"] = -141383.390625,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 473777.1875,
                                                ["x"] = -141860.515625,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 472179.625,
                                                ["x"] = -142453.765625,
                                            }, -- end of [258]
                                            [322] = 
                                            {
                                                ["y"] = 470468.40625,
                                                ["x"] = -144105.8125,
                                            }, -- end of [322]
                                            [65] = 
                                            {
                                                ["y"] = 479842.28125,
                                                ["x"] = -137592.328125,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 479021.6875,
                                                ["x"] = -138208.703125,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 478102.125,
                                                ["x"] = -139137.75,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 477684.125,
                                                ["x"] = -139228.25,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 477078.78125,
                                                ["x"] = -139808.3125,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 475815.5625,
                                                ["x"] = -140603.875,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 474399.875,
                                                ["x"] = -141454.21875,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 473769.84375,
                                                ["x"] = -141871.625,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 472131,
                                                ["x"] = -142439.234375,
                                            }, -- end of [260]
                                            [324] = 
                                            {
                                                ["y"] = 470396.8125,
                                                ["x"] = -144161.640625,
                                            }, -- end of [324]
                                            [261] = 
                                            {
                                                ["y"] = 472106.03125,
                                                ["x"] = -142434.640625,
                                            }, -- end of [261]
                                            [325] = 
                                            {
                                                ["y"] = 470359.375,
                                                ["x"] = -144187.296875,
                                            }, -- end of [325]
                                            [131] = 
                                            {
                                                ["y"] = 477068.625,
                                                ["x"] = -139823.125,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 475785.71875,
                                                ["x"] = -140607.75,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 474388.21875,
                                                ["x"] = -141469.140625,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 473761.09375,
                                                ["x"] = -141881.671875,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 472080.78125,
                                                ["x"] = -142431.890625,
                                            }, -- end of [262]
                                            [326] = 
                                            {
                                                ["y"] = 470320.875,
                                                ["x"] = -144211.390625,
                                            }, -- end of [326]
                                            [33] = 
                                            {
                                                ["y"] = 480564.15625,
                                                ["x"] = -137159.078125,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 480412.0625,
                                                ["x"] = -137165.03125,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 480200.375,
                                                ["x"] = -137442.59375,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 480005.15625,
                                                ["x"] = -137553.171875,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 479835.46875,
                                                ["x"] = -137600.453125,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 478993.65625,
                                                ["x"] = -138223.5,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 478085,
                                                ["x"] = -139153.71875,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 477655.25,
                                                ["x"] = -139234.890625,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 477057.1875,
                                                ["x"] = -139836.96875,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 475755.71875,
                                                ["x"] = -140609.8125,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 474375.21875,
                                                ["x"] = -141482.90625,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 473751.09375,
                                                ["x"] = -141890.46875,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 472030.03125,
                                                ["x"] = -142431.875,
                                            }, -- end of [264]
                                            [328] = 
                                            {
                                                ["y"] = 470241.09375,
                                                ["x"] = -144254.6875,
                                            }, -- end of [328]
                                            [265] = 
                                            {
                                                ["y"] = 472004.8125,
                                                ["x"] = -142434.640625,
                                            }, -- end of [265]
                                            [329] = 
                                            {
                                                ["y"] = 470199.9375,
                                                ["x"] = -144273.84375,
                                            }, -- end of [329]
                                            [133] = 
                                            {
                                                ["y"] = 477044.53125,
                                                ["x"] = -139849.734375,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 475496.0625,
                                                ["x"] = -140619.828125,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 474360.96875,
                                                ["x"] = -141495.390625,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 473739.96875,
                                                ["x"] = -141897.84375,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 471979.84375,
                                                ["x"] = -142439.21875,
                                            }, -- end of [266]
                                            [330] = 
                                            {
                                                ["y"] = 470158,
                                                ["x"] = -144291.28125,
                                            }, -- end of [330]
                                            [67] = 
                                            {
                                                ["y"] = 479672.625,
                                                ["x"] = -137823.484375,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 478966.4375,
                                                ["x"] = -138239.78125,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 478066.65625,
                                                ["x"] = -139168.296875,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 477626.875,
                                                ["x"] = -139243.4375,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 477030.8125,
                                                ["x"] = -139861.3125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 475472.65625,
                                                ["x"] = -140621.640625,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 474345.59375,
                                                ["x"] = -141506.453125,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 473728,
                                                ["x"] = -141903.6875,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 471814.625,
                                                ["x"] = -142475.734375,
                                            }, -- end of [268]
                                            [332] = 
                                            {
                                                ["y"] = 470072.1875,
                                                ["x"] = -144320.875,
                                            }, -- end of [332]
                                            [269] = 
                                            {
                                                ["y"] = 471801.5625,
                                                ["x"] = -142479.578125,
                                            }, -- end of [269]
                                            [333] = 
                                            {
                                                ["y"] = 469751.9375,
                                                ["x"] = -144422.484375,
                                            }, -- end of [333]
                                            [135] = 
                                            {
                                                ["y"] = 477016.09375,
                                                ["x"] = -139871.59375,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 475449.5,
                                                ["x"] = -140625.28125,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 474329.25,
                                                ["x"] = -141516.015625,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 473715.34375,
                                                ["x"] = -141907.875,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 481113.96875,
                                                ["x"] = -136827.5,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 480734.0625,
                                                ["x"] = -137193.609375,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 480681.53125,
                                                ["x"] = -137205.234375,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 480603.125,
                                                ["x"] = -137173.890625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 480511.1875,
                                                ["x"] = -137145.8125,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 480400.46875,
                                                ["x"] = -137174.296875,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 480176.40625,
                                                ["x"] = -137463.046875,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 479994.28125,
                                                ["x"] = -137555.828125,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 479658.90625,
                                                ["x"] = -137843.359375,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 478940.125,
                                                ["x"] = -138257.46875,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 478047.25,
                                                ["x"] = -139181.390625,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 477599.125,
                                                ["x"] = -139253.8125,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 477000.5,
                                                ["x"] = -139880.53125,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 475426.6875,
                                                ["x"] = -140630.71875,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 474312.0625,
                                                ["x"] = -141523.984375,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 473542.125,
                                                ["x"] = -141952.78125,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 471767.125,
                                                ["x"] = -142501.078125,
                                            }, -- end of [272]
                                            [336] = 
                                            {
                                                ["y"] = 469587.3125,
                                                ["x"] = -144467.078125,
                                            }, -- end of [336]
                                            [273] = 
                                            {
                                                ["y"] = 471757.9375,
                                                ["x"] = -142511.140625,
                                            }, -- end of [273]
                                            [337] = 
                                            {
                                                ["y"] = 469531.65625,
                                                ["x"] = -144478.796875,
                                            }, -- end of [337]
                                            [137] = 
                                            {
                                                ["y"] = 476930.53125,
                                                ["x"] = -139916.59375,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 475404.375,
                                                ["x"] = -140637.921875,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 474294.21875,
                                                ["x"] = -141530.296875,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 473506.375,
                                                ["x"] = -141962.828125,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                ["y"] = 471750.21875,
                                                ["x"] = -142522.34375,
                                            }, -- end of [274]
                                            [69] = 
                                            {
                                                ["y"] = 479643.875,
                                                ["x"] = -137862.25,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 478914.8125,
                                                ["x"] = -138276.515625,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 478026.84375,
                                                ["x"] = -139192.9375,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 477572.09375,
                                                ["x"] = -139266,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 476922.1875,
                                                ["x"] = -139921.4375,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 475382.6875,
                                                ["x"] = -140646.84375,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 474275.84375,
                                                ["x"] = -141534.890625,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 473471.09375,
                                                ["x"] = -141974.34375,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                ["y"] = 471739.65625,
                                                ["x"] = -142547.390625,
                                            }, -- end of [276]
                                            [277] = 
                                            {
                                                ["y"] = 471737.03125,
                                                ["x"] = -142560.75,
                                            }, -- end of [277]
                                            [139] = 
                                            {
                                                ["y"] = 476914.34375,
                                                ["x"] = -139927.03125,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 475361.75,
                                                ["x"] = -140657.4375,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 474257.125,
                                                ["x"] = -141537.71875,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 473436.3125,
                                                ["x"] = -141987.3125,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                ["y"] = 471736.21875,
                                                ["x"] = -142574.34375,
                                            }, -- end of [278]
                                            [35] = 
                                            {
                                                ["y"] = 480496.53125,
                                                ["x"] = -137143.296875,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 480390.0625,
                                                ["x"] = -137184.90625,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 480151.1875,
                                                ["x"] = -137481.9375,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 479983.21875,
                                                ["x"] = -137557.609375,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 479627.53125,
                                                ["x"] = -137880.03125,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 478890.5,
                                                ["x"] = -138296.890625,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 478005.65625,
                                                ["x"] = -139202.859375,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 477545.9375,
                                                ["x"] = -139279.9375,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 476735.4375,
                                                ["x"] = -140068.65625,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 475341.71875,
                                                ["x"] = -140669.640625,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 474238.1875,
                                                ["x"] = -141538.765625,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 473402.09375,
                                                ["x"] = -142001.71875,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                ["y"] = 471740.1875,
                                                ["x"] = -142601.234375,
                                            }, -- end of [280]
                                            [281] = 
                                            {
                                                ["y"] = 471759.09375,
                                                ["x"] = -142666.515625,
                                            }, -- end of [281]
                                            [141] = 
                                            {
                                                ["y"] = 476712.09375,
                                                ["x"] = -140086.234375,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 475322.71875,
                                                ["x"] = -140683.359375,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 474219.28125,
                                                ["x"] = -141538.03125,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 473368.5,
                                                ["x"] = -142017.5,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                ["y"] = 471762.875,
                                                ["x"] = -142683,
                                            }, -- end of [282]
                                            [71] = 
                                            {
                                                ["y"] = 479610.03125,
                                                ["x"] = -137896.65625,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 478535.5,
                                                ["x"] = -138610.765625,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 477983.71875,
                                                ["x"] = -139211.109375,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 477520.78125,
                                                ["x"] = -139295.5625,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 476687.90625,
                                                ["x"] = -140102.640625,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 475304.8125,
                                                ["x"] = -140698.53125,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 474200.5,
                                                ["x"] = -141535.5,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 473335.5625,
                                                ["x"] = -142034.671875,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                ["y"] = 471764.8125,
                                                ["x"] = -142716.703125,
                                            }, -- end of [284]
                                            [285] = 
                                            {
                                                ["y"] = 471762.90625,
                                                ["x"] = -142733.5,
                                            }, -- end of [285]
                                            [9] = 
                                            {
                                                ["y"] = 481629.125,
                                                ["x"] = -136451.734375,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 481587.21875,
                                                ["x"] = -136489.59375,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 481272.15625,
                                                ["x"] = -136703.328125,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 481190.84375,
                                                ["x"] = -136762.578125,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 481077.3125,
                                                ["x"] = -136862,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 480721.6875,
                                                ["x"] = -137199.25,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 480668.03125,
                                                ["x"] = -137203.453125,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 480590.53125,
                                                ["x"] = -137167.9375,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 480481.71875,
                                                ["x"] = -137142.5625,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 480381.03125,
                                                ["x"] = -137196.671875,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 480124.8125,
                                                ["x"] = -137499.1875,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 479888.84375,
                                                ["x"] = -137569.09375,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 479573.59375,
                                                ["x"] = -137928.921875,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 478498.21875,
                                                ["x"] = -138644.8125,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 477961.21875,
                                                ["x"] = -139217.609375,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 477496.65625,
                                                ["x"] = -139312.828125,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 476637.3125,
                                                ["x"] = -140131.828125,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 475272.875,
                                                ["x"] = -140732.8125,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 474111.6875,
                                                ["x"] = -141511.265625,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 472568.96875,
                                                ["x"] = -142495.875,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                ["y"] = 471746.15625,
                                                ["x"] = -142781.140625,
                                            }, -- end of [288]
                                            [289] = 
                                            {
                                                ["y"] = 471737.125,
                                                ["x"] = -142795.4375,
                                            }, -- end of [289]
                                            [145] = 
                                            {
                                                ["y"] = 476611,
                                                ["x"] = -140144.546875,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 475259,
                                                ["x"] = -140751.71875,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 474092.6875,
                                                ["x"] = -141506.875,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 472547.875,
                                                ["x"] = -142507.46875,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                ["y"] = 471726.5625,
                                                ["x"] = -142808.625,
                                            }, -- end of [290]
                                            [73] = 
                                            {
                                                ["y"] = 479547.59375,
                                                ["x"] = -137950.90625,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 478462,
                                                ["x"] = -138680.015625,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 477938.28125,
                                                ["x"] = -139222.328125,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 477473.75,
                                                ["x"] = -139331.625,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 476584.125,
                                                ["x"] = -140155.953125,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 475246.65625,
                                                ["x"] = -140771.65625,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 474073.375,
                                                ["x"] = -141504.359375,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 472525.9375,
                                                ["x"] = -142517.3125,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                ["y"] = 471701.3125,
                                                ["x"] = -142831.015625,
                                            }, -- end of [292]
                                            [293] = 
                                            {
                                                ["y"] = 471453.125,
                                                ["x"] = -143005.515625,
                                            }, -- end of [293]
                                            [147] = 
                                            {
                                                ["y"] = 476319.21875,
                                                ["x"] = -140260.90625,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 475205.125,
                                                ["x"] = -140844.875,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 474053.875,
                                                ["x"] = -141503.734375,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 472503.28125,
                                                ["x"] = -142525.375,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                ["y"] = 471426.46875,
                                                ["x"] = -143025.1875,
                                            }, -- end of [294]
                                            [37] = 
                                            {
                                                ["y"] = 480466.90625,
                                                ["x"] = -137143.609375,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 480282.0625,
                                                ["x"] = -137347.015625,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 480097.4375,
                                                ["x"] = -137514.765625,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 479878.40625,
                                                ["x"] = -137571.09375,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 479520.625,
                                                ["x"] = -137971.703125,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 478426.9375,
                                                ["x"] = -138716.34375,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 477915.03125,
                                                ["x"] = -139225.25,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 477248.8125,
                                                ["x"] = -139528.984375,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 476306.125,
                                                ["x"] = -140266.859375,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 475193.84375,
                                                ["x"] = -140862.921875,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 474034.4375,
                                                ["x"] = -141505,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 472480.03125,
                                                ["x"] = -142531.609375,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                ["y"] = 471375.84375,
                                                ["x"] = -143067.921875,
                                            }, -- end of [296]
                                            [297] = 
                                            {
                                                ["y"] = 471352,
                                                ["x"] = -143090.921875,
                                            }, -- end of [297]
                                            [149] = 
                                            {
                                                ["y"] = 476293.65625,
                                                ["x"] = -140274.015625,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 475181.09375,
                                                ["x"] = -140879.9375,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 474015.1875,
                                                ["x"] = -141508.15625,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 472456.375,
                                                ["x"] = -142535.9375,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                ["y"] = 471329.1875,
                                                ["x"] = -143114.953125,
                                            }, -- end of [298]
                                            [75] = 
                                            {
                                                ["y"] = 479492.75,
                                                ["x"] = -137991.234375,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 478393.03125,
                                                ["x"] = -138753.765625,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 477891.65625,
                                                ["x"] = -139226.359375,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 477232.46875,
                                                ["x"] = -139544.3125,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 476281.9375,
                                                ["x"] = -140282.328125,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 475166.9375,
                                                ["x"] = -140895.8125,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 473996.34375,
                                                ["x"] = -141513.1875,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 472432.4375,
                                                ["x"] = -142538.375,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                ["y"] = 471162.71875,
                                                ["x"] = -143297.1875,
                                            }, -- end of [300]
                                            [301] = 
                                            {
                                                ["y"] = 471142.8125,
                                                ["x"] = -143315.8125,
                                            }, -- end of [301]
                                            [151] = 
                                            {
                                                ["y"] = 476271.03125,
                                                ["x"] = -140291.703125,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 475151.5,
                                                ["x"] = -140910.4375,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 473978.09375,
                                                ["x"] = -141520.015625,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 472408.375,
                                                ["x"] = -142538.875,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 480755.90625,
                                                ["x"] = -137177.46875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 480708.625,
                                                ["x"] = -137203.109375,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 480654.90625,
                                                ["x"] = -137199.8125,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 480577.5,
                                                ["x"] = -137163,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 480452.3125,
                                                ["x"] = -137146.4375,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 480263.9375,
                                                ["x"] = -137372.796875,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 480069.09375,
                                                ["x"] = -137528.5625,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 479868.375,
                                                ["x"] = -137574.484375,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 479464.03125,
                                                ["x"] = -138009.5,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 478360.3125,
                                                ["x"] = -138792.21875,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 477868.21875,
                                                ["x"] = -139225.640625,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 477217.125,
                                                ["x"] = -139560.65625,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 476081.125,
                                                ["x"] = -140472.390625,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 475134.84375,
                                                ["x"] = -140923.6875,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 473960.5625,
                                                ["x"] = -141528.59375,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 472384.375,
                                                ["x"] = -142537.453125,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                ["y"] = 471077.375,
                                                ["x"] = -143364.796875,
                                            }, -- end of [304]
                                            [305] = 
                                            {
                                                ["y"] = 471021.90625,
                                                ["x"] = -143399.609375,
                                            }, -- end of [305]
                                            [153] = 
                                            {
                                                ["y"] = 476058.71875,
                                                ["x"] = -140492.453125,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 475117.15625,
                                                ["x"] = -140935.46875,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 473943.96875,
                                                ["x"] = -141538.828125,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 472360.5625,
                                                ["x"] = -142534.109375,
                                            }, -- end of [249]
                                            [306] = 
                                            {
                                                ["y"] = 470997.3125,
                                                ["x"] = -143416.0625,
                                            }, -- end of [306]
                                            [143] = 
                                            {
                                                ["y"] = 476662.96875,
                                                ["x"] = -140117.84375,
                                            }, -- end of [143]
                                            [334] = 
                                            {
                                                ["y"] = 469697.5,
                                                ["x"] = -144438.90625,
                                            }, -- end of [334]
                                            [331] = 
                                            {
                                                ["y"] = 470115.40625,
                                                ["x"] = -144306.96875,
                                            }, -- end of [331]
                                            [79] = 
                                            {
                                                ["y"] = 479373.25,
                                                ["x"] = -138056.21875,
                                            }, -- end of [79]
                                            [77] = 
                                            {
                                                ["y"] = 479434.46875,
                                                ["x"] = -138026.4375,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 478328.84375,
                                                ["x"] = -138831.703125,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 477802.125,
                                                ["x"] = -139220.984375,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 477202.875,
                                                ["x"] = -139577.9375,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 476035.15625,
                                                ["x"] = -140511.140625,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 474584.375,
                                                ["x"] = -141258.1875,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 473928.46875,
                                                ["x"] = -141550.640625,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 472337.0625,
                                                ["x"] = -142528.875,
                                            }, -- end of [250]
                                            [308] = 
                                            {
                                                ["y"] = 470951.28125,
                                                ["x"] = -143453.1875,
                                            }, -- end of [308]
                                            [159] = 
                                            {
                                                ["y"] = 475902.90625,
                                                ["x"] = -140581.640625,
                                            }, -- end of [159]
                                            [175] = 
                                            {
                                                ["y"] = 475288.1875,
                                                ["x"] = -140715.046875,
                                            }, -- end of [175]
                                            [191] = 
                                            {
                                                ["y"] = 474482.90625,
                                                ["x"] = -141342.125,
                                            }, -- end of [191]
                                            [207] = 
                                            {
                                                ["y"] = 474182.0625,
                                                ["x"] = -141531.203125,
                                            }, -- end of [207]
                                            [223] = 
                                            {
                                                ["y"] = 473871.75,
                                                ["x"] = -141628.78125,
                                            }, -- end of [223]
                                            [239] = 
                                            {
                                                ["y"] = 473303.40625,
                                                ["x"] = -142053.1875,
                                            }, -- end of [239]
                                            [254] = 
                                            {
                                                ["y"] = 472249.5625,
                                                ["x"] = -142489.765625,
                                            }, -- end of [254]
                                            [309] = 
                                            {
                                                ["y"] = 470929.96875,
                                                ["x"] = -143473.734375,
                                            }, -- end of [309]
                                            [295] = 
                                            {
                                                ["y"] = 471400.6875,
                                                ["x"] = -143046,
                                            }, -- end of [295]
                                            [307] = 
                                            {
                                                ["y"] = 470973.75,
                                                ["x"] = -143433.953125,
                                            }, -- end of [307]
                                            [303] = 
                                            {
                                                ["y"] = 471100.0625,
                                                ["x"] = -143349.65625,
                                            }, -- end of [303]
                                            [155] = 
                                            {
                                                ["y"] = 476010.5,
                                                ["x"] = -140528.375,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 474562.1875,
                                                ["x"] = -141272.53125,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 473914.1875,
                                                ["x"] = -141563.890625,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 472314.09375,
                                                ["x"] = -142521.765625,
                                            }, -- end of [251]
                                            [310] = 
                                            {
                                                ["y"] = 470909.9375,
                                                ["x"] = -143495.5,
                                            }, -- end of [310]
                                            [302] = 
                                            {
                                                ["y"] = 471121.90625,
                                                ["x"] = -143333.3125,
                                            }, -- end of [302]
                                            [299] = 
                                            {
                                                ["y"] = 471181.625,
                                                ["x"] = -143277.515625,
                                            }, -- end of [299]
                                            [259] = 
                                            {
                                                ["y"] = 472155.5625,
                                                ["x"] = -142445.609375,
                                            }, -- end of [259]
                                            [39] = 
                                            {
                                                ["y"] = 480438.1875,
                                                ["x"] = -137151,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 480244.25,
                                                ["x"] = -137397.390625,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 480039.96875,
                                                ["x"] = -137540.5625,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 479858.875,
                                                ["x"] = -137579.21875,
                                            }, -- end of [63]
                                            [311] = 
                                            {
                                                ["y"] = 470891.21875,
                                                ["x"] = -143518.40625,
                                            }, -- end of [311]
                                            [94] = 
                                            {
                                                ["y"] = 478298.59375,
                                                ["x"] = -138872.15625,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 477772.53125,
                                                ["x"] = -139219.875,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 477189.71875,
                                                ["x"] = -139596.09375,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 475984.84375,
                                                ["x"] = -140544.09375,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 474540.875,
                                                ["x"] = -141288.15625,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 473901.25,
                                                ["x"] = -141578.484375,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 472291.75,
                                                ["x"] = -142512.84375,
                                            }, -- end of [252]
                                            [312] = 
                                            {
                                                ["y"] = 470873.90625,
                                                ["x"] = -143542.390625,
                                            }, -- end of [312]
                                            [263] = 
                                            {
                                                ["y"] = 472055.40625,
                                                ["x"] = -142430.953125,
                                            }, -- end of [263]
                                            [267] = 
                                            {
                                                ["y"] = 471920.8125,
                                                ["x"] = -142452.265625,
                                            }, -- end of [267]
                                            [286] = 
                                            {
                                                ["y"] = 471759.125,
                                                ["x"] = -142749.96875,
                                            }, -- end of [286]
                                            [271] = 
                                            {
                                                ["y"] = 471777.59375,
                                                ["x"] = -142492.359375,
                                            }, -- end of [271]
                                            [275] = 
                                            {
                                                ["y"] = 471744.09375,
                                                ["x"] = -142534.515625,
                                            }, -- end of [275]
                                            [279] = 
                                            {
                                                ["y"] = 471737.3125,
                                                ["x"] = -142587.921875,
                                            }, -- end of [279]
                                            [283] = 
                                            {
                                                ["y"] = 471764.78125,
                                                ["x"] = -142699.796875,
                                            }, -- end of [283]
                                            [313] = 
                                            {
                                                ["y"] = 470858.03125,
                                                ["x"] = -143567.359375,
                                            }, -- end of [313]
                                            [287] = 
                                            {
                                                ["y"] = 471753.53125,
                                                ["x"] = -142765.921875,
                                            }, -- end of [287]
                                            [291] = 
                                            {
                                                ["y"] = 471714.5625,
                                                ["x"] = -142820.53125,
                                            }, -- end of [291]
                                            [78] = 
                                            {
                                                ["y"] = 479404.21875,
                                                ["x"] = -138042.015625,
                                            }, -- end of [78]
                                            [157] = 
                                            {
                                                ["y"] = 475958.3125,
                                                ["x"] = -140558.25,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 474520.5,
                                                ["x"] = -141305,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 473889.78125,
                                                ["x"] = -141594.265625,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 472270.1875,
                                                ["x"] = -142502.15625,
                                            }, -- end of [253]
                                            [314] = 
                                            {
                                                ["y"] = 470701.90625,
                                                ["x"] = -143829.71875,
                                            }, -- end of [314]
                                            [270] = 
                                            {
                                                ["y"] = 471789.15625,
                                                ["x"] = -142485.140625,
                                            }, -- end of [270]
                                            [255] = 
                                            {
                                                ["y"] = 472247.34375,
                                                ["x"] = -142488.328125,
                                            }, -- end of [255]
                                            [327] = 
                                            {
                                                ["y"] = 470281.4375,
                                                ["x"] = -144233.859375,
                                            }, -- end of [327]
                                            [317] = 
                                            {
                                                ["y"] = 470625.1875,
                                                ["x"] = -143942.171875,
                                            }, -- end of [317]
                                            [318] = 
                                            {
                                                ["y"] = 470596.59375,
                                                ["x"] = -143977.421875,
                                            }, -- end of [318]
                                            [319] = 
                                            {
                                                ["y"] = 470566.5625,
                                                ["x"] = -144011.484375,
                                            }, -- end of [319]
                                            [323] = 
                                            {
                                                ["y"] = 470433.1875,
                                                ["x"] = -144134.46875,
                                            }, -- end of [323]
                                            [315] = 
                                            {
                                                ["y"] = 470677.875,
                                                ["x"] = -143868.25,
                                            }, -- end of [315]
                                            [95] = 
                                            {
                                                ["y"] = 478132.40625,
                                                ["x"] = -139102.078125,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 477742.90625,
                                                ["x"] = -139220.71875,
                                            }, -- end of [111]
                                            [335] = 
                                            {
                                                ["y"] = 469642.59375,
                                                ["x"] = -144453.78125,
                                            }, -- end of [335]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 469571.42857142,
                                                ["x"] = -144682.06026787,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 469571.42857142,
                                                ["x"] = -144682.06026787,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 481,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 57600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 481736.51087083,
                                            ["x"] = -136244.23969114,
                                            ["ETA_locked"] = true,
                                            ["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 [1]
                                        [2] = 
                                        {
                                            ["alt"] = 201,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 60420.749845552,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 469531.64151001,
                                            ["x"] = -144478.80383301,
                                            ["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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 481736.51145345,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #33",
                                        ["unitId"] = 60,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136244.23759412,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 481744.54791636,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #34",
                                        ["unitId"] = 61,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136215.3397731,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 481752.55028022,
                                        ["type"] = "M-113",
                                        ["name"] = "Unit #35",
                                        ["unitId"] = 62,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136186.42534714,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 481760.59526196,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #36",
                                        ["unitId"] = 63,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136157.52473183,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 481768.62454573,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #37",
                                        ["unitId"] = 64,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136128.6248832,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 481776.65561921,
                                        ["type"] = "Hummer",
                                        ["name"] = "Unit #38",
                                        ["unitId"] = 65,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136099.71859281,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 481784.69515228,
                                        ["type"] = "Hummer",
                                        ["name"] = "Unit #39",
                                        ["unitId"] = 66,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136070.81462288,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 481796.47541046,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 135,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136044.27991867,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 481814.31904602,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #40",
                                        ["unitId"] = 136,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136023.18631744,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 482096.51087083,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #45",
                                        ["unitId"] = 215,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136604.23969114,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 482136.51087083,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #120",
                                        ["unitId"] = 216,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136644.23969114,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 482176.51087083,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #121",
                                        ["unitId"] = 217,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136684.23969114,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 482216.51087083,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #122",
                                        ["unitId"] = 218,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136724.23969114,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 482256.51087083,
                                        ["type"] = "MLRS",
                                        ["name"] = "Unit #123",
                                        ["unitId"] = 219,
                                        ["heading"] = -2.1643364210978,
                                        ["skill"] = "Average",
                                        ["x"] = -136764.23969114,
                                    }, -- end of [14]
                                }, -- end of ["units"]
                                ["y"] = 481736.51087083,
                                ["x"] = -136244.23969114,
                                ["name"] = "blinde",
                                ["start_time"] = 57600,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 201,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 57600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 469572.85714285,
                                            ["x"] = -144715.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Diamond",
                                            ["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"] = 22,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 469572.85714285,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "MORTIER",
                                        ["unitId"] = 115,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -144715.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 469592.85714285,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #60",
                                        ["unitId"] = 116,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -144732.85714286,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 469378.57142856,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #61",
                                        ["unitId"] = 117,
                                        ["heading"] = 4.8694686130642,
                                        ["skill"] = "Excellent",
                                        ["x"] = -145844.28571429,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 468864.28571428,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #62",
                                        ["unitId"] = 118,
                                        ["heading"] = 3.1764992386297,
                                        ["skill"] = "Excellent",
                                        ["x"] = -145024.28571429,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 468207.14285714,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #63",
                                        ["unitId"] = 119,
                                        ["heading"] = 1.8849555921539,
                                        ["skill"] = "Excellent",
                                        ["x"] = -145535.71428571,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 469572.85714285,
                                ["x"] = -144715.71428571,
                                ["name"] = "MORTIER",
                                ["start_time"] = 57600,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 469517.14285713,
                                                ["x"] = -144068.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 469597.14285713,
                                                ["x"] = -144137.14285714,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 222,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 57600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 468939.99999999,
                                            ["x"] = -144445.71428571,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 468939.99999999,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #59",
                                        ["unitId"] = 120,
                                        ["heading"] = 2.2794225989227,
                                        ["skill"] = "Average",
                                        ["x"] = -144445.71428571,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 469808.57142856,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #64",
                                        ["unitId"] = 121,
                                        ["heading"] = 3.4557519189488,
                                        ["skill"] = "Average",
                                        ["x"] = -144100,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 468958.57142856,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #65",
                                        ["unitId"] = 122,
                                        ["heading"] = 2.2794225989227,
                                        ["skill"] = "Average",
                                        ["x"] = -144438.57142857,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 469817.14285713,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #66",
                                        ["unitId"] = 123,
                                        ["heading"] = 3.7350045992679,
                                        ["skill"] = "Average",
                                        ["x"] = -145760,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 469832.85714285,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #67",
                                        ["unitId"] = 124,
                                        ["heading"] = 3.9269908169872,
                                        ["skill"] = "Average",
                                        ["x"] = -144104.28571429,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 469854.28571428,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #68",
                                        ["unitId"] = 125,
                                        ["heading"] = 4.0491638646268,
                                        ["skill"] = "Average",
                                        ["x"] = -145774.28571429,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 469324.28571428,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #124",
                                        ["unitId"] = 221,
                                        ["heading"] = 4.2411500823462,
                                        ["skill"] = "Average",
                                        ["x"] = -144538.57142857,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 469304.28571428,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #125",
                                        ["unitId"] = 222,
                                        ["heading"] = 3.7350045992679,
                                        ["skill"] = "Average",
                                        ["x"] = -144540,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 469504.28571428,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #126",
                                        ["unitId"] = 223,
                                        ["heading"] = 3.6128315516283,
                                        ["skill"] = "Average",
                                        ["x"] = -144921.42857143,
                                    }, -- end of [9]
                                }, -- end of ["units"]
                                ["y"] = 468939.99999999,
                                ["x"] = -144445.71428571,
                                ["name"] = "MANP",
                                ["start_time"] = 57600,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 474598.6875,
                                                ["x"] = -170274.671875,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 473514.65625,
                                                ["x"] = -170559.65625,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 471286.8125,
                                                ["x"] = -170558.71875,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 468693.3125,
                                                ["x"] = -170127.375,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 482660.375,
                                                ["x"] = -174583.875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 482307.125,
                                                ["x"] = -174608.84375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 482297.5,
                                                ["x"] = -174608.59375,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 482288.125,
                                                ["x"] = -174606.53125,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 482279.3125,
                                                ["x"] = -174602.71875,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 482094.625,
                                                ["x"] = -174500.5625,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 482056.8125,
                                                ["x"] = -174480.6875,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 482018.15625,
                                                ["x"] = -174462.4375,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 481938.75,
                                                ["x"] = -174430.984375,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 481856.9375,
                                                ["x"] = -174406.4375,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 481773.3125,
                                                ["x"] = -174388.953125,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 481427.46875,
                                                ["x"] = -174346.125,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 481371.84375,
                                                ["x"] = -174327.859375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 481205.59375,
                                                ["x"] = -174243.671875,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 481092.5625,
                                                ["x"] = -174221.625,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 480950.53125,
                                                ["x"] = -174217.40625,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 480000,
                                                ["x"] = -173777.9375,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 479403.375,
                                                ["x"] = -173391.046875,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 478759.46875,
                                                ["x"] = -172862.671875,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 478149.4375,
                                                ["x"] = -172542.34375,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 477195.78125,
                                                ["x"] = -172380.140625,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 475669.375,
                                                ["x"] = -171399.640625,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 474715.6875,
                                                ["x"] = -170737.3125,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 474592.21875,
                                                ["x"] = -170272.515625,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 473481.46875,
                                                ["x"] = -170557.765625,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 471234.0625,
                                                ["x"] = -170556.71875,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 468680.78125,
                                                ["x"] = -170091.265625,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 467942.09375,
                                                ["x"] = -169317.828125,
                                            }, -- end of [256]
                                            [257] = 
                                            {
                                                ["y"] = 467916.96875,
                                                ["x"] = -169316.09375,
                                            }, -- end of [257]
                                            [129] = 
                                            {
                                                ["y"] = 474585.4375,
                                                ["x"] = -170272.203125,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 473464.90625,
                                                ["x"] = -170559.59375,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 471207.90625,
                                                ["x"] = -170553.109375,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 468677.15625,
                                                ["x"] = -170072.46875,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 467892.0625,
                                                ["x"] = -169312.5625,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                ["y"] = 478110.4375,
                                                ["x"] = -172526.09375,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 477186.96875,
                                                ["x"] = -172375.859375,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 475633.375,
                                                ["x"] = -171369.1875,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 474697.59375,
                                                ["x"] = -170706.953125,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 474474.53125,
                                                ["x"] = -170284.046875,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 473448.6875,
                                                ["x"] = -170563.234375,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 471027.53125,
                                                ["x"] = -170522.109375,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 468675.34375,
                                                ["x"] = -170053.421875,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 467843.28125,
                                                ["x"] = -169300.171875,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                ["y"] = 467819.71875,
                                                ["x"] = -169291.375,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                ["y"] = 474252.90625,
                                                ["x"] = -170306.984375,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 473395.4375,
                                                ["x"] = -170578.34375,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 471018.09375,
                                                ["x"] = -170521.40625,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 468675.375,
                                                ["x"] = -170034.28125,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 467796.8125,
                                                ["x"] = -169280.921875,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                ["y"] = 480919.40625,
                                                ["x"] = -174213.3125,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 479643.15625,
                                                ["x"] = -173576.375,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 479158.875,
                                                ["x"] = -173138.25,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 478718.875,
                                                ["x"] = -172840.484375,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 478070.75,
                                                ["x"] = -172511.515625,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 476401.03125,
                                                ["x"] = -171944.5625,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 475596.375,
                                                ["x"] = -171339.984375,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 474681.1875,
                                                ["x"] = -170675.65625,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 474245.59375,
                                                ["x"] = -170305.703125,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 473370.0625,
                                                ["x"] = -170585.046875,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 471008.6875,
                                                ["x"] = -170522.484375,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 468677.21875,
                                                ["x"] = -170015.234375,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 467753.5625,
                                                ["x"] = -169255.203125,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                ["y"] = 467733.4375,
                                                ["x"] = -169240.078125,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                ["y"] = 474241.65625,
                                                ["x"] = -170305.78125,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 473344.28125,
                                                ["x"] = -170589.8125,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 470999.625,
                                                ["x"] = -170525.328125,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 468680.875,
                                                ["x"] = -169996.453125,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 467714.46875,
                                                ["x"] = -169223.546875,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                ["y"] = 478030.5,
                                                ["x"] = -172498.625,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 476353.28125,
                                                ["x"] = -171917.484375,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 475558.375,
                                                ["x"] = -171312.03125,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 474666.46875,
                                                ["x"] = -170643.53125,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 474238.03125,
                                                ["x"] = -170307.375,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 473318.1875,
                                                ["x"] = -170592.65625,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 470991.28125,
                                                ["x"] = -170529.828125,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 468686.3125,
                                                ["x"] = -169978.109375,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 467680.28125,
                                                ["x"] = -169186.625,
                                            }, -- end of [268]
                                            [269] = 
                                            {
                                                ["y"] = 467665.28125,
                                                ["x"] = -169166.40625,
                                            }, -- end of [269]
                                            [135] = 
                                            {
                                                ["y"] = 474235.3125,
                                                ["x"] = -170310.21875,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 473291.96875,
                                                ["x"] = -170593.53125,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 470983.9375,
                                                ["x"] = -170535.8125,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 468693.5,
                                                ["x"] = -169960.375,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 481412.9375,
                                                ["x"] = -174343.65625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 481284.65625,
                                                ["x"] = -174278.703125,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 481177.90625,
                                                ["x"] = -174235.453125,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 481063.71875,
                                                ["x"] = -174220.703125,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 480888.53125,
                                                ["x"] = -174207.59375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 479605.78125,
                                                ["x"] = -173554.234375,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 479141.21875,
                                                ["x"] = -173120.96875,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 478677.53125,
                                                ["x"] = -172819.765625,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 477989.71875,
                                                ["x"] = -172487.4375,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 476306.34375,
                                                ["x"] = -171889.125,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 475519.5,
                                                ["x"] = -171285.375,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 474653.5625,
                                                ["x"] = -170610.640625,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 474233.875,
                                                ["x"] = -170313.90625,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 473265.75,
                                                ["x"] = -170592.421875,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 470977.875,
                                                ["x"] = -170543.078125,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 468702.3125,
                                                ["x"] = -169943.390625,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 467629.5,
                                                ["x"] = -169100.0625,
                                            }, -- end of [272]
                                            [273] = 
                                            {
                                                ["y"] = 467272.21875,
                                                ["x"] = -168224.078125,
                                            }, -- end of [273]
                                            [137] = 
                                            {
                                                ["y"] = 474232.625,
                                                ["x"] = -170321.1875,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 473239.6875,
                                                ["x"] = -170589.375,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 470973.25,
                                                ["x"] = -170551.375,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 468712.71875,
                                                ["x"] = -169927.34375,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                ["y"] = 467258.8125,
                                                ["x"] = -168192.109375,
                                            }, -- end of [274]
                                            [69] = 
                                            {
                                                ["y"] = 477948.5,
                                                ["x"] = -172477.984375,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 476260.15625,
                                                ["x"] = -171859.484375,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 475479.71875,
                                                ["x"] = -171260.046875,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 474642.4375,
                                                ["x"] = -170577.09375,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 474231.5,
                                                ["x"] = -170324.953125,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 473204.125,
                                                ["x"] = -170583.84375,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 470970.28125,
                                                ["x"] = -170560.375,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 468763.65625,
                                                ["x"] = -169856.5,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                ["y"] = 467227.84375,
                                                ["x"] = -168036.625,
                                            }, -- end of [276]
                                            [277] = 
                                            {
                                                ["y"] = 467223,
                                                ["x"] = -168025.265625,
                                            }, -- end of [277]
                                            [139] = 
                                            {
                                                ["y"] = 474229.59375,
                                                ["x"] = -170328.375,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 473153.65625,
                                                ["x"] = -170576.890625,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 470964.1875,
                                                ["x"] = -170587.40625,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 468780.25,
                                                ["x"] = -169832.015625,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                ["y"] = 467216.8125,
                                                ["x"] = -168014.59375,
                                            }, -- end of [278]
                                            [35] = 
                                            {
                                                ["y"] = 480857.96875,
                                                ["x"] = -174200.265625,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 479569.34375,
                                                ["x"] = -173530.578125,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 479122.65625,
                                                ["x"] = -173104.640625,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 478635.46875,
                                                ["x"] = -172800.515625,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 477906.9375,
                                                ["x"] = -172470.28125,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 476214.8125,
                                                ["x"] = -171828.59375,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 475439.125,
                                                ["x"] = -171236.078125,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 474633.15625,
                                                ["x"] = -170543,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 474179.21875,
                                                ["x"] = -170394.9375,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 473103,
                                                ["x"] = -170571.65625,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 470961.21875,
                                                ["x"] = -170596.484375,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 468795.53125,
                                                ["x"] = -169806.6875,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                ["y"] = 467200.71875,
                                                ["x"] = -167995.921875,
                                            }, -- end of [280]
                                            [281] = 
                                            {
                                                ["y"] = 467191.0625,
                                                ["x"] = -167988.21875,
                                            }, -- end of [281]
                                            [141] = 
                                            {
                                                ["y"] = 474168.875,
                                                ["x"] = -170407.703125,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 473052.15625,
                                                ["x"] = -170568.140625,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 470956.53125,
                                                ["x"] = -170604.828125,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 468809.4375,
                                                ["x"] = -169780.5625,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                ["y"] = 467180.53125,
                                                ["x"] = -167981.765625,
                                            }, -- end of [282]
                                            [71] = 
                                            {
                                                ["y"] = 477865.09375,
                                                ["x"] = -172464.34375,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 476170.34375,
                                                ["x"] = -171796.5,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 474943.65625,
                                                ["x"] = -170954.578125,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 474625.75,
                                                ["x"] = -170508.4375,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 474157.1875,
                                                ["x"] = -170419.28125,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 473001.25,
                                                ["x"] = -170566.34375,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 470950.375,
                                                ["x"] = -170612.140625,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 468821.90625,
                                                ["x"] = -169753.734375,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                ["y"] = 467135.3125,
                                                ["x"] = -167958.03125,
                                            }, -- end of [284]
                                            [285] = 
                                            {
                                                ["y"] = 467125.625,
                                                ["x"] = -167953.828125,
                                            }, -- end of [285]
                                            [9] = 
                                            {
                                                ["y"] = 481978.78125,
                                                ["x"] = -174445.859375,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 481898.09375,
                                                ["x"] = -174417.828125,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 481815.3125,
                                                ["x"] = -174396.796875,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 481731.03125,
                                                ["x"] = -174382.90625,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 481398.75,
                                                ["x"] = -174339.75,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 481259.0625,
                                                ["x"] = -174265.34375,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 481149.78125,
                                                ["x"] = -174229.015625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 481013.21875,
                                                ["x"] = -174220.703125,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 480827.875,
                                                ["x"] = -174191.359375,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 479533.9375,
                                                ["x"] = -173505.453125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 479103.28125,
                                                ["x"] = -173089.328125,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 478477.46875,
                                                ["x"] = -172730.671875,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 477823.03125,
                                                ["x"] = -172460.1875,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 475843.28125,
                                                ["x"] = -171553.390625,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 474913.40625,
                                                ["x"] = -170936.28125,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 474620.25,
                                                ["x"] = -170473.53125,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 473968.0625,
                                                ["x"] = -170585.890625,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 472899.375,
                                                ["x"] = -170567.9375,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 470934.46875,
                                                ["x"] = -170622.609375,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 468842.40625,
                                                ["x"] = -169698.25,
                                            }, -- end of [240]
                                            [145] = 
                                            {
                                                ["y"] = 473950.78125,
                                                ["x"] = -170597.703125,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 472805.96875,
                                                ["x"] = -170572.578125,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 470925.3125,
                                                ["x"] = -170625.390625,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 468850.375,
                                                ["x"] = -169669.765625,
                                            }, -- end of [241]
                                            [73] = 
                                            {
                                                ["y"] = 477564.34375,
                                                ["x"] = -172441.015625,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 475831.625,
                                                ["x"] = -171545.875,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 474884.21875,
                                                ["x"] = -170916.390625,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 474616.625,
                                                ["x"] = -170438.390625,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 473932.5625,
                                                ["x"] = -170608.03125,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 472412.625,
                                                ["x"] = -170592.171875,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 470915.8125,
                                                ["x"] = -170626.390625,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 468856.84375,
                                                ["x"] = -169640.890625,
                                            }, -- end of [242]
                                            [147] = 
                                            {
                                                ["y"] = 473913.59375,
                                                ["x"] = -170616.796875,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 472379.9375,
                                                ["x"] = -170592.890625,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 470906.28125,
                                                ["x"] = -170625.5625,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 468870,
                                                ["x"] = -169566.4375,
                                            }, -- end of [243]
                                            [37] = 
                                            {
                                                ["y"] = 480798.28125,
                                                ["x"] = -174180.875,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 479499.5625,
                                                ["x"] = -173478.890625,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 479083.125,
                                                ["x"] = -173075.0625,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 478261.9375,
                                                ["x"] = -172600.765625,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 477505.4375,
                                                ["x"] = -172435.75,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 475819.03125,
                                                ["x"] = -171540.0625,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 474856.125,
                                                ["x"] = -170894.921875,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 474614.9375,
                                                ["x"] = -170403.09375,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 473893.90625,
                                                ["x"] = -170623.953125,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 472347.28125,
                                                ["x"] = -170591.84375,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 468838.53125,
                                                ["x"] = -170240.6875,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 468875.125,
                                                ["x"] = -169534.875,
                                            }, -- end of [244]
                                            [149] = 
                                            {
                                                ["y"] = 473873.71875,
                                                ["x"] = -170629.4375,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 472314.6875,
                                                ["x"] = -170589.03125,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 468819.90625,
                                                ["x"] = -170236.28125,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 468879.5625,
                                                ["x"] = -169503.203125,
                                            }, -- end of [245]
                                            [75] = 
                                            {
                                                ["y"] = 477446.71875,
                                                ["x"] = -172428.65625,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 475816.09375,
                                                ["x"] = -171538.9375,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 474829.25,
                                                ["x"] = -170871.96875,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 474612.6875,
                                                ["x"] = -170296.578125,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 473853.125,
                                                ["x"] = -170633.21875,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 471606.34375,
                                                ["x"] = -170507.90625,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 468801.8125,
                                                ["x"] = -170230.140625,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 468898.53125,
                                                ["x"] = -169355.265625,
                                            }, -- end of [246]
                                            [151] = 
                                            {
                                                ["y"] = 473832.3125,
                                                ["x"] = -170635.265625,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 471585.125,
                                                ["x"] = -170506.390625,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 468784.34375,
                                                ["x"] = -170222.28125,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 468898.3125,
                                                ["x"] = -169349.59375,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 481385,
                                                ["x"] = -174334.46875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 481232.6875,
                                                ["x"] = -174253.65625,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 481121.28125,
                                                ["x"] = -174224.40625,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 480981.84375,
                                                ["x"] = -174219.875,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 480769.25,
                                                ["x"] = -174168.875,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 479466.3125,
                                                ["x"] = -173450.9375,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 478838.125,
                                                ["x"] = -172911.296875,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 478225.28125,
                                                ["x"] = -172579.71875,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 477388.28125,
                                                ["x"] = -172419.78125,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 475811.375,
                                                ["x"] = -171536.546875,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 474803.6875,
                                                ["x"] = -170847.59375,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 474611.59375,
                                                ["x"] = -170289.84375,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 473811.375,
                                                ["x"] = -170635.546875,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 471563.84375,
                                                ["x"] = -170506.671875,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 468767.75,
                                                ["x"] = -170212.78125,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 468896.3125,
                                                ["x"] = -169344.28125,
                                            }, -- end of [248]
                                            [153] = 
                                            {
                                                ["y"] = 473790.5,
                                                ["x"] = -170634.09375,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 471542.65625,
                                                ["x"] = -170508.78125,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 468752.09375,
                                                ["x"] = -170201.75,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 468892.71875,
                                                ["x"] = -169339.890625,
                                            }, -- end of [249]
                                            [77] = 
                                            {
                                                ["y"] = 477330.09375,
                                                ["x"] = -172409.109375,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 475807.25,
                                                ["x"] = -171533.234375,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 474779.46875,
                                                ["x"] = -170821.859375,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 474608.75,
                                                ["x"] = -170283.65625,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 473769.84375,
                                                ["x"] = -170630.890625,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 471521.75,
                                                ["x"] = -170512.671875,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 468737.59375,
                                                ["x"] = -170189.28125,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 468887.90625,
                                                ["x"] = -169336.890625,
                                            }, -- end of [250]
                                            [155] = 
                                            {
                                                ["y"] = 473749.5,
                                                ["x"] = -170625.984375,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 471365.3125,
                                                ["x"] = -170548.671875,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 468724.34375,
                                                ["x"] = -170175.46875,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 468882.40625,
                                                ["x"] = -169335.578125,
                                            }, -- end of [251]
                                            [39] = 
                                            {
                                                ["y"] = 480740.90625,
                                                ["x"] = -174155.359375,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 479434.21875,
                                                ["x"] = -173421.640625,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 478799.25,
                                                ["x"] = -172886.28125,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 478187.75,
                                                ["x"] = -172560.234375,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 477214.40625,
                                                ["x"] = -172386.03125,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 475738.1875,
                                                ["x"] = -171464.078125,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 474756.6875,
                                                ["x"] = -170794.84375,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 474604.34375,
                                                ["x"] = -170278.46875,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 473688.5,
                                                ["x"] = -170608.5,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 471339.375,
                                                ["x"] = -170553.75,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 468712.46875,
                                                ["x"] = -170160.453125,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 468207.84375,
                                                ["x"] = -169290.90625,
                                            }, -- end of [252]
                                            [283] = 
                                            {
                                                ["y"] = 467144.75,
                                                ["x"] = -167962.734375,
                                            }, -- end of [283]
                                            [279] = 
                                            {
                                                ["y"] = 467209.34375,
                                                ["x"] = -168004.765625,
                                            }, -- end of [279]
                                            [275] = 
                                            {
                                                ["y"] = 467231.25,
                                                ["x"] = -168048.5,
                                            }, -- end of [275]
                                            [271] = 
                                            {
                                                ["y"] = 467639.8125,
                                                ["x"] = -169123.015625,
                                            }, -- end of [271]
                                            [270] = 
                                            {
                                                ["y"] = 467651.78125,
                                                ["x"] = -169145.171875,
                                            }, -- end of [270]
                                            [267] = 
                                            {
                                                ["y"] = 467696.71875,
                                                ["x"] = -169205.703125,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                ["y"] = 467774.71875,
                                                ["x"] = -169268.828125,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                ["y"] = 467867.4375,
                                                ["x"] = -169307.234375,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 473530.90625,
                                                ["x"] = -170563.34375,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 471313.1875,
                                                ["x"] = -170557.09375,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 468702.09375,
                                                ["x"] = -170144.375,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 468131.8125,
                                                ["x"] = -169300.34375,
                                            }, -- end of [253]
                                            [255] = 
                                            {
                                                ["y"] = 467967.25,
                                                ["x"] = -169317.765625,
                                            }, -- end of [255]
                                            [254] = 
                                            {
                                                ["y"] = 467992.375,
                                                ["x"] = -169315.875,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                ["y"] = 468832.90625,
                                                ["x"] = -169726.265625,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                ["y"] = 468686.15625,
                                                ["x"] = -170109.625,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                ["y"] = 470942.9375,
                                                ["x"] = -170618.140625,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                ["y"] = 471260.40625,
                                                ["x"] = -170558.59375,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                ["y"] = 472950.3125,
                                                ["x"] = -170566.28125,
                                            }, -- end of [175]
                                            [159] = 
                                            {
                                                ["y"] = 473498.125,
                                                ["x"] = -170557.796875,
                                            }, -- end of [159]
                                            [79] = 
                                            {
                                                ["y"] = 477204.96875,
                                                ["x"] = -172383.53125,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 475704.3125,
                                                ["x"] = -171431.28125,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 474735.40625,
                                                ["x"] = -170766.640625,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                ["y"] = 473984.28125,
                                                ["x"] = -170572.671875,
                                            }, -- end of [143]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 467102.28571429,
                                                ["x"] = -168011.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 467102.28571429,
                                                ["x"] = -168011.71428572,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 559,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 482660.37404084,
                                            ["x"] = -174583.88097382,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 40,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1793.5143336675,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 467125.61079407,
                                            ["x"] = -167953.82035828,
                                            ["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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 482660.37404084,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #57",
                                        ["unitId"] = 139,
                                        ["heading"] = 4.641840033257,
                                        ["skill"] = "Average",
                                        ["x"] = -174583.88097382,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 482685.84011765,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #58",
                                        ["unitId"] = 140,
                                        ["heading"] = 5.0215156421103,
                                        ["skill"] = "Average",
                                        ["x"] = -174592.01394293,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 482713.15422427,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #69",
                                        ["unitId"] = 141,
                                        ["heading"] = 5.1252927410624,
                                        ["skill"] = "Average",
                                        ["x"] = -174603.97992173,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 482740.62620663,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #70",
                                        ["unitId"] = 142,
                                        ["heading"] = 5.1252253930702,
                                        ["skill"] = "Average",
                                        ["x"] = -174616.01285877,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 482768.10184398,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #71",
                                        ["unitId"] = 143,
                                        ["heading"] = 5.1252253954091,
                                        ["skill"] = "Average",
                                        ["x"] = -174628.0473968,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 482795.58931658,
                                        ["type"] = "MLRS",
                                        ["name"] = "Unit #72",
                                        ["unitId"] = 144,
                                        ["heading"] = 5.1252589128755,
                                        ["skill"] = "Average",
                                        ["x"] = -174640.08821684,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 482823.06350585,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #73",
                                        ["unitId"] = 145,
                                        ["heading"] = 5.1252421577802,
                                        ["skill"] = "Average",
                                        ["x"] = -174652.12266949,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 482850.51757145,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #74",
                                        ["unitId"] = 146,
                                        ["heading"] = 5.1252757082619,
                                        ["skill"] = "Average",
                                        ["x"] = -174664.14940526,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 482878.00040682,
                                        ["type"] = "M-1 Abrams",
                                        ["name"] = "Unit #75",
                                        ["unitId"] = 147,
                                        ["heading"] = 5.1252086411983,
                                        ["skill"] = "Average",
                                        ["x"] = -174676.18654729,
                                    }, -- end of [9]
                                }, -- end of ["units"]
                                ["y"] = 482660.37404084,
                                ["x"] = -174583.88097382,
                                ["name"] = "ABRAM",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 36,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 57600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462730.85714286,
                                            ["x"] = -166414.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_EngageGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["visible"] = false,
                                                                ["designation"] = "Auto",
                                                                ["groupId"] = 4,
                                                                ["groupName"] = "DEFAIRPORT",
                                                                ["priority"] = 0,
                                                                ["weaponType"] = 1073741822,
                                                                ["datalink"] = false,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 0,
                                                                        ["value"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 462730.85714286,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #80",
                                        ["unitId"] = 152,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166414.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 462745.14285715,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #81",
                                        ["unitId"] = 153,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166664.57142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 462623.71428572,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #82",
                                        ["unitId"] = 154,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166607.42857143,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 462459.42857143,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #83",
                                        ["unitId"] = 155,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166636,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 462890.85714286,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #84",
                                        ["unitId"] = 156,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166574.57142857,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 463280.85714286,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #85",
                                        ["unitId"] = 157,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166357.42857143,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 463023.71428572,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #86",
                                        ["unitId"] = 158,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166493.14285715,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 463602.28571429,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #87",
                                        ["unitId"] = 159,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166193.14285715,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 463195.14285715,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #88",
                                        ["unitId"] = 160,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166414.57142857,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 463780.85714286,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #89",
                                        ["unitId"] = 161,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166114.57142857,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 463473.71428572,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #90",
                                        ["unitId"] = 162,
                                        ["heading"] = 5.0265482457437,
                                        ["skill"] = "Average",
                                        ["x"] = -166286,
                                    }, -- end of [11]
                                }, -- end of ["units"]
                                ["y"] = 462730.85714286,
                                ["x"] = -166414.57142857,
                                ["name"] = "MORTAR",
                                ["start_time"] = 57600,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 463347.00446429,
                                                ["x"] = -166840.63169643,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 463344.14732143,
                                                ["x"] = -166820.63169643,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 24,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 57600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462498.43303572,
                                            ["x"] = -166672.06026786,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FireAtPoint",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 462124.43303571,
                                                                ["templateId"] = "",
                                                                ["x"] = -164498.91741071,
                                                                ["zoneRadius"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 0,
                                                                        ["value"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 35,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 462498.43303572,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #91",
                                        ["unitId"] = 163,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166672.06026786,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 462624.14732143,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #92",
                                        ["unitId"] = 185,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166632.06026786,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 462729.86160715,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #93",
                                        ["unitId"] = 186,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166432.06026786,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 462752.71875001,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #94",
                                        ["unitId"] = 187,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166669.203125,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 462915.57589286,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #95",
                                        ["unitId"] = 188,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166589.203125,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 463035.57589286,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #96",
                                        ["unitId"] = 189,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166506.34598214,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 463198.43303572,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #97",
                                        ["unitId"] = 190,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166420.63169643,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 463281.29017858,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #98",
                                        ["unitId"] = 191,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166360.63169643,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 463492.71875001,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #99",
                                        ["unitId"] = 192,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166289.203125,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 463598.43303572,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #100",
                                        ["unitId"] = 193,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166206.34598214,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 463769.86160715,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #101",
                                        ["unitId"] = 194,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166123.48883929,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 462744.14732143,
                                        ["type"] = "Soldier M249",
                                        ["name"] = "Unit #102",
                                        ["unitId"] = 195,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166426.34598214,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 462515.57589286,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #103",
                                        ["unitId"] = 196,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166689.203125,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 462638.43303572,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #104",
                                        ["unitId"] = 197,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166600.63169643,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 462755.57589286,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #105",
                                        ["unitId"] = 198,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166663.48883929,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 462909.86160715,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #106",
                                        ["unitId"] = 199,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166580.63169643,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 463047.00446429,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #107",
                                        ["unitId"] = 200,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166512.06026786,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 463207.00446429,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #108",
                                        ["unitId"] = 201,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166420.63169643,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        ["y"] = 463295.57589286,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #109",
                                        ["unitId"] = 202,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166366.34598214,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        ["y"] = 463495.57589286,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #110",
                                        ["unitId"] = 203,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166277.77455357,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        ["y"] = 463618.43303572,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #111",
                                        ["unitId"] = 204,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166206.34598214,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        ["y"] = 463781.29017858,
                                        ["type"] = "Soldier M4",
                                        ["name"] = "Unit #112",
                                        ["unitId"] = 205,
                                        ["heading"] = 6.1412882525718,
                                        ["skill"] = "Average",
                                        ["x"] = -166112.06026786,
                                    }, -- end of [22]
                                }, -- end of ["units"]
                                ["y"] = 462498.43303572,
                                ["x"] = -166672.06026786,
                                ["name"] = "MORTAR2",
                                ["start_time"] = 57600,
                                ["task"] = "Ground Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [121] = 
                                            {
                                                ["y"] = 469247.1875,
                                                ["x"] = -144518.203125,
                                            }, -- end of [121]
                                            [122] = 
                                            {
                                                ["y"] = 469232.4375,
                                                ["x"] = -144522.1875,
                                            }, -- end of [122]
                                            [31] = 
                                            {
                                                ["y"] = 472270.1875,
                                                ["x"] = -142502.15625,
                                            }, -- end of [31]
                                            [124] = 
                                            {
                                                ["y"] = 469204.5625,
                                                ["x"] = -144534.546875,
                                            }, -- end of [124]
                                            [2] = 
                                            {
                                                ["y"] = 473783,
                                                ["x"] = -141848.5,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 473728,
                                                ["x"] = -141903.6875,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 472249.5625,
                                                ["x"] = -142489.765625,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 472247.34375,
                                                ["x"] = -142488.328125,
                                            }, -- end of [33]
                                            [127] = 
                                            {
                                                ["y"] = 469168.84375,
                                                ["x"] = -144562.984375,
                                            }, -- end of [127]
                                            [34] = 
                                            {
                                                ["y"] = 472225.625,
                                                ["x"] = -142475.171875,
                                            }, -- end of [34]
                                            [123] = 
                                            {
                                                ["y"] = 469218.1875,
                                                ["x"] = -144527.65625,
                                            }, -- end of [123]
                                            [35] = 
                                            {
                                                ["y"] = 472203,
                                                ["x"] = -142463.625,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 473715.34375,
                                                ["x"] = -141907.875,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 472179.625,
                                                ["x"] = -142453.765625,
                                            }, -- end of [36]
                                            [119] = 
                                            {
                                                ["y"] = 469370.84375,
                                                ["x"] = -144503.53125,
                                            }, -- end of [119]
                                            [37] = 
                                            {
                                                ["y"] = 472155.5625,
                                                ["x"] = -142445.609375,
                                            }, -- end of [37]
                                            [125] = 
                                            {
                                                ["y"] = 469191.71875,
                                                ["x"] = -144542.796875,
                                            }, -- end of [125]
                                            [38] = 
                                            {
                                                ["y"] = 472131,
                                                ["x"] = -142439.234375,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 473777.1875,
                                                ["x"] = -141860.515625,
                                            }, -- end of [3]
                                            [39] = 
                                            {
                                                ["y"] = 472106.03125,
                                                ["x"] = -142434.640625,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 473542.125,
                                                ["x"] = -141952.78125,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 472080.78125,
                                                ["x"] = -142431.890625,
                                            }, -- end of [40]
                                            [63] = 
                                            {
                                                ["y"] = 471762.90625,
                                                ["x"] = -142733.5,
                                            }, -- end of [63]
                                            [41] = 
                                            {
                                                ["y"] = 472055.40625,
                                                ["x"] = -142430.953125,
                                            }, -- end of [41]
                                            [115] = 
                                            {
                                                ["y"] = 469536.0625,
                                                ["x"] = -144477.9375,
                                            }, -- end of [115]
                                            [42] = 
                                            {
                                                ["y"] = 472030.03125,
                                                ["x"] = -142431.875,
                                            }, -- end of [42]
                                            [67] = 
                                            {
                                                ["y"] = 471737.125,
                                                ["x"] = -142795.4375,
                                            }, -- end of [67]
                                            [43] = 
                                            {
                                                ["y"] = 472004.8125,
                                                ["x"] = -142434.640625,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 473506.375,
                                                ["x"] = -141962.828125,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 471979.84375,
                                                ["x"] = -142439.21875,
                                            }, -- end of [44]
                                            [71] = 
                                            {
                                                ["y"] = 471453.125,
                                                ["x"] = -143005.515625,
                                            }, -- end of [71]
                                            [45] = 
                                            {
                                                ["y"] = 471920.8125,
                                                ["x"] = -142452.265625,
                                            }, -- end of [45]
                                            [75] = 
                                            {
                                                ["y"] = 471352,
                                                ["x"] = -143090.921875,
                                            }, -- end of [75]
                                            [46] = 
                                            {
                                                ["y"] = 471814.625,
                                                ["x"] = -142475.734375,
                                            }, -- end of [46]
                                            [111] = 
                                            {
                                                ["y"] = 469751.9375,
                                                ["x"] = -144422.484375,
                                            }, -- end of [111]
                                            [47] = 
                                            {
                                                ["y"] = 471801.5625,
                                                ["x"] = -142479.578125,
                                            }, -- end of [47]
                                            [12] = 
                                            {
                                                ["y"] = 473471.09375,
                                                ["x"] = -141974.34375,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 471789.15625,
                                                ["x"] = -142485.140625,
                                            }, -- end of [48]
                                            [110] = 
                                            {
                                                ["y"] = 470072.1875,
                                                ["x"] = -144320.875,
                                            }, -- end of [110]
                                            [49] = 
                                            {
                                                ["y"] = 471777.59375,
                                                ["x"] = -142492.359375,
                                            }, -- end of [49]
                                            [78] = 
                                            {
                                                ["y"] = 471162.71875,
                                                ["x"] = -143297.1875,
                                            }, -- end of [78]
                                            [50] = 
                                            {
                                                ["y"] = 471767.125,
                                                ["x"] = -142501.078125,
                                            }, -- end of [50]
                                            [79] = 
                                            {
                                                ["y"] = 471142.8125,
                                                ["x"] = -143315.8125,
                                            }, -- end of [79]
                                            [51] = 
                                            {
                                                ["y"] = 471757.9375,
                                                ["x"] = -142511.140625,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 473436.3125,
                                                ["x"] = -141987.3125,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 471750.21875,
                                                ["x"] = -142522.34375,
                                            }, -- end of [52]
                                            [107] = 
                                            {
                                                ["y"] = 470199.9375,
                                                ["x"] = -144273.84375,
                                            }, -- end of [107]
                                            [53] = 
                                            {
                                                ["y"] = 471744.09375,
                                                ["x"] = -142534.515625,
                                            }, -- end of [53]
                                            [83] = 
                                            {
                                                ["y"] = 471021.90625,
                                                ["x"] = -143399.609375,
                                            }, -- end of [83]
                                            [54] = 
                                            {
                                                ["y"] = 471739.65625,
                                                ["x"] = -142547.390625,
                                            }, -- end of [54]
                                            [87] = 
                                            {
                                                ["y"] = 470929.96875,
                                                ["x"] = -143473.734375,
                                            }, -- end of [87]
                                            [55] = 
                                            {
                                                ["y"] = 471737.03125,
                                                ["x"] = -142560.75,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 473402.09375,
                                                ["x"] = -142001.71875,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 471736.21875,
                                                ["x"] = -142574.34375,
                                            }, -- end of [56]
                                            [91] = 
                                            {
                                                ["y"] = 470858.03125,
                                                ["x"] = -143567.359375,
                                            }, -- end of [91]
                                            [57] = 
                                            {
                                                ["y"] = 471737.3125,
                                                ["x"] = -142587.921875,
                                            }, -- end of [57]
                                            [103] = 
                                            {
                                                ["y"] = 470359.375,
                                                ["x"] = -144187.296875,
                                            }, -- end of [103]
                                            [58] = 
                                            {
                                                ["y"] = 471740.1875,
                                                ["x"] = -142601.234375,
                                            }, -- end of [58]
                                            [94] = 
                                            {
                                                ["y"] = 470652.28125,
                                                ["x"] = -143905.75,
                                            }, -- end of [94]
                                            [59] = 
                                            {
                                                ["y"] = 471759.09375,
                                                ["x"] = -142666.515625,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 473368.5,
                                                ["x"] = -142017.5,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 471762.875,
                                                ["x"] = -142683,
                                            }, -- end of [60]
                                            [95] = 
                                            {
                                                ["y"] = 470625.1875,
                                                ["x"] = -143942.171875,
                                            }, -- end of [95]
                                            [61] = 
                                            {
                                                ["y"] = 471764.78125,
                                                ["x"] = -142699.796875,
                                            }, -- end of [61]
                                            [99] = 
                                            {
                                                ["y"] = 470502.40625,
                                                ["x"] = -144075.734375,
                                            }, -- end of [99]
                                            [62] = 
                                            {
                                                ["y"] = 471764.8125,
                                                ["x"] = -142716.703125,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 473855.09375,
                                                ["x"] = -141670.015625,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 473769.84375,
                                                ["x"] = -141871.625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 473335.5625,
                                                ["x"] = -142034.671875,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 471759.125,
                                                ["x"] = -142749.96875,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 471753.53125,
                                                ["x"] = -142765.921875,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 471746.15625,
                                                ["x"] = -142781.140625,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 473303.40625,
                                                ["x"] = -142053.1875,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 471726.5625,
                                                ["x"] = -142808.625,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 471714.5625,
                                                ["x"] = -142820.53125,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 471701.3125,
                                                ["x"] = -142831.015625,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 472568.96875,
                                                ["x"] = -142495.875,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 471426.46875,
                                                ["x"] = -143025.1875,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 471400.6875,
                                                ["x"] = -143046,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 471375.84375,
                                                ["x"] = -143067.921875,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 472547.875,
                                                ["x"] = -142507.46875,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 471329.1875,
                                                ["x"] = -143114.953125,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 471181.625,
                                                ["x"] = -143277.515625,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 473761.09375,
                                                ["x"] = -141881.671875,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 472525.9375,
                                                ["x"] = -142517.3125,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 471121.90625,
                                                ["x"] = -143333.3125,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 471100.0625,
                                                ["x"] = -143349.65625,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 471077.375,
                                                ["x"] = -143364.796875,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 472503.28125,
                                                ["x"] = -142525.375,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 470997.3125,
                                                ["x"] = -143416.0625,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 470973.75,
                                                ["x"] = -143433.953125,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 470951.28125,
                                                ["x"] = -143453.1875,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 472480.03125,
                                                ["x"] = -142531.609375,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 470909.9375,
                                                ["x"] = -143495.5,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                ["y"] = 470891.21875,
                                                ["x"] = -143518.40625,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                ["y"] = 470873.90625,
                                                ["x"] = -143542.390625,
                                            }, -- end of [90]
                                            [23] = 
                                            {
                                                ["y"] = 472456.375,
                                                ["x"] = -142535.9375,
                                            }, -- end of [23]
                                            [92] = 
                                            {
                                                ["y"] = 470701.90625,
                                                ["x"] = -143829.71875,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                ["y"] = 470677.875,
                                                ["x"] = -143868.25,
                                            }, -- end of [93]
                                            [6] = 
                                            {
                                                ["y"] = 473751.09375,
                                                ["x"] = -141890.46875,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 472432.4375,
                                                ["x"] = -142538.375,
                                            }, -- end of [24]
                                            [96] = 
                                            {
                                                ["y"] = 470596.59375,
                                                ["x"] = -143977.421875,
                                            }, -- end of [96]
                                            [97] = 
                                            {
                                                ["y"] = 470566.5625,
                                                ["x"] = -144011.484375,
                                            }, -- end of [97]
                                            [98] = 
                                            {
                                                ["y"] = 470535.15625,
                                                ["x"] = -144044.265625,
                                            }, -- end of [98]
                                            [25] = 
                                            {
                                                ["y"] = 472408.375,
                                                ["x"] = -142538.875,
                                            }, -- end of [25]
                                            [100] = 
                                            {
                                                ["y"] = 470468.40625,
                                                ["x"] = -144105.8125,
                                            }, -- end of [100]
                                            [101] = 
                                            {
                                                ["y"] = 470433.1875,
                                                ["x"] = -144134.46875,
                                            }, -- end of [101]
                                            [102] = 
                                            {
                                                ["y"] = 470396.8125,
                                                ["x"] = -144161.640625,
                                            }, -- end of [102]
                                            [26] = 
                                            {
                                                ["y"] = 472384.375,
                                                ["x"] = -142537.453125,
                                            }, -- end of [26]
                                            [104] = 
                                            {
                                                ["y"] = 470320.875,
                                                ["x"] = -144211.390625,
                                            }, -- end of [104]
                                            [105] = 
                                            {
                                                ["y"] = 470281.4375,
                                                ["x"] = -144233.859375,
                                            }, -- end of [105]
                                            [106] = 
                                            {
                                                ["y"] = 470241.09375,
                                                ["x"] = -144254.6875,
                                            }, -- end of [106]
                                            [27] = 
                                            {
                                                ["y"] = 472360.5625,
                                                ["x"] = -142534.109375,
                                            }, -- end of [27]
                                            [108] = 
                                            {
                                                ["y"] = 470158,
                                                ["x"] = -144291.28125,
                                            }, -- end of [108]
                                            [109] = 
                                            {
                                                ["y"] = 470115.40625,
                                                ["x"] = -144306.96875,
                                            }, -- end of [109]
                                            [7] = 
                                            {
                                                ["y"] = 473739.96875,
                                                ["x"] = -141897.84375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 472337.0625,
                                                ["x"] = -142528.875,
                                            }, -- end of [28]
                                            [112] = 
                                            {
                                                ["y"] = 469698.5625,
                                                ["x"] = -144438.609375,
                                            }, -- end of [112]
                                            [113] = 
                                            {
                                                ["y"] = 469644.78125,
                                                ["x"] = -144453.21875,
                                            }, -- end of [113]
                                            [114] = 
                                            {
                                                ["y"] = 469590.59375,
                                                ["x"] = -144466.34375,
                                            }, -- end of [114]
                                            [29] = 
                                            {
                                                ["y"] = 472314.09375,
                                                ["x"] = -142521.765625,
                                            }, -- end of [29]
                                            [116] = 
                                            {
                                                ["y"] = 469481.25,
                                                ["x"] = -144488,
                                            }, -- end of [116]
                                            [117] = 
                                            {
                                                ["y"] = 469426.15625,
                                                ["x"] = -144496.53125,
                                            }, -- end of [117]
                                            [118] = 
                                            {
                                                ["y"] = 469370.84375,
                                                ["x"] = -144503.53125,
                                            }, -- end of [118]
                                            [30] = 
                                            {
                                                ["y"] = 472291.75,
                                                ["x"] = -142512.84375,
                                            }, -- end of [30]
                                            [120] = 
                                            {
                                                ["y"] = 469262.25,
                                                ["x"] = -144515.734375,
                                            }, -- end of [120]
                                            [126] = 
                                            {
                                                ["y"] = 469179.75,
                                                ["x"] = -144552.3125,
                                            }, -- end of [126]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 469410.14732143,
                                                ["x"] = -144492.06026786,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 481067.29017857,
                                                ["x"] = -136206.34598215,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 280,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 473855.09700719,
                                            ["x"] = -141670.00913468,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10.277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 207,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 993.97318477186,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 469168.8368454,
                                            ["x"] = -144562.98653412,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10.277777777778,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_EngageGroup",
                                                            ["number"] = 1,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["visible"] = false,
                                                                ["designation"] = "Auto",
                                                                ["priority"] = 0,
                                                                ["weaponType"] = 0,
                                                                ["datalink"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 473855.09700719,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "ECLAIR1",
                                        ["unitId"] = 67,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141670.00913468,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 473866.33611868,
                                        ["type"] = "M1126 Stryker ICV",
                                        ["name"] = "Unit #41",
                                        ["unitId"] = 68,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141642.18441885,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 473878.11460876,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #42",
                                        ["unitId"] = 69,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141614.64950562,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 473893.13452148,
                                        ["type"] = "M1128 Stryker MGS",
                                        ["name"] = "Unit #43",
                                        ["unitId"] = 70,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141589.31317139,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 473911.64848328,
                                        ["type"] = "M1045 HMMWV TOW",
                                        ["name"] = "Unit #44",
                                        ["unitId"] = 71,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141566.52606201,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 473933.28430939,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #115",
                                        ["unitId"] = 210,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141546.70703125,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 473957.6007843,
                                        ["type"] = "M1126 Stryker ICV",
                                        ["name"] = "Unit #116",
                                        ["unitId"] = 211,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141530.25926208,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 473984.0489502,
                                        ["type"] = "M1045 HMMWV TOW",
                                        ["name"] = "Unit #117",
                                        ["unitId"] = 212,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141517.5541687,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 474012.08673859,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #118",
                                        ["unitId"] = 213,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141508.85221863,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 474041.10462189,
                                        ["type"] = "M48 Chaparral",
                                        ["name"] = "Unit #119",
                                        ["unitId"] = 214,
                                        ["heading"] = -2.1238624142495,
                                        ["skill"] = "Average",
                                        ["x"] = -141504.34806824,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 473855.09700719,
                                ["x"] = -141670.00913468,
                                ["name"] = "ECLAIR",
                                ["start_time"] = 0,
                            }, -- end of [11]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "USA",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 17,
                    ["name"] = "Insurgents",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Osetia",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [14]
                [15] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [15]
                [16] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [16]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [1]
                [2] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 18,
                                            ["y"] = 460822.71875,
                                            ["x"] = -164989.203125,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "demo paint scheme # 22  `black shark`",
                                        ["onboard_num"] = "01",
                                        ["parking"] = 27,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 0,
                                        ["callsign"] = 1,
                                        ["psi"] = -1.6071205538776,
                                        ["y"] = 460822.71875,
                                        ["x"] = -164989.203125,
                                        ["name"] = "HELISO1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 10,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460822.71875,
                                ["x"] = -164989.203125,
                                ["name"] = "HELISO1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 18,
                                            ["y"] = 460840.40625,
                                            ["x"] = -164979.890625,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "demo paint scheme # 22  `black shark`",
                                        ["onboard_num"] = "02",
                                        ["parking"] = 28,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 0,
                                        ["callsign"] = 2,
                                        ["psi"] = -1.9827030704756,
                                        ["y"] = 460840.40625,
                                        ["x"] = -164979.890625,
                                        ["name"] = "HELISO2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 11,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460840.40625,
                                ["x"] = -164979.890625,
                                ["name"] = "HELISO2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 18,
                                            ["y"] = 460858.0625,
                                            ["x"] = -164970.5625,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "demo paint scheme # 22  `black shark`",
                                        ["onboard_num"] = "03",
                                        ["parking"] = 26,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 0,
                                        ["callsign"] = 3,
                                        ["psi"] = 0,
                                        ["y"] = 460858.0625,
                                        ["x"] = -164970.5625,
                                        ["name"] = "HELISO3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 12,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460858.0625,
                                ["x"] = -164970.5625,
                                ["name"] = "HELISO3",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 18,
                                            ["y"] = 460877.4375,
                                            ["x"] = -164959.78125,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "demo paint scheme # 22  `black shark`",
                                        ["onboard_num"] = "04",
                                        ["parking"] = 42,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 0,
                                        ["callsign"] = 4,
                                        ["psi"] = 0,
                                        ["y"] = 460877.4375,
                                        ["x"] = -164959.78125,
                                        ["name"] = "HELISO4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 13,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460877.4375,
                                ["x"] = -164959.78125,
                                ["name"] = "HELISO4",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 18,
                                            ["y"] = 460895.15625,
                                            ["x"] = -164950.453125,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 36,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "demo paint scheme # 22  `black shark`",
                                        ["onboard_num"] = "05",
                                        ["parking"] = 43,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 0,
                                        ["callsign"] = 5,
                                        ["psi"] = 0,
                                        ["y"] = 460895.15625,
                                        ["x"] = -164950.453125,
                                        ["name"] = "HELISO5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 206,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460895.15625,
                                ["x"] = -164950.453125,
                                ["name"] = "HELISO5",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 18,
                                            ["y"] = 460912.75,
                                            ["x"] = -164941.125,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 37,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "demo paint scheme # 22  `black shark`",
                                        ["onboard_num"] = "06",
                                        ["parking"] = 44,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 0,
                                        ["callsign"] = 6,
                                        ["psi"] = 0,
                                        ["y"] = 460912.75,
                                        ["x"] = -164941.125,
                                        ["name"] = "HELISO6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 207,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460912.75,
                                ["x"] = -164941.125,
                                ["name"] = "HELISO6",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [6]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462542.85714286,
                                                ["x"] = -164171.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462541.42857143,
                                                ["x"] = -164171.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 463048.43303571,
                                            ["x"] = -164150.63169643,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 463048.43303571,
                                        ["type"] = "2B11 mortar",
                                        ["name"] = "Unit #2",
                                        ["unitId"] = 4,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -164150.63169643,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 462132.71875,
                                        ["type"] = "ZU-23 Emplacement",
                                        ["name"] = "Unit #3",
                                        ["unitId"] = 5,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -164452.06026785,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 461587.00446429,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unit #4",
                                        ["unitId"] = 6,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -164753.48883928,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 461217.29017857,
                                        ["type"] = "SAU Akatsia",
                                        ["name"] = "Unit #5",
                                        ["unitId"] = 7,
                                        ["heading"] = 4.7123889803847,
                                        ["skill"] = "Average",
                                        ["x"] = -164957.48883928,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 463048.43303571,
                                ["x"] = -164150.63169643,
                                ["name"] = "DEFAIRPORT",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 464185.90625,
                                                ["x"] = -152076.796875,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 464201.5625,
                                                ["x"] = -152046.75,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 464223.59375,
                                                ["x"] = -152020.96875,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 464250.8125,
                                                ["x"] = -152000.796875,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 464281.875,
                                                ["x"] = -151987.265625,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 464315.21875,
                                                ["x"] = -151981.03125,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 464349.0625,
                                                ["x"] = -151982.453125,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 465201.84375,
                                                ["x"] = -152114.6875,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 465228.625,
                                                ["x"] = -152111.59375,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 465253.625,
                                                ["x"] = -152101.4375,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 465274.96875,
                                                ["x"] = -152084.984375,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 465291.15625,
                                                ["x"] = -152063.421875,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 465301,
                                                ["x"] = -152038.3125,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 465303.78125,
                                                ["x"] = -152011.484375,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 465299.28125,
                                                ["x"] = -151984.890625,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 465287.8125,
                                                ["x"] = -151960.484375,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 465101.6875,
                                                ["x"] = -151665.46875,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 465073.40625,
                                                ["x"] = -151567.21875,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 465074.75,
                                                ["x"] = -151464.96875,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 465088.78125,
                                                ["x"] = -151323.96875,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 465062.125,
                                                ["x"] = -151262.078125,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 464911.65625,
                                                ["x"] = -151092.40625,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 464901.375,
                                                ["x"] = -151038.1875,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 464921.40625,
                                                ["x"] = -150986.765625,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 464965.6875,
                                                ["x"] = -150953.8125,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 465245.90625,
                                                ["x"] = -150842.09375,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 465230.4375,
                                                ["x"] = -150729.875,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 465322.3125,
                                                ["x"] = -150358.796875,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 465320.71875,
                                                ["x"] = -150286.71875,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 465226.15625,
                                                ["x"] = -150086.96875,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 465215.34375,
                                                ["x"] = -150033.96875,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 465233.6875,
                                                ["x"] = -149983.09375,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 465407,
                                                ["x"] = -149776.296875,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 465451.3125,
                                                ["x"] = -149562.546875,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 465266.625,
                                                ["x"] = -149078.125,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 465301.5625,
                                                ["x"] = -148950.609375,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 465482.125,
                                                ["x"] = -148885.78125,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 465580.46875,
                                                ["x"] = -148797.078125,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 465570.21875,
                                                ["x"] = -148665.03125,
                                            }, -- end of [180]
                                            [188] = 
                                            {
                                                ["y"] = 465408.03125,
                                                ["x"] = -148568.703125,
                                            }, -- end of [188]
                                            [196] = 
                                            {
                                                ["y"] = 465354.90625,
                                                ["x"] = -148478.390625,
                                            }, -- end of [196]
                                            [204] = 
                                            {
                                                ["y"] = 465372.125,
                                                ["x"] = -148186.953125,
                                            }, -- end of [204]
                                            [212] = 
                                            {
                                                ["y"] = 465370.5,
                                                ["x"] = -148087.265625,
                                            }, -- end of [212]
                                            [1] = 
                                            {
                                                ["y"] = 463776.65625,
                                                ["x"] = -153155.0625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 463876.6875,
                                                ["x"] = -152808.140625,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 465418.90625,
                                                ["x"] = -149751.359375,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 465448.375,
                                                ["x"] = -149535.078125,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 465264.375,
                                                ["x"] = -149061.171875,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 465313.59375,
                                                ["x"] = -148938.46875,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 465498.3125,
                                                ["x"] = -148880.171875,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 465585.90625,
                                                ["x"] = -148780.828125,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 465560.65625,
                                                ["x"] = -148650.8125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 463885.4375,
                                                ["x"] = -152781.046875,
                                            }, -- end of [3]
                                            [197] = 
                                            {
                                                ["y"] = 465356.125,
                                                ["x"] = -148464.671875,
                                            }, -- end of [197]
                                            [205] = 
                                            {
                                                ["y"] = 465365.71875,
                                                ["x"] = -148164.4375,
                                            }, -- end of [205]
                                            [213] = 
                                            {
                                                ["y"] = 465377.78125,
                                                ["x"] = -148081.484375,
                                            }, -- end of [213]
                                            [4] = 
                                            {
                                                ["y"] = 463895.875,
                                                ["x"] = -152754.5625,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 465091.9375,
                                                ["x"] = -151641.75,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 465070.90625,
                                                ["x"] = -151541.6875,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 465089.3125,
                                                ["x"] = -151374.703125,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 463907.96875,
                                                ["x"] = -152728.796875,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 465051.3125,
                                                ["x"] = -151248.984375,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 464906.28125,
                                                ["x"] = -151079.53125,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 464903.625,
                                                ["x"] = -151024.40625,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 463921.6875,
                                                ["x"] = -152703.84375,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 465235.875,
                                                ["x"] = -150851.859375,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 465247.09375,
                                                ["x"] = -150837.453125,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 465230.75,
                                                ["x"] = -150722.921875,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 463936.9375,
                                                ["x"] = -152679.8125,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 465316.25,
                                                ["x"] = -150269.171875,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 465220.75,
                                                ["x"] = -150074.40625,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 465217.25,
                                                ["x"] = -150020.421875,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 463953.65625,
                                                ["x"] = -152656.796875,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 465429.09375,
                                                ["x"] = -149725.671875,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 463971.84375,
                                                ["x"] = -152634.875,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 465264.0625,
                                                ["x"] = -149044.0625,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 463991.34375,
                                                ["x"] = -152614.15625,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 465513.78125,
                                                ["x"] = -148872.75,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 464012.125,
                                                ["x"] = -152594.703125,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 465549.53125,
                                                ["x"] = -148637.78125,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 464034.09375,
                                                ["x"] = -152576.609375,
                                            }, -- end of [12]
                                            [198] = 
                                            {
                                                ["y"] = 465378.125,
                                                ["x"] = -148326.328125,
                                            }, -- end of [198]
                                            [13] = 
                                            {
                                                ["y"] = 464226.28125,
                                                ["x"] = -152428.25,
                                            }, -- end of [13]
                                            [214] = 
                                            {
                                                ["y"] = 465386,
                                                ["x"] = -148077.15625,
                                            }, -- end of [214]
                                            [14] = 
                                            {
                                                ["y"] = 464236.15625,
                                                ["x"] = -152419.53125,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 464244.8125,
                                                ["x"] = -152409.5625,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 464252.09375,
                                                ["x"] = -152398.5625,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 464257.84375,
                                                ["x"] = -152386.6875,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 464262,
                                                ["x"] = -152374.171875,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 464264.4375,
                                                ["x"] = -152361.203125,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 464265.1875,
                                                ["x"] = -152348.03125,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 464264.1875,
                                                ["x"] = -152334.875,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 464261.4375,
                                                ["x"] = -152321.984375,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 464257.03125,
                                                ["x"] = -152309.546875,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 464251.03125,
                                                ["x"] = -152297.796875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 464197.125,
                                                ["x"] = -152207.578125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 464189.25,
                                                ["x"] = -152192.53125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 464183.15625,
                                                ["x"] = -152176.703125,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 464178.84375,
                                                ["x"] = -152160.28125,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 464176.46875,
                                                ["x"] = -152143.484375,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 464175.96875,
                                                ["x"] = -152126.515625,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 464177.375,
                                                ["x"] = -152109.59375,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 464180.71875,
                                                ["x"] = -152092.953125,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 464192.875,
                                                ["x"] = -152061.328125,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 464211.84375,
                                                ["x"] = -152033.234375,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 464236.625,
                                                ["x"] = -152010.109375,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 464265.96875,
                                                ["x"] = -151993.15625,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 464298.375,
                                                ["x"] = -151983.203125,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 464332.1875,
                                                ["x"] = -151980.78125,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 465188.375,
                                                ["x"] = -152113.515625,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 465215.34375,
                                                ["x"] = -152114.046875,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 465241.46875,
                                                ["x"] = -152107.359375,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 465264.84375,
                                                ["x"] = -152093.9375,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 465283.8125,
                                                ["x"] = -152074.75,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 465296.9375,
                                                ["x"] = -152051.203125,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 465303.28125,
                                                ["x"] = -152024.984375,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 465302.40625,
                                                ["x"] = -151998.03125,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 465294.375,
                                                ["x"] = -151972.296875,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 465126.3125,
                                                ["x"] = -151710.4375,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 465083.9375,
                                                ["x"] = -151617.375,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 465070.3125,
                                                ["x"] = -151516.046875,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 465091.0625,
                                                ["x"] = -151357.8125,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 465078.96875,
                                                ["x"] = -151291.515625,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 464927.5625,
                                                ["x"] = -151115.296875,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 464902.71875,
                                                ["x"] = -151066.015625,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 464907.78125,
                                                ["x"] = -151011.0625,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 464941.25,
                                                ["x"] = -150967.171875,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 465240.0625,
                                                ["x"] = -150849.578125,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 465246.96875,
                                                ["x"] = -150832.65625,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 465232.03125,
                                                ["x"] = -150716.09375,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 465324.78125,
                                                ["x"] = -150322.6875,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 465310.21875,
                                                ["x"] = -150252.078125,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 465217.09375,
                                                ["x"] = -150061.21875,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 465221,
                                                ["x"] = -150007.265625,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 465343.03125,
                                                ["x"] = -149866.03125,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 465444,
                                                ["x"] = -149672.5,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 465428.3125,
                                                ["x"] = -149454.78125,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 465269.28125,
                                                ["x"] = -149010.3125,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 465356.8125,
                                                ["x"] = -148911.234375,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 465541.625,
                                                ["x"] = -148852.875,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 465590.71875,
                                                ["x"] = -148729.859375,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 465523.21875,
                                                ["x"] = -148615.90625,
                                            }, -- end of [184]
                                            [192] = 
                                            {
                                                ["y"] = 465368.6875,
                                                ["x"] = -148531.0625,
                                            }, -- end of [192]
                                            [200] = 
                                            {
                                                ["y"] = 465382.375,
                                                ["x"] = -148279.75,
                                            }, -- end of [200]
                                            [208] = 
                                            {
                                                ["y"] = 465355.15625,
                                                ["x"] = -148120.25,
                                            }, -- end of [208]
                                            [216] = 
                                            {
                                                ["y"] = 465404.125,
                                                ["x"] = -148073.375,
                                            }, -- end of [216]
                                            [79] = 
                                            {
                                                ["y"] = 465084.8125,
                                                ["x"] = -151307.46875,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 464930.65625,
                                                ["x"] = -150976.28125,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 465324.375,
                                                ["x"] = -150340.796875,
                                            }, -- end of [111]
                                            [127] = 
                                            {
                                                ["y"] = 465242.375,
                                                ["x"] = -149972.53125,
                                            }, -- end of [127]
                                            [131] = 
                                            {
                                                ["y"] = 465393.375,
                                                ["x"] = -149800.328125,
                                            }, -- end of [131]
                                            [135] = 
                                            {
                                                ["y"] = 465437.46875,
                                                ["x"] = -149699.34375,
                                            }, -- end of [135]
                                            [139] = 
                                            {
                                                ["y"] = 465452.34375,
                                                ["x"] = -149590.15625,
                                            }, -- end of [139]
                                            [142] = 
                                            {
                                                ["y"] = 465443.53125,
                                                ["x"] = -149507.859375,
                                            }, -- end of [142]
                                            [129] = 
                                            {
                                                ["y"] = 465361.3125,
                                                ["x"] = -149845.3125,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 465448.6875,
                                                ["x"] = -149645.265625,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 465417.96875,
                                                ["x"] = -149429.140625,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 465274.71875,
                                                ["x"] = -148994.09375,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 465373,
                                                ["x"] = -148905.640625,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 465553.6875,
                                                ["x"] = -148840.6875,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 465588.40625,
                                                ["x"] = -148712.890625,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 465508.375,
                                                ["x"] = -148607.375,
                                            }, -- end of [185]
                                            [193] = 
                                            {
                                                ["y"] = 465362.5625,
                                                ["x"] = -148518.734375,
                                            }, -- end of [193]
                                            [201] = 
                                            {
                                                ["y"] = 465382.15625,
                                                ["x"] = -148256.34375,
                                            }, -- end of [201]
                                            [209] = 
                                            {
                                                ["y"] = 465356.59375,
                                                ["x"] = -148111.078125,
                                            }, -- end of [209]
                                            [217] = 
                                            {
                                                ["y"] = 465413.40625,
                                                ["x"] = -148074.0625,
                                            }, -- end of [217]
                                            [143] = 
                                            {
                                                ["y"] = 465436.84375,
                                                ["x"] = -149481.0625,
                                            }, -- end of [143]
                                            [147] = 
                                            {
                                                ["y"] = 465270.78125,
                                                ["x"] = -149094.71875,
                                            }, -- end of [147]
                                            [151] = 
                                            {
                                                ["y"] = 465265.71875,
                                                ["x"] = -149027.046875,
                                            }, -- end of [151]
                                            [155] = 
                                            {
                                                ["y"] = 465290.96875,
                                                ["x"] = -148964.0625,
                                            }, -- end of [155]
                                            [65] = 
                                            {
                                                ["y"] = 465113.1875,
                                                ["x"] = -151688.40625,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 465077.75,
                                                ["x"] = -151592.484375,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 465071.59375,
                                                ["x"] = -151490.421875,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 465090.875,
                                                ["x"] = -151340.828125,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 465071.375,
                                                ["x"] = -151276.3125,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 464918.8125,
                                                ["x"] = -151104.40625,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 464901.0625,
                                                ["x"] = -151052.15625,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 464913.75,
                                                ["x"] = -150998.4375,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 464953,
                                                ["x"] = -150959.640625,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 465243.5,
                                                ["x"] = -150846.234375,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 465231.09375,
                                                ["x"] = -150736.796875,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 465318.65625,
                                                ["x"] = -150376.53125,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 465323.5625,
                                                ["x"] = -150304.609375,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 465302.6875,
                                                ["x"] = -150235.609375,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 465215.28125,
                                                ["x"] = -150047.65625,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 465226.5,
                                                ["x"] = -149994.75,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 465378.125,
                                                ["x"] = -149823.375,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 465451.46875,
                                                ["x"] = -149617.78125,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 465276.8125,
                                                ["x"] = -149110.71875,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 465282,
                                                ["x"] = -148978.609375,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 465389.6875,
                                                ["x"] = -148901.90625,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 465564.25,
                                                ["x"] = -148827.203125,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 465584.1875,
                                                ["x"] = -148696.28125,
                                            }, -- end of [178]
                                            [186] = 
                                            {
                                                ["y"] = 465492.625,
                                                ["x"] = -148600.578125,
                                            }, -- end of [186]
                                            [194] = 
                                            {
                                                ["y"] = 465358.15625,
                                                ["x"] = -148505.6875,
                                            }, -- end of [194]
                                            [202] = 
                                            {
                                                ["y"] = 465380.34375,
                                                ["x"] = -148233.015625,
                                            }, -- end of [202]
                                            [210] = 
                                            {
                                                ["y"] = 465359.71875,
                                                ["x"] = -148102.3125,
                                            }, -- end of [210]
                                            [218] = 
                                            {
                                                ["y"] = 465600.09375,
                                                ["x"] = -148105.734375,
                                            }, -- end of [218]
                                            [158] = 
                                            {
                                                ["y"] = 465326.9375,
                                                ["x"] = -148927.765625,
                                            }, -- end of [158]
                                            [159] = 
                                            {
                                                ["y"] = 465341.40625,
                                                ["x"] = -148918.640625,
                                            }, -- end of [159]
                                            [163] = 
                                            {
                                                ["y"] = 465465.40625,
                                                ["x"] = -148889.515625,
                                            }, -- end of [163]
                                            [167] = 
                                            {
                                                ["y"] = 465528.28125,
                                                ["x"] = -148863.609375,
                                            }, -- end of [167]
                                            [171] = 
                                            {
                                                ["y"] = 465573.21875,
                                                ["x"] = -148812.609375,
                                            }, -- end of [171]
                                            [174] = 
                                            {
                                                ["y"] = 465589.46875,
                                                ["x"] = -148764.0625,
                                            }, -- end of [174]
                                            [175] = 
                                            {
                                                ["y"] = 465591.0625,
                                                ["x"] = -148747,
                                            }, -- end of [175]
                                            [179] = 
                                            {
                                                ["y"] = 465578.09375,
                                                ["x"] = -148680.25,
                                            }, -- end of [179]
                                            [191] = 
                                            {
                                                ["y"] = 465376.46875,
                                                ["x"] = -148542.421875,
                                            }, -- end of [191]
                                            [190] = 
                                            {
                                                ["y"] = 465385.75,
                                                ["x"] = -148552.609375,
                                            }, -- end of [190]
                                            [195] = 
                                            {
                                                ["y"] = 465355.59375,
                                                ["x"] = -148492.15625,
                                            }, -- end of [195]
                                            [199] = 
                                            {
                                                ["y"] = 465381.03125,
                                                ["x"] = -148303.109375,
                                            }, -- end of [199]
                                            [206] = 
                                            {
                                                ["y"] = 465357.4375,
                                                ["x"] = -148138.625,
                                            }, -- end of [206]
                                            [207] = 
                                            {
                                                ["y"] = 465355.4375,
                                                ["x"] = -148129.546875,
                                            }, -- end of [207]
                                            [203] = 
                                            {
                                                ["y"] = 465377,
                                                ["x"] = -148209.84375,
                                            }, -- end of [203]
                                            [187] = 
                                            {
                                                ["y"] = 465420.59375,
                                                ["x"] = -148574.296875,
                                            }, -- end of [187]
                                            [211] = 
                                            {
                                                ["y"] = 465364.40625,
                                                ["x"] = -148094.28125,
                                            }, -- end of [211]
                                            [215] = 
                                            {
                                                ["y"] = 465394.875,
                                                ["x"] = -148074.421875,
                                            }, -- end of [215]
                                            [189] = 
                                            {
                                                ["y"] = 465396.34375,
                                                ["x"] = -148561.421875,
                                            }, -- end of [189]
                                            [183] = 
                                            {
                                                ["y"] = 465537,
                                                ["x"] = -148626.09375,
                                            }, -- end of [183]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 466116.59375,
                                                ["x"] = -147382.90625,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 465806.0625,
                                                ["x"] = -148140.671875,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 465920.21875,
                                                ["x"] = -148126.46875,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 466127.25,
                                                ["x"] = -147367.21875,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 466139.34375,
                                                ["x"] = -147352.609375,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 466152.78125,
                                                ["x"] = -147339.21875,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 466167.40625,
                                                ["x"] = -147327.15625,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 465937.59375,
                                                ["x"] = -148117.765625,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 466183.125,
                                                ["x"] = -147316.546875,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 466199.78125,
                                                ["x"] = -147307.46875,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 466217.21875,
                                                ["x"] = -147300,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 466235.28125,
                                                ["x"] = -147294.21875,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 465954.0625,
                                                ["x"] = -148107.421875,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 466253.8125,
                                                ["x"] = -147290.171875,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 466272.65625,
                                                ["x"] = -147287.90625,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 466333.78125,
                                                ["x"] = -147283.453125,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 466363.9375,
                                                ["x"] = -147280.484375,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 465969.4375,
                                                ["x"] = -148095.53125,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 466393.90625,
                                                ["x"] = -147276,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 466423.59375,
                                                ["x"] = -147270.015625,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 466429.25,
                                                ["x"] = -147268.71875,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 465825.375,
                                                ["x"] = -148142.984375,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 465983.59375,
                                                ["x"] = -148082.1875,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 466499.25,
                                                ["x"] = -147249.09375,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 466533.4375,
                                                ["x"] = -147236.75,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 466567,
                                                ["x"] = -147222.78125,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 466599.84375,
                                                ["x"] = -147207.1875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 465996.375,
                                                ["x"] = -148067.546875,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 466631.90625,
                                                ["x"] = -147190.03125,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 466663.09375,
                                                ["x"] = -147171.34375,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 466693.34375,
                                                ["x"] = -147151.15625,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 466722.5625,
                                                ["x"] = -147129.53125,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 466007.6875,
                                                ["x"] = -148051.734375,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 466750.71875,
                                                ["x"] = -147106.515625,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 467782.125,
                                                ["x"] = -146220.6875,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 467801.125,
                                                ["x"] = -146203.515625,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 467819.21875,
                                                ["x"] = -146185.375,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 466017.40625,
                                                ["x"] = -148034.890625,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 467836.375,
                                                ["x"] = -146166.34375,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 467843.96875,
                                                ["x"] = -146158.34375,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 467852.375,
                                                ["x"] = -146151.234375,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 465600.09375,
                                                ["x"] = -148105.734375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 465844.8125,
                                                ["x"] = -148143.40625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 466025.4375,
                                                ["x"] = -148017.1875,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 467973.75,
                                                ["x"] = -146078.46875,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 467986.15625,
                                                ["x"] = -146070.46875,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 467997.9375,
                                                ["x"] = -146061.578125,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 466031.71875,
                                                ["x"] = -147998.796875,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 468216.9375,
                                                ["x"] = -145854.96875,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 468229.125,
                                                ["x"] = -145844.296875,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 468242.15625,
                                                ["x"] = -145834.671875,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 466036.15625,
                                                ["x"] = -147979.875,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 468407.875,
                                                ["x"] = -145721.46875,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 468448.1875,
                                                ["x"] = -145691.84375,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 468487.75,
                                                ["x"] = -145661.203125,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 466038.78125,
                                                ["x"] = -147960.609375,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 468966.0625,
                                                ["x"] = -145262.015625,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 468984.25,
                                                ["x"] = -145245.671875,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 465864.1875,
                                                ["x"] = -148141.953125,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 466039.5,
                                                ["x"] = -147941.1875,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 469031.4375,
                                                ["x"] = -145189.609375,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 469044.4375,
                                                ["x"] = -145168.875,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 469055.9375,
                                                ["x"] = -145147.296875,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 466038.40625,
                                                ["x"] = -147851.515625,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 469074.28125,
                                                ["x"] = -145101.96875,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 469081.0625,
                                                ["x"] = -145078.46875,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 469086.15625,
                                                ["x"] = -145054.53125,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 466038.625,
                                                ["x"] = -147815.109375,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 469121.71875,
                                                ["x"] = -144726.296875,
                                            }, -- end of [88]
                                            [23] = 
                                            {
                                                ["y"] = 466040.1875,
                                                ["x"] = -147778.75,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 465883.34375,
                                                ["x"] = -148138.625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 466043.0625,
                                                ["x"] = -147742.453125,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 466047.28125,
                                                ["x"] = -147706.296875,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 466052.8125,
                                                ["x"] = -147670.328125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 466090.03125,
                                                ["x"] = -147453.515625,
                                            }, -- end of [27]
                                            [47] = 
                                            {
                                                ["y"] = 466464.46875,
                                                ["x"] = -147259.75,
                                            }, -- end of [47]
                                            [7] = 
                                            {
                                                ["y"] = 465902.0625,
                                                ["x"] = -148133.4375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 466094.125,
                                                ["x"] = -147435,
                                            }, -- end of [28]
                                            [63] = 
                                            {
                                                ["y"] = 467861.53125,
                                                ["x"] = -146145.0625,
                                            }, -- end of [63]
                                            [79] = 
                                            {
                                                ["y"] = 469017.03125,
                                                ["x"] = -145209.390625,
                                            }, -- end of [79]
                                            [67] = 
                                            {
                                                ["y"] = 468009.03125,
                                                ["x"] = -146051.828125,
                                            }, -- end of [67]
                                            [29] = 
                                            {
                                                ["y"] = 466099.9375,
                                                ["x"] = -147416.953125,
                                            }, -- end of [29]
                                            [71] = 
                                            {
                                                ["y"] = 468366.8125,
                                                ["x"] = -145750.0625,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 468526.53125,
                                                ["x"] = -145629.578125,
                                            }, -- end of [75]
                                            [78] = 
                                            {
                                                ["y"] = 469001.28125,
                                                ["x"] = -145228.109375,
                                            }, -- end of [78]
                                            [30] = 
                                            {
                                                ["y"] = 466107.46875,
                                                ["x"] = -147399.53125,
                                            }, -- end of [30]
                                            [83] = 
                                            {
                                                ["y"] = 469065.90625,
                                                ["x"] = -145124.953125,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 469089.59375,
                                                ["x"] = -145030.3125,
                                            }, -- end of [87]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 467801.125,
                                                ["x"] = -146203.515625,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 469089.59375,
                                                ["x"] = -145030.3125,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 469044.4375,
                                                ["x"] = -145168.875,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 467782.125,
                                                ["x"] = -146220.6875,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 466750.71875,
                                                ["x"] = -147106.515625,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 466722.5625,
                                                ["x"] = -147129.53125,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 466693.34375,
                                                ["x"] = -147151.15625,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 469031.4375,
                                                ["x"] = -145189.609375,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 466663.09375,
                                                ["x"] = -147171.34375,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 466631.90625,
                                                ["x"] = -147190.03125,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 466599.84375,
                                                ["x"] = -147207.1875,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 466567,
                                                ["x"] = -147222.78125,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 469017.03125,
                                                ["x"] = -145209.390625,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 466533.4375,
                                                ["x"] = -147236.75,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 466499.25,
                                                ["x"] = -147249.09375,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 466464.46875,
                                                ["x"] = -147259.75,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 466429.25,
                                                ["x"] = -147268.71875,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 469001.28125,
                                                ["x"] = -145228.109375,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 466423.59375,
                                                ["x"] = -147270.015625,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 466393.90625,
                                                ["x"] = -147276,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 466363.9375,
                                                ["x"] = -147280.484375,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 469086.15625,
                                                ["x"] = -145054.53125,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 468984.25,
                                                ["x"] = -145245.671875,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 466272.65625,
                                                ["x"] = -147287.90625,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 466253.8125,
                                                ["x"] = -147290.171875,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 466235.28125,
                                                ["x"] = -147294.21875,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 466217.21875,
                                                ["x"] = -147300,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 468966.0625,
                                                ["x"] = -145262.015625,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 466199.78125,
                                                ["x"] = -147307.46875,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 466183.125,
                                                ["x"] = -147316.546875,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 466167.40625,
                                                ["x"] = -147327.15625,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 466152.78125,
                                                ["x"] = -147339.21875,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 468526.53125,
                                                ["x"] = -145629.578125,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 466139.34375,
                                                ["x"] = -147352.609375,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 466127.25,
                                                ["x"] = -147367.21875,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 466116.59375,
                                                ["x"] = -147382.90625,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 466107.46875,
                                                ["x"] = -147399.53125,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 468487.75,
                                                ["x"] = -145661.203125,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 466099.9375,
                                                ["x"] = -147416.953125,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 466094.125,
                                                ["x"] = -147435,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 466090.03125,
                                                ["x"] = -147453.515625,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 469121.71875,
                                                ["x"] = -144726.296875,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 469081.0625,
                                                ["x"] = -145078.46875,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 468448.1875,
                                                ["x"] = -145691.84375,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 466047.28125,
                                                ["x"] = -147706.296875,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 466043.0625,
                                                ["x"] = -147742.453125,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 466040.1875,
                                                ["x"] = -147778.75,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 468407.875,
                                                ["x"] = -145721.46875,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 466038.40625,
                                                ["x"] = -147851.515625,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 466039.5,
                                                ["x"] = -147941.1875,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 466038.78125,
                                                ["x"] = -147960.609375,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 468366.8125,
                                                ["x"] = -145750.0625,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 466031.71875,
                                                ["x"] = -147998.796875,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 466025.4375,
                                                ["x"] = -148017.1875,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 466017.40625,
                                                ["x"] = -148034.890625,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 468242.15625,
                                                ["x"] = -145834.671875,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 465996.375,
                                                ["x"] = -148067.546875,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 465983.59375,
                                                ["x"] = -148082.1875,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 469074.28125,
                                                ["x"] = -145101.96875,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 468229.125,
                                                ["x"] = -145844.296875,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 465937.59375,
                                                ["x"] = -148117.765625,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 465920.21875,
                                                ["x"] = -148126.46875,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 465902.0625,
                                                ["x"] = -148133.4375,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 468216.9375,
                                                ["x"] = -145854.96875,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 465864.1875,
                                                ["x"] = -148141.953125,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 465844.8125,
                                                ["x"] = -148143.40625,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 465825.375,
                                                ["x"] = -148142.984375,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 468009.03125,
                                                ["x"] = -146051.828125,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 465627.625,
                                                ["x"] = -148110.40625,
                                            }, -- end of [88]
                                            [23] = 
                                            {
                                                ["y"] = 467997.9375,
                                                ["x"] = -146061.578125,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 469065.90625,
                                                ["x"] = -145124.953125,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 467986.15625,
                                                ["x"] = -146070.46875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 467973.75,
                                                ["x"] = -146078.46875,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 467861.53125,
                                                ["x"] = -146145.0625,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 467852.375,
                                                ["x"] = -146151.234375,
                                            }, -- end of [27]
                                            [47] = 
                                            {
                                                ["y"] = 466333.78125,
                                                ["x"] = -147283.453125,
                                            }, -- end of [47]
                                            [7] = 
                                            {
                                                ["y"] = 469055.9375,
                                                ["x"] = -145147.296875,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 467843.96875,
                                                ["x"] = -146158.34375,
                                            }, -- end of [28]
                                            [63] = 
                                            {
                                                ["y"] = 466052.8125,
                                                ["x"] = -147670.328125,
                                            }, -- end of [63]
                                            [79] = 
                                            {
                                                ["y"] = 465954.0625,
                                                ["x"] = -148107.421875,
                                            }, -- end of [79]
                                            [67] = 
                                            {
                                                ["y"] = 466038.625,
                                                ["x"] = -147815.109375,
                                            }, -- end of [67]
                                            [29] = 
                                            {
                                                ["y"] = 467836.375,
                                                ["x"] = -146166.34375,
                                            }, -- end of [29]
                                            [71] = 
                                            {
                                                ["y"] = 466036.15625,
                                                ["x"] = -147979.875,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 466007.6875,
                                                ["x"] = -148051.734375,
                                            }, -- end of [75]
                                            [78] = 
                                            {
                                                ["y"] = 465969.4375,
                                                ["x"] = -148095.53125,
                                            }, -- end of [78]
                                            [30] = 
                                            {
                                                ["y"] = 467819.21875,
                                                ["x"] = -146185.375,
                                            }, -- end of [30]
                                            [83] = 
                                            {
                                                ["y"] = 465883.34375,
                                                ["x"] = -148138.625,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 465806.0625,
                                                ["x"] = -148140.671875,
                                            }, -- end of [87]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 361,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 463776.65073586,
                                            ["x"] = -153155.05710983,
                                            ["ETA_locked"] = true,
                                            ["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 [1]
                                        [2] = 
                                        {
                                            ["alt"] = 274,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1346.2492101589,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 465600.09416445,
                                            ["x"] = -148105.73184259,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 0,
                                                                        ["frequency"] = 65650000,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["name"] = 0,
                                                                        ["value"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 201,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2300.1063256417,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 469121.71349045,
                                            ["x"] = -144726.29629104,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "NoTask",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 463776.65073586,
                                        ["type"] = "BTR-80",
                                        ["name"] = "CONVOIEX1",
                                        ["unitId"] = 72,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Excellent",
                                        ["x"] = -153155.05710983,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 463768.34104045,
                                        ["type"] = "GAZ-3308",
                                        ["name"] = "Unit #46",
                                        ["unitId"] = 100,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153183.87421867,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 463760.01437351,
                                        ["type"] = "GAZ-3308",
                                        ["name"] = "Unit #47",
                                        ["unitId"] = 101,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153212.6976867,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 463751.71711196,
                                        ["type"] = "GAZ-3308",
                                        ["name"] = "Unit #48",
                                        ["unitId"] = 102,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153241.52417251,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 463743.40941557,
                                        ["type"] = "GAZ-3308",
                                        ["name"] = "Unit #49",
                                        ["unitId"] = 103,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153270.3605971,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 463735.10348553,
                                        ["type"] = "GAZ-3308",
                                        ["name"] = "Unit #50",
                                        ["unitId"] = 104,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153299.19089619,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 463726.77231217,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #51",
                                        ["unitId"] = 105,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153328.00374386,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 463718.47159447,
                                        ["type"] = "GAZ-3308",
                                        ["name"] = "Unit #52",
                                        ["unitId"] = 106,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153356.82909116,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 463710.15529598,
                                        ["type"] = "GAZ-3308",
                                        ["name"] = "Unit #53",
                                        ["unitId"] = 107,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153385.65597472,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 463702.13400269,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #54",
                                        ["unitId"] = 108,
                                        ["heading"] = 0.34655217448265,
                                        ["skill"] = "Average",
                                        ["x"] = -153414.56478119,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 463776.65073586,
                                ["x"] = -153155.05710983,
                                ["name"] = "CONVOIEX1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 200,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 469487.00446428,
                                            ["x"] = -144896.34598214,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 32,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 469487.00446428,
                                        ["type"] = "Ural-4320-31",
                                        ["name"] = "VEHIFARPO",
                                        ["unitId"] = 134,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -144896.34598214,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 469487.00446428,
                                ["x"] = -144896.34598214,
                                ["name"] = "VEHIFARPO",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 469471.42857143,
                                            ["speed"] = 0,
                                            ["x"] = -144892.85714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "FARP",
                                        ["unitId"] = 109,
                                        ["y"] = 469471.42857143,
                                        ["x"] = -144892.85714286,
                                        ["name"] = "New Static Object",
                                        ["category"] = "Heliports",
                                        ["heliport_modulation"] = 0,
                                        ["heliport_frequency"] = 127.5,
                                        ["heliport_callsign_id"] = 10,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 469471.42857143,
                                ["x"] = -144892.85714286,
                                ["name"] = "New Static Object",
                                ["dead"] = false,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [2]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["version"] = 5,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 7,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["zone"] = 7,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 11,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["unit"] = 12,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 7,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["zone"] = 7,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 13,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["unit"] = 72,
                    ["bearing"] = 10,
                    ["color"] = "0",
                    ["group"] = 11,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_group_off",
                    ["group"] = 18,
                    ["color"] = "0",
                    ["bearing"] = 10,
                    ["unit"] = 72,
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "DEMARRAGE",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 6,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 10,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["unit"] = 11,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 6,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["zone"] = 6,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 12,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["unit"] = 13,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 6,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "VULCAN",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_group_on",
                    ["color"] = "0",
                    ["group"] = 11,
                    ["bearing"] = 10,
                    ["unit"] = 72,
                }, -- end of [1]
                [2] = 
                {
                    ["unit"] = 72,
                    ["bearing"] = 10,
                    ["color"] = "0",
                    ["group"] = 34,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_activate_group",
                    ["group"] = 35,
                    ["color"] = "0",
                    ["bearing"] = 10,
                    ["unit"] = 72,
                }, -- end of [3]
                [4] = 
                {
                    ["text"] = "ON ATTAQUE ADLER AIRPORT DETRUISEZ LE PLUS VITE POSSIBLE LE CONVOI ET REVENEZ NOUS DEFENDRE\
; ATTENTION SAM SUR LA ROUTE RETOUR \
FAITES VITE ....",
                    ["seconds"] = 40,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 10,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["unit"] = 11,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 3,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["zone"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 12,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["unit"] = 13,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 3,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["comment"] = "fumi",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["color"] = "0",
                    ["predicate"] = "a_explosion_marker_unit",
                    ["bearing"] = 10,
                    ["unit"] = 72,
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "WOLF DE CONVOI ON VOUS A EN VISUEL  MERCI DE VOTRE ASSISTANCE",
                    ["seconds"] = 30,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 17,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 22,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 23,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "MORTIER",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_all_of_group_in_zone",
                    ["zone"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "ATT2",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["template"] = "Default",
                    ["unit"] = 72,
                    ["group"] = 18,
                    ["flag"] = 1,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 30,
                    ["coalitionlist"] = "red",
                    ["text"] = "CONVOI STOPPER JUSQU A NOUVEL ORDRE",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["value"] = 2,
                    ["group"] = 17,
                    ["predicate"] = "c_group_dead",
                    ["flag"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["group"] = 23,
                    ["flag"] = 1,
                    ["predicate"] = "c_group_dead",
                    ["value"] = 2,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "REPART",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["flag"] = 2,
                    ["group"] = 18,
                    ["predicate"] = "a_group_on",
                    ["radiotext"] = "DE WOLF CONVOI VOUS POUVEZ REPARTIR ",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 16,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["seconds"] = 30,
                    ["coalitionlist"] = "red",
                    ["text"] = "LA VOIE EST LIBRE CONVOI VOUS POUVEZ AVANCER",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 16,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_all_of_group_in_zone",
                    ["zone"] = 5,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "BLIBNDES",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 10,
                    ["coalitionlist"] = "red",
                    ["text"] = "CONVOI STOPPEZ  CONVOI BLINDES EN VUE ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 16,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "MORTBLINDE",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 10,
                    ["text"] = "CONVOI REPARTEZ LA VOIE EST LIBRE",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 32,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 30,
                    ["coalitionlist"] = "red",
                    ["text"] = "LE FARP EST ATTAQUE  ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "VEHIFARP",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 18,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_all_of_group_in_zone",
                    ["zone"] = 8,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["text"] = "NOUS SOMMES ARRIVEZ AU FARP NOUS PRENONS POSSESSION DES LIEUX \
MERCI LES GARS \
BON RETOUR",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "GAGNEZ",
        }, -- end of [10]
    }, -- end of ["trigrules"]
    ["currentKey"] = 60090,
    ["start_time"] = 25200,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["hydro_common"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO COMMON",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_common",
            ["mm"] = 0,
        }, -- end of ["hydro_common"]
        ["hydro_main"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO MAIN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_main",
            ["mm"] = 0,
        }, -- end of ["hydro_main"]
        ["laser_failure"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "LASER FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "laser_failure",
            ["mm"] = 0,
        }, -- end of ["laser_failure"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["abris_hardware"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS HARDWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_hardware",
            ["mm"] = 0,
        }, -- end of ["abris_hardware"]
        ["abris_software"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS SOFTWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_software",
            ["mm"] = 0,
        }, -- end of ["abris_software"]
        ["asc_p"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC PITCH",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_p",
            ["mm"] = 0,
        }, -- end of ["asc_p"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["asc_a"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ALT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_a",
            ["mm"] = 0,
        }, -- end of ["asc_a"]
        ["asc_r"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ROLL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_r",
            ["mm"] = 0,
        }, -- end of ["asc_r"]
        ["asc_y"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC YAW",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_y",
            ["mm"] = 0,
        }, -- end of ["asc_y"]
    }, -- end of ["failures"]
} -- end of mission
