mission = 
{
    ["requiredModules"] = 
    {
        ["Civil_Objects"] = "Civil_Objects",
        ["Air Power Unit by Tango"] = "Air Power Unit by Tango",
        ["Military Aircraft Mod"] = "Military Aircraft Mod",
        ["USN-Deckcrew"] = "USN-Deckcrew",
    }, -- end of ["requiredModules"]
    ["date"] = 
    {
        ["Day"] = 21,
        ["Year"] = 2011,
        ["Month"] = 10,
    }, -- end of ["date"]
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_add_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_387\"), 1, 1);a_add_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_388\"), 2, 1);a_add_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_389\"), 3, 1); mission.trig.func[1]=nil;",
            [2] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_381\"), 10, false, 0);a_remove_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_482\")); mission.trig.func[2]=nil;",
            [3] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_382\"), 60, false, 0);a_remove_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_483\")); mission.trig.func[3]=nil;",
            [4] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_383\"), 60, false, 0);a_remove_radio_item(getValueDictByKey(\"DictKey_ActionRadioText_484\")); mission.trig.func[4]=nil;",
            [5] = "a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_393\"), 60, false, 0);a_set_flag(4); mission.trig.func[5]=nil;",
            [6] = "a_end_mission(\"neutrals\", getValueDictByKey(\"DictKey_ActionText_485\"), 100); mission.trig.func[6]=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",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(true)",
            [2] = "return(c_flag_is_true(1) )",
            [3] = "return(c_flag_is_true(2) )",
            [4] = "return(c_flag_is_true(3) )",
            [5] = "return(c_all_of_coalition_out_zone(\"blue\", 59) )",
            [6] = "return(c_time_after(10800) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_flag_is_true(3) )",
                [2] = "return(c_flag_is_true(4) )",
                [3] = "return(c_group_dead(76) )",
                [4] = "return(c_group_life_less(3, 50) )",
                [5] = "return(c_group_life_less(70, 50) )",
                [6] = "return(c_group_life_less(68, 50) )",
                [7] = "return(c_group_dead(71) )",
                [8] = "return(c_group_dead(72) )",
            }, -- end of ["conditions"]
            ["actions"] = 
            {
                [1] = "a_set_mission_result(-50)",
                [2] = "a_set_mission_result(100)",
                [3] = "a_set_mission_result(-100)",
                [4] = "a_set_mission_result(-20)",
                [5] = "a_set_mission_result(-20)",
                [6] = "a_set_mission_result(-20)",
                [7] = "a_set_mission_result(-20)",
                [8] = "a_set_mission_result(-20)",
            }, -- end of ["actions"]
            ["func"] = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
                [5] = "if mission.result.offline.conditions[5]() then mission.result.offline.actions[5]() end",
                [6] = "if mission.result.offline.conditions[6]() then mission.result.offline.actions[6]() end",
                [7] = "if mission.result.offline.conditions[7]() then mission.result.offline.actions[7]() end",
                [8] = "if mission.result.offline.conditions[8]() then mission.result.offline.actions[8]() end",
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 8,
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["maxDictId"] = 498,
    ["pictureFileNameN"] = 
    {
    }, -- end of ["pictureFileNameN"]
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = false,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = -50,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "Bombardement préventif du quartier",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = 100,
            ["predicate"] = "score",
            ["comment"] = "Quartier repris aux rebelles",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 76,
                    ["altitude"] = 1,
                    ["predicate"] = "c_group_dead",
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = -100,
            ["predicate"] = "score",
            ["comment"] = "L39 abbatu",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["group"] = 3,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 50,
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = -20,
            ["predicate"] = "score",
            ["comment"] = "Pertes soldats",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["group"] = 70,
                    ["percent"] = 50,
                    ["predicate"] = "c_group_life_less",
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = -20,
            ["comment"] = "Pertes soldats",
            ["predicate"] = "score",
            ["side"] = "OFFLINE",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["group"] = 68,
                    ["predicate"] = "c_group_life_less",
                    ["percent"] = 50,
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Pertes soldats",
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["score"] = -20,
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["group"] = 71,
                    ["percent"] = 50,
                    ["predicate"] = "c_group_dead",
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = -20,
            ["predicate"] = "score",
            ["comment"] = "Perte char T72",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["group"] = 72,
                    ["predicate"] = "c_group_dead",
                    ["percent"] = 50,
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = -20,
            ["comment"] = "Perte char T72",
            ["predicate"] = "score",
            ["side"] = "OFFLINE",
        }, -- end of [8]
    }, -- end of ["goals"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["groundTurbulence"] = 0.6096,
        ["enable_fog"] = false,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 20.616,
                ["dir"] = 109,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 10.308,
                ["dir"] = 108,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 3.0924,
                ["dir"] = 118,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["season"] = 
        {
            ["temperature"] = 13,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 0,
        }, -- end of ["fog"]
        ["enable_dust"] = false,
        ["dust_density"] = 0,
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 1700,
            ["density"] = 7,
            ["base"] = 2700,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Syria",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 73994.761764044,
                ["radius"] = 396.24,
                ["zoneId"] = 59,
                ["x"] = -35203.519306103,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["properties"] = 
                {
                }, -- end of ["properties"]
                ["hidden"] = true,
                ["name"] = "Quartier occupé",
            }, -- end of [1]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 75815.178458214,
        ["zoom"] = 13206.490444198,
        ["centerX"] = -35581.207986994,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 6,
            [2] = 21,
            [3] = 23,
            [4] = 11,
            [5] = 25,
            [6] = 8,
            [7] = 80,
            [8] = 28,
            [9] = 13,
            [10] = 9,
            [11] = 30,
            [12] = 5,
            [13] = 31,
            [14] = 16,
            [15] = 32,
            [16] = 15,
            [17] = 20,
            [18] = 12,
            [19] = 10,
            [20] = 40,
            [21] = 41,
            [22] = 4,
            [23] = 26,
            [24] = 44,
            [25] = 46,
            [26] = 3,
            [27] = 1,
            [28] = 2,
        }, -- end of ["blue"]
        ["neutrals"] = 
        {
            [1] = 75,
            [2] = 7,
            [3] = 70,
            [4] = 42,
            [5] = 65,
            [6] = 64,
            [7] = 63,
            [8] = 38,
            [9] = 45,
            [10] = 76,
            [11] = 29,
            [12] = 78,
            [13] = 61,
            [14] = 33,
            [15] = 60,
            [16] = 17,
            [17] = 35,
            [18] = 34,
            [19] = 36,
            [20] = 59,
            [21] = 37,
            [22] = 71,
            [23] = 79,
            [24] = 58,
            [25] = 57,
            [26] = 55,
            [27] = 56,
            [28] = 73,
            [29] = 39,
            [30] = 54,
            [31] = 77,
            [32] = 72,
            [33] = 69,
            [34] = 53,
            [35] = 22,
            [36] = 52,
            [37] = 66,
            [38] = 51,
            [39] = 82,
            [40] = 68,
            [41] = 49,
            [42] = 50,
            [43] = 48,
            [44] = 67,
            [45] = 74,
            [46] = 62,
        }, -- end of ["neutrals"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 24,
            [3] = 27,
            [4] = 81,
            [5] = 19,
            [6] = 0,
            [7] = 43,
            [8] = 47,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "DictKey_descriptionText_1",
    ["pictureFileNameR"] = 
    {
        [1] = "ResKey_ImageBriefing_394",
    }, -- end of ["pictureFileNameR"]
    ["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
    ["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
    ["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "blue",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 80,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74140.939385836,
                                            ["x"] = -35238.942416092,
                                            ["name"] = "DictKey_WptName_166",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 45,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier RPG",
                                        ["unitId"] = 53,
                                        ["y"] = 74140.939385836,
                                        ["x"] = -35238.942416092,
                                        ["name"] = "DictKey_UnitName_165",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74140.939385836,
                                ["x"] = -35238.942416092,
                                ["name"] = "DictKey_GroupName_164",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74120.382391333,
                                            ["x"] = -35230.074692973,
                                            ["name"] = "DictKey_WptName_169",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 46,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 54,
                                        ["y"] = 74120.382391333,
                                        ["x"] = -35230.074692973,
                                        ["name"] = "DictKey_UnitName_168",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74120.382391333,
                                ["x"] = -35230.074692973,
                                ["name"] = "DictKey_GroupName_167",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74092.552741344,
                                            ["x"] = -35244.54364229,
                                            ["name"] = "DictKey_WptName_184",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 51,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "house2arm",
                                        ["unitId"] = 59,
                                        ["y"] = 74092.552741344,
                                        ["x"] = -35244.54364229,
                                        ["name"] = "DictKey_UnitName_183",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74092.552741344,
                                ["x"] = -35244.54364229,
                                ["name"] = "DictKey_GroupName_182",
                                ["start_time"] = 0,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74316.63231086,
                                            ["x"] = -35116.953542645,
                                            ["name"] = "DictKey_WptName_209",
                                            ["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"] = 59,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "BRDM-2",
                                        ["unitId"] = 67,
                                        ["y"] = 74316.63231086,
                                        ["x"] = -35116.953542645,
                                        ["name"] = "DictKey_UnitName_208",
                                        ["heading"] = 6.1959188445799,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74316.63231086,
                                ["x"] = -35116.953542645,
                                ["name"] = "DictKey_GroupName_207",
                                ["start_time"] = 0,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73703.93562963,
                                            ["x"] = -35125.258166337,
                                            ["name"] = "DictKey_WptName_187",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 52,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier RPG",
                                        ["unitId"] = 60,
                                        ["y"] = 73703.93562963,
                                        ["x"] = -35125.258166337,
                                        ["name"] = "DictKey_UnitName_186",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73703.93562963,
                                ["x"] = -35125.258166337,
                                ["name"] = "DictKey_GroupName_185",
                                ["start_time"] = 0,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73713.87794074,
                                                ["x"] = -35141.657453777,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73713.87794074,
                                                ["x"] = -35141.657453777,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 501,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73711.82763811,
                                            ["x"] = -35136.835761412,
                                            ["name"] = "DictKey_WptName_190",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 53,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Bunker",
                                        ["unitId"] = 61,
                                        ["y"] = 73711.82763811,
                                        ["x"] = -35136.835761412,
                                        ["name"] = "DictKey_UnitName_189",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73711.82763811,
                                ["x"] = -35136.835761412,
                                ["name"] = "DictKey_GroupName_188",
                                ["start_time"] = 0,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.1,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 502,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73747.853018132,
                                            ["x"] = -35120.906798925,
                                            ["name"] = "DictKey_WptName_203",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 57,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Sandbox",
                                        ["unitId"] = 65,
                                        ["y"] = 73747.853018132,
                                        ["x"] = -35120.906798925,
                                        ["name"] = "DictKey_UnitName_202",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73747.853018132,
                                ["x"] = -35120.906798925,
                                ["name"] = "DictKey_GroupName_201",
                                ["start_time"] = 0,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73713.87794074,
                                                ["x"] = -35141.657453777,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73713.87794074,
                                                ["x"] = -35141.657453777,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 502,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73650.940623176,
                                            ["x"] = -35246.149538707,
                                            ["name"] = "DictKey_WptName_194",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 54,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Bunker",
                                        ["unitId"] = 62,
                                        ["y"] = 73650.940623176,
                                        ["x"] = -35246.149538707,
                                        ["name"] = "DictKey_UnitName_193",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73650.940623176,
                                ["x"] = -35246.149538707,
                                ["name"] = "DictKey_GroupName_192",
                                ["start_time"] = 0,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73673.08020613,
                                            ["x"] = -35266.534767046,
                                            ["name"] = "DictKey_WptName_215",
                                            ["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"] = 61,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "BRDM-2",
                                        ["unitId"] = 69,
                                        ["y"] = 73673.08020613,
                                        ["x"] = -35266.534767046,
                                        ["name"] = "DictKey_UnitName_214",
                                        ["heading"] = 6.1959188445799,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73673.08020613,
                                ["x"] = -35266.534767046,
                                ["name"] = "DictKey_GroupName_213",
                                ["start_time"] = 0,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73724.636878836,
                                            ["x"] = -35235.793179371,
                                            ["name"] = "DictKey_WptName_66",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 20,
                                        ["y"] = 73724.636878836,
                                        ["x"] = -35235.793179371,
                                        ["name"] = "DictKey_UnitName_65",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73724.636878836,
                                ["x"] = -35235.793179371,
                                ["name"] = "DictKey_GroupName_64",
                                ["start_time"] = 0,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73731.93040554,
                                            ["x"] = -35239.908696084,
                                            ["name"] = "DictKey_WptName_103",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 32,
                                        ["y"] = 73731.93040554,
                                        ["x"] = -35239.908696084,
                                        ["name"] = "DictKey_UnitName_102",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73731.93040554,
                                ["x"] = -35239.908696084,
                                ["name"] = "DictKey_GroupName_101",
                                ["start_time"] = 0,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 505,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73748.212088069,
                                            ["x"] = -35186.421303348,
                                            ["name"] = "DictKey_WptName_70",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 21,
                                        ["y"] = 73748.212088069,
                                        ["x"] = -35186.421303348,
                                        ["name"] = "DictKey_UnitName_69",
                                        ["heading"] = 5.3930673886625,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73748.212088069,
                                ["x"] = -35186.421303348,
                                ["name"] = "DictKey_GroupName_68",
                                ["start_time"] = 0,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73747.824827502,
                                            ["x"] = -35200.172641181,
                                            ["name"] = "DictKey_WptName_100",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 31,
                                        ["y"] = 73747.824827502,
                                        ["x"] = -35200.172641181,
                                        ["name"] = "DictKey_UnitName_99",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73747.824827502,
                                ["x"] = -35200.172641181,
                                ["name"] = "DictKey_GroupName_98",
                                ["start_time"] = 0,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73741.113637574,
                                            ["x"] = -35238.539305828,
                                            ["name"] = "DictKey_WptName_106",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 25,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 33,
                                        ["y"] = 73741.113637574,
                                        ["x"] = -35238.539305828,
                                        ["name"] = "DictKey_UnitName_105",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73741.113637574,
                                ["x"] = -35238.539305828,
                                ["name"] = "DictKey_GroupName_104",
                                ["start_time"] = 0,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73792.83270129,
                                            ["x"] = -35193.57062563,
                                            ["name"] = "DictKey_WptName_73",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 22,
                                        ["y"] = 73792.83270129,
                                        ["x"] = -35193.57062563,
                                        ["name"] = "DictKey_UnitName_72",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73792.83270129,
                                ["x"] = -35193.57062563,
                                ["name"] = "DictKey_GroupName_71",
                                ["start_time"] = 0,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73791.681676703,
                                            ["x"] = -35188.170500507,
                                            ["name"] = "DictKey_WptName_109",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 26,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 34,
                                        ["y"] = 73791.681676703,
                                        ["x"] = -35188.170500507,
                                        ["name"] = "DictKey_UnitName_108",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73791.681676703,
                                ["x"] = -35188.170500507,
                                ["name"] = "DictKey_GroupName_107",
                                ["start_time"] = 0,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 505,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73830.964384483,
                                            ["x"] = -35177.474868729,
                                            ["name"] = "DictKey_WptName_76",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 23,
                                        ["y"] = 73830.964384483,
                                        ["x"] = -35177.474868729,
                                        ["name"] = "DictKey_UnitName_75",
                                        ["heading"] = 4.9916416607038,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73830.964384483,
                                ["x"] = -35177.474868729,
                                ["name"] = "DictKey_GroupName_74",
                                ["start_time"] = 0,
                            }, -- end of [17]
                            [18] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73878.389700923,
                                            ["x"] = -35206.857998881,
                                            ["name"] = "DictKey_WptName_112",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 27,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Paratrooper RPG-16",
                                        ["unitId"] = 35,
                                        ["y"] = 73878.389700923,
                                        ["x"] = -35206.857998881,
                                        ["name"] = "DictKey_UnitName_111",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73878.389700923,
                                ["x"] = -35206.857998881,
                                ["name"] = "DictKey_GroupName_110",
                                ["start_time"] = 0,
                            }, -- end of [18]
                            [19] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73830.696888814,
                                            ["x"] = -35226.724168747,
                                            ["name"] = "DictKey_WptName_97",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 22,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 30,
                                        ["y"] = 73830.696888814,
                                        ["x"] = -35226.724168747,
                                        ["name"] = "DictKey_UnitName_96",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73830.696888814,
                                ["x"] = -35226.724168747,
                                ["name"] = "DictKey_GroupName_95",
                                ["start_time"] = 0,
                            }, -- end of [19]
                            [20] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 509,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73797.464037279,
                                            ["x"] = -35253.33813231,
                                            ["name"] = "DictKey_WptName_79",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 24,
                                        ["y"] = 73797.464037279,
                                        ["x"] = -35253.33813231,
                                        ["name"] = "DictKey_UnitName_78",
                                        ["heading"] = 4.7822021504645,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73797.464037279,
                                ["x"] = -35253.33813231,
                                ["name"] = "DictKey_GroupName_77",
                                ["start_time"] = 0,
                            }, -- end of [20]
                            [21] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73832.426119766,
                                            ["x"] = -35146.514032107,
                                            ["name"] = "DictKey_WptName_82",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 17,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 25,
                                        ["y"] = 73832.426119766,
                                        ["x"] = -35146.514032107,
                                        ["name"] = "DictKey_UnitName_81",
                                        ["heading"] = 5.2010811709431,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73832.426119766,
                                ["x"] = -35146.514032107,
                                ["name"] = "DictKey_GroupName_80",
                                ["start_time"] = 0,
                            }, -- end of [21]
                            [22] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73827.537761883,
                                            ["x"] = -35139.966497389,
                                            ["name"] = "DictKey_WptName_115",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 28,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 36,
                                        ["y"] = 73827.537761883,
                                        ["x"] = -35139.966497389,
                                        ["name"] = "DictKey_UnitName_114",
                                        ["heading"] = 5.4454272662223,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73827.537761883,
                                ["x"] = -35139.966497389,
                                ["name"] = "DictKey_GroupName_113",
                                ["start_time"] = 0,
                            }, -- end of [22]
                            [23] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73882.517676264,
                                            ["x"] = -35142.464342464,
                                            ["name"] = "DictKey_WptName_197",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 55,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "house2arm",
                                        ["unitId"] = 63,
                                        ["y"] = 73882.517676264,
                                        ["x"] = -35142.464342464,
                                        ["name"] = "DictKey_UnitName_196",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73882.517676264,
                                ["x"] = -35142.464342464,
                                ["name"] = "DictKey_GroupName_195",
                                ["start_time"] = 0,
                            }, -- end of [23]
                            [24] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73936.87211901,
                                            ["x"] = -35163.567305755,
                                            ["name"] = "DictKey_WptName_118",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 29,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Paratrooper RPG-16",
                                        ["unitId"] = 37,
                                        ["y"] = 73936.87211901,
                                        ["x"] = -35163.567305755,
                                        ["name"] = "DictKey_UnitName_117",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73936.87211901,
                                ["x"] = -35163.567305755,
                                ["name"] = "DictKey_GroupName_116",
                                ["start_time"] = 0,
                            }, -- end of [24]
                            [25] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73943.34169936,
                                            ["x"] = -35179.428550386,
                                            ["name"] = "DictKey_WptName_85",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 18,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 26,
                                        ["y"] = 73943.34169936,
                                        ["x"] = -35179.428550386,
                                        ["name"] = "DictKey_UnitName_84",
                                        ["heading"] = 4.2062434973063,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73943.34169936,
                                ["x"] = -35179.428550386,
                                ["name"] = "DictKey_GroupName_83",
                                ["start_time"] = 0,
                            }, -- end of [25]
                            [26] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73931.748521316,
                                            ["x"] = -35204.808210429,
                                            ["name"] = "DictKey_WptName_212",
                                            ["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"] = 60,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "BRDM-2",
                                        ["unitId"] = 68,
                                        ["y"] = 73931.748521316,
                                        ["x"] = -35204.808210429,
                                        ["name"] = "DictKey_UnitName_211",
                                        ["heading"] = 6.1959188445799,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73931.748521316,
                                ["x"] = -35204.808210429,
                                ["name"] = "DictKey_GroupName_210",
                                ["start_time"] = 0,
                            }, -- end of [26]
                            [27] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73909.225024334,
                                            ["x"] = -35258.279470445,
                                            ["name"] = "DictKey_WptName_88",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 27,
                                        ["y"] = 73909.225024334,
                                        ["x"] = -35258.279470445,
                                        ["name"] = "DictKey_UnitName_87",
                                        ["heading"] = 3.6302848441482,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73909.225024334,
                                ["x"] = -35258.279470445,
                                ["name"] = "DictKey_GroupName_86",
                                ["start_time"] = 0,
                            }, -- end of [27]
                            [28] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73937.112943585,
                                            ["x"] = -35239.667871509,
                                            ["name"] = "DictKey_WptName_121",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 30,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 38,
                                        ["y"] = 73937.112943585,
                                        ["x"] = -35239.667871509,
                                        ["name"] = "DictKey_UnitName_120",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73937.112943585,
                                ["x"] = -35239.667871509,
                                ["name"] = "DictKey_GroupName_119",
                                ["start_time"] = 0,
                            }, -- end of [28]
                            [29] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73974.788601811,
                                            ["x"] = -35232.411999523,
                                            ["name"] = "DictKey_WptName_91",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 28,
                                        ["y"] = 73974.788601811,
                                        ["x"] = -35232.411999523,
                                        ["name"] = "DictKey_UnitName_90",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73974.788601811,
                                ["x"] = -35232.411999523,
                                ["name"] = "DictKey_GroupName_89",
                                ["start_time"] = 0,
                            }, -- end of [29]
                            [30] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73975.546979247,
                                            ["x"] = -35158.091010715,
                                            ["name"] = "DictKey_WptName_94",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 29,
                                        ["y"] = 73975.546979247,
                                        ["x"] = -35158.091010715,
                                        ["name"] = "DictKey_UnitName_93",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73975.546979247,
                                ["x"] = -35158.091010715,
                                ["name"] = "DictKey_GroupName_92",
                                ["start_time"] = 0,
                            }, -- end of [30]
                            [31] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74009.535852351,
                                            ["x"] = -35175.256040967,
                                            ["name"] = "DictKey_WptName_127",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 40,
                                        ["y"] = 74009.535852351,
                                        ["x"] = -35175.256040967,
                                        ["name"] = "DictKey_UnitName_126",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74009.535852351,
                                ["x"] = -35175.256040967,
                                ["name"] = "DictKey_GroupName_125",
                                ["start_time"] = 0,
                            }, -- end of [31]
                            [32] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74004.295834144,
                                            ["x"] = -35234.508554532,
                                            ["name"] = "DictKey_WptName_139",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 36,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 44,
                                        ["y"] = 74004.295834144,
                                        ["x"] = -35234.508554532,
                                        ["name"] = "DictKey_UnitName_138",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74004.295834144,
                                ["x"] = -35234.508554532,
                                ["name"] = "DictKey_GroupName_137",
                                ["start_time"] = 0,
                            }, -- end of [32]
                            [33] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74023.809790646,
                                            ["x"] = -35263.0278553,
                                            ["name"] = "DictKey_WptName_124",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 31,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 39,
                                        ["y"] = 74023.809790646,
                                        ["x"] = -35263.0278553,
                                        ["name"] = "DictKey_UnitName_123",
                                        ["heading"] = 1.4903253155296,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74023.809790646,
                                ["x"] = -35263.0278553,
                                ["name"] = "DictKey_GroupName_122",
                                ["start_time"] = 0,
                            }, -- end of [33]
                            [34] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74019.209732116,
                                            ["x"] = -35167.597552819,
                                            ["name"] = "DictKey_WptName_130",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 41,
                                        ["y"] = 74019.209732116,
                                        ["x"] = -35167.597552819,
                                        ["name"] = "DictKey_UnitName_129",
                                        ["heading"] = 5.0440015382636,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74019.209732116,
                                ["x"] = -35167.597552819,
                                ["name"] = "DictKey_GroupName_128",
                                ["start_time"] = 0,
                            }, -- end of [34]
                            [35] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 505,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74030.133870123,
                                            ["x"] = -35158.748827389,
                                            ["name"] = "DictKey_WptName_133",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 42,
                                        ["y"] = 74030.133870123,
                                        ["x"] = -35158.748827389,
                                        ["name"] = "DictKey_UnitName_132",
                                        ["heading"] = 5.1661745859032,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74030.133870123,
                                ["x"] = -35158.748827389,
                                ["name"] = "DictKey_GroupName_131",
                                ["start_time"] = 0,
                            }, -- end of [35]
                            [36] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 508,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74047.366972621,
                                            ["x"] = -35239.274415425,
                                            ["name"] = "DictKey_WptName_136",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 35,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 43,
                                        ["y"] = 74047.366972621,
                                        ["x"] = -35239.274415425,
                                        ["name"] = "DictKey_UnitName_135",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74047.366972621,
                                ["x"] = -35239.274415425,
                                ["name"] = "DictKey_GroupName_134",
                                ["start_time"] = 0,
                            }, -- end of [36]
                            [37] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74058.020163256,
                                            ["x"] = -35160.002143934,
                                            ["name"] = "DictKey_WptName_142",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 37,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 45,
                                        ["y"] = 74058.020163256,
                                        ["x"] = -35160.002143934,
                                        ["name"] = "DictKey_UnitName_141",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74058.020163256,
                                ["x"] = -35160.002143934,
                                ["name"] = "DictKey_GroupName_140",
                                ["start_time"] = 0,
                            }, -- end of [37]
                            [38] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74123.607017922,
                                            ["x"] = -35169.612944437,
                                            ["name"] = "DictKey_WptName_145",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 38,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 46,
                                        ["y"] = 74123.607017922,
                                        ["x"] = -35169.612944437,
                                        ["name"] = "DictKey_UnitName_144",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74123.607017922,
                                ["x"] = -35169.612944437,
                                ["name"] = "DictKey_GroupName_143",
                                ["start_time"] = 0,
                            }, -- end of [38]
                            [39] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74121.994704628,
                                            ["x"] = -35142.606696758,
                                            ["name"] = "DictKey_WptName_151",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 40,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 48,
                                        ["y"] = 74121.994704628,
                                        ["x"] = -35142.606696758,
                                        ["name"] = "DictKey_UnitName_150",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74121.994704628,
                                ["x"] = -35142.606696758,
                                ["name"] = "DictKey_GroupName_149",
                                ["start_time"] = 0,
                            }, -- end of [39]
                            [40] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74133.683976011,
                                            ["x"] = -35161.148299642,
                                            ["name"] = "DictKey_WptName_148",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 39,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 47,
                                        ["y"] = 74133.683976011,
                                        ["x"] = -35161.148299642,
                                        ["name"] = "DictKey_UnitName_147",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74133.683976011,
                                ["x"] = -35161.148299642,
                                ["name"] = "DictKey_GroupName_146",
                                ["start_time"] = 0,
                            }, -- end of [40]
                            [41] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 510,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74173.584777319,
                                            ["x"] = -35259.232231215,
                                            ["name"] = "DictKey_WptName_206",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 58,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "houseA_arm",
                                        ["unitId"] = 66,
                                        ["y"] = 74173.584777319,
                                        ["x"] = -35259.232231215,
                                        ["name"] = "DictKey_UnitName_205",
                                        ["heading"] = 6.1959188445799,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74173.584777319,
                                ["x"] = -35259.232231215,
                                ["name"] = "DictKey_GroupName_204",
                                ["start_time"] = 0,
                            }, -- end of [41]
                            [42] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74178.02522247,
                                            ["x"] = -35169.088688888,
                                            ["name"] = "DictKey_WptName_160",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 43,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 51,
                                        ["y"] = 74178.02522247,
                                        ["x"] = -35169.088688888,
                                        ["name"] = "DictKey_UnitName_159",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74178.02522247,
                                ["x"] = -35169.088688888,
                                ["name"] = "DictKey_GroupName_158",
                                ["start_time"] = 0,
                            }, -- end of [42]
                            [43] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74186.084158076,
                                            ["x"] = -35153.086733171,
                                            ["name"] = "DictKey_WptName_157",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 42,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 50,
                                        ["y"] = 74186.084158076,
                                        ["x"] = -35153.086733171,
                                        ["name"] = "DictKey_UnitName_156",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74186.084158076,
                                ["x"] = -35153.086733171,
                                ["name"] = "DictKey_GroupName_155",
                                ["start_time"] = 0,
                            }, -- end of [43]
                            [44] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74179.231826575,
                                            ["x"] = -35144.622088375,
                                            ["name"] = "DictKey_WptName_154",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 41,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 49,
                                        ["y"] = 74179.231826575,
                                        ["x"] = -35144.622088375,
                                        ["name"] = "DictKey_UnitName_153",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74179.231826575,
                                ["x"] = -35144.622088375,
                                ["name"] = "DictKey_GroupName_152",
                                ["start_time"] = 0,
                            }, -- end of [44]
                            [45] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74220.563055808,
                                            ["x"] = -35131.714822435,
                                            ["name"] = "DictKey_WptName_178",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 49,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 57,
                                        ["y"] = 74220.563055808,
                                        ["x"] = -35131.714822435,
                                        ["name"] = "DictKey_UnitName_177",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74220.563055808,
                                ["x"] = -35131.714822435,
                                ["name"] = "DictKey_GroupName_176",
                                ["start_time"] = 0,
                            }, -- end of [45]
                            [46] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74210.671935814,
                                            ["x"] = -35238.539337768,
                                            ["name"] = "DictKey_WptName_163",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 44,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 52,
                                        ["y"] = 74210.671935814,
                                        ["x"] = -35238.539337768,
                                        ["name"] = "DictKey_UnitName_162",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74210.671935814,
                                ["x"] = -35238.539337768,
                                ["name"] = "DictKey_GroupName_161",
                                ["start_time"] = 0,
                            }, -- end of [46]
                            [47] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 508,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74230.351188237,
                                            ["x"] = -35166.268726661,
                                            ["name"] = "DictKey_WptName_181",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 50,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 58,
                                        ["y"] = 74230.351188237,
                                        ["x"] = -35166.268726661,
                                        ["name"] = "DictKey_UnitName_180",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74230.351188237,
                                ["x"] = -35166.268726661,
                                ["name"] = "DictKey_GroupName_179",
                                ["start_time"] = 0,
                            }, -- end of [47]
                            [48] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74268.613912857,
                                            ["x"] = -35206.208548715,
                                            ["name"] = "DictKey_WptName_200",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 56,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "house2arm",
                                        ["unitId"] = 64,
                                        ["y"] = 74268.613912857,
                                        ["x"] = -35206.208548715,
                                        ["name"] = "DictKey_UnitName_199",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74268.613912857,
                                ["x"] = -35206.208548715,
                                ["name"] = "DictKey_GroupName_198",
                                ["start_time"] = 0,
                            }, -- end of [48]
                            [49] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74258.550810507,
                                            ["x"] = -35161.882118752,
                                            ["name"] = "DictKey_WptName_172",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 47,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 55,
                                        ["y"] = 74258.550810507,
                                        ["x"] = -35161.882118752,
                                        ["name"] = "DictKey_UnitName_171",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74258.550810507,
                                ["x"] = -35161.882118752,
                                ["name"] = "DictKey_GroupName_170",
                                ["start_time"] = 0,
                            }, -- end of [49]
                            [50] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.3,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.755868195,
                                                ["x"] = -35236.507409249,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73751.068736699,
                                                ["x"] = -35234.546694047,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74254.025661886,
                                            ["x"] = -35151.144722738,
                                            ["name"] = "DictKey_WptName_175",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 48,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK Ins",
                                        ["unitId"] = 56,
                                        ["y"] = 74254.025661886,
                                        ["x"] = -35151.144722738,
                                        ["name"] = "DictKey_UnitName_174",
                                        ["heading"] = 5.2708943410229,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74254.025661886,
                                ["x"] = -35151.144722738,
                                ["name"] = "DictKey_GroupName_173",
                                ["start_time"] = 0,
                            }, -- end of [50]
                            [51] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 510,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74354.313954759,
                                            ["x"] = -35133.619755974,
                                            ["name"] = "DictKey_WptName_221",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 62,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "houseA_arm",
                                        ["unitId"] = 70,
                                        ["y"] = 74354.313954759,
                                        ["x"] = -35133.619755974,
                                        ["name"] = "DictKey_UnitName_220",
                                        ["heading"] = 6.1959188445799,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 74354.313954759,
                                ["x"] = -35133.619755974,
                                ["name"] = "DictKey_GroupName_219",
                                ["start_time"] = 0,
                            }, -- end of [51]
                            [52] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["probability"] = 0.2,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 510,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73682.998151277,
                                            ["x"] = -35197.29344064,
                                            ["name"] = "DictKey_WptName_224",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 63,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "houseA_arm",
                                        ["unitId"] = 71,
                                        ["y"] = 73682.998151277,
                                        ["x"] = -35197.29344064,
                                        ["name"] = "DictKey_UnitName_223",
                                        ["heading"] = 6.1959188445799,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73682.998151277,
                                ["x"] = -35197.29344064,
                                ["name"] = "DictKey_GroupName_222",
                                ["start_time"] = 0,
                            }, -- end of [52]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "CJTF Blue",
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["neutrals"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "neutrals",
            ["country"] = 
            {
            }, -- end of ["country"]
        }, -- end of ["neutrals"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "red",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73350.789208897,
                                                ["x"] = -35100.058226914,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73855.117131491,
                                                ["x"] = -35251.493235975,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72839.393739103,
                                                ["x"] = -34976.990868669,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72941.178199502,
                                                ["x"] = -35048.585023018,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72941.178199502,
                                                ["x"] = -35048.585023018,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73039.51233921,
                                                ["x"] = -35037.37148077,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72742.312047243,
                                                ["x"] = -34849.959617116,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72839.393739103,
                                                ["x"] = -34976.990868669,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73039.51233921,
                                                ["x"] = -35037.37148077,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73183.56322808,
                                                ["x"] = -35080.500489414,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73183.56322808,
                                                ["x"] = -35080.500489414,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73350.789208897,
                                                ["x"] = -35100.058226914,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73688.439206927,
                                                ["x"] = -35157.377317847,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73688.439206927,
                                                ["x"] = -35157.377317847,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72742.312047243,
                                            ["x"] = -34849.959617116,
                                            ["name"] = "DictKey_WptName_15",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 513,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 33.841529879789,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72839.393739103,
                                            ["x"] = -34976.990868669,
                                            ["name"] = "DictKey_WptName_312",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 64.952017777425,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72941.178199502,
                                            ["x"] = -35048.585023018,
                                            ["name"] = "DictKey_WptName_313",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 503,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 89.694878568294,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73039.51233921,
                                            ["x"] = -35037.37148077,
                                            ["name"] = "DictKey_WptName_314",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 127.28707354515,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73183.56322808,
                                            ["x"] = -35080.500489414,
                                            ["name"] = "DictKey_WptName_315",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 494,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 175.50712732659,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73350.789208897,
                                            ["x"] = -35100.058226914,
                                            ["name"] = "DictKey_WptName_319",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "TransmitMessage",
                                                                    ["params"] = 
                                                                    {
                                                                        ["subtitle"] = "DictKey_subtitle_486",
                                                                        ["loop"] = false,
                                                                        ["file"] = "",
                                                                        ["duration"] = 30,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 509,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 301.02178860931,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73855.117131491,
                                            ["x"] = -35251.493235975,
                                            ["name"] = "DictKey_WptName_376",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 3,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = true,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 3,
                                        ["y"] = 72742.312047243,
                                        ["x"] = -34849.959617116,
                                        ["name"] = "DictKey_UnitName_14",
                                        ["heading"] = 2.4890434010663,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 6,
                                        ["y"] = 72741.8728876,
                                        ["x"] = -34843.409704239,
                                        ["name"] = "DictKey_UnitName_33",
                                        ["heading"] = 2.4890434010663,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 7,
                                        ["y"] = 72742.403475309,
                                        ["x"] = -34836.512064018,
                                        ["name"] = "DictKey_UnitName_34",
                                        ["heading"] = 2.4890434010663,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 8,
                                        ["y"] = 72742.668769164,
                                        ["x"] = -34829.349129942,
                                        ["name"] = "DictKey_UnitName_35",
                                        ["heading"] = 2.4890434010663,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 96,
                                        ["y"] = 72723.335283439,
                                        ["x"] = -34818.04415072,
                                        ["name"] = "DictKey_UnitName_310",
                                        ["heading"] = 2.4890434010663,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 97,
                                        ["y"] = 72708.6714205,
                                        ["x"] = -34833.570593832,
                                        ["name"] = "DictKey_UnitName_311",
                                        ["heading"] = 2.4890434010663,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 72742.312047243,
                                ["x"] = -34849.959617116,
                                ["name"] = "DictKey_GroupName_13",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73343.252221598,
                                                ["x"] = -34993.25336922,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73553.464373128,
                                                ["x"] = -35095.421656432,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72563.453965089,
                                                ["x"] = -34834.124832289,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72677.291141758,
                                                ["x"] = -34894.356964614,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72677.291141758,
                                                ["x"] = -34894.356964614,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72875.682017861,
                                                ["x"] = -35089.639860343,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73019.643420043,
                                                ["x"] = -35068.365178301,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73234.287094929,
                                                ["x"] = -35017.426410525,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73553.464373128,
                                                ["x"] = -35095.421656432,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73726.698982678,
                                                ["x"] = -35112.331670963,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73726.698982678,
                                                ["x"] = -35112.331670963,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73907.090083687,
                                                ["x"] = -35178.586733589,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73234.277716855,
                                                ["x"] = -35017.428427369,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73296.656524633,
                                                ["x"] = -35004.907111071,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73853.95241351,
                                                ["x"] = -35139.001551676,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73853.95241351,
                                                ["x"] = -35139.001551676,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72875.904029568,
                                                ["x"] = -35091.375692385,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72979.842589881,
                                                ["x"] = -35076.566412178,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 73019.60839605,
                                                ["x"] = -35068.372572262,
                                            }, -- end of [3]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73296.656343816,
                                                ["x"] = -35004.907058509,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73335.826406973,
                                                ["x"] = -34996.832468101,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 73343.638661009,
                                                ["x"] = -34994.960112622,
                                            }, -- end of [3]
                                        }, -- end of [6]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72563.453965089,
                                            ["x"] = -34834.124832289,
                                            ["name"] = "DictKey_WptName_27",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 505,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 32.197449973162,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72677.291141758,
                                            ["x"] = -34894.356964614,
                                            ["name"] = "DictKey_WptName_28",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 508,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 101.79196712664,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72875.682017861,
                                            ["x"] = -35089.639860343,
                                            ["name"] = "DictKey_WptName_29",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 503,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 138.18934012646,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73019.143058091,
                                            ["x"] = -35066.589555957,
                                            ["name"] = "DictKey_WptName_30",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 495,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 193.34064633895,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73233.919296777,
                                            ["x"] = -35015.756641319,
                                            ["name"] = "DictKey_WptName_31",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 494,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 209.24642166908,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73295.62058601,
                                            ["x"] = -35003.339623326,
                                            ["name"] = "DictKey_WptName_32",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 496,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 221.25321026068,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73343.252221598,
                                            ["x"] = -34993.25336922,
                                            ["name"] = "DictKey_WptName_43",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 499,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 279.68453082303,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73553.464373128,
                                            ["x"] = -35095.421656432,
                                            ["name"] = "DictKey_WptName_377",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 501,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 323.18539152281,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73726.698982678,
                                            ["x"] = -35112.331670963,
                                            ["name"] = "DictKey_WptName_379",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 505,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 371.24241805115,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73907.090083687,
                                            ["x"] = -35178.586733589,
                                            ["name"] = "DictKey_WptName_380",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 5,
                                        ["y"] = 72563.453965089,
                                        ["x"] = -34834.124832289,
                                        ["name"] = "DictKey_UnitName_26",
                                        ["heading"] = 2.0574580680109,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 72563.453965089,
                                ["x"] = -34834.124832289,
                                ["name"] = "DictKey_GroupName_25",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73364.589027018,
                                                ["x"] = -35433.74535872,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73538.128140489,
                                                ["x"] = -35436.190434064,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72282.690867578,
                                                ["x"] = -36381.1788357,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72296.542887057,
                                                ["x"] = -36255.374215172,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72296.542887057,
                                                ["x"] = -36255.374215172,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72495.040124755,
                                                ["x"] = -35939.781834457,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [7] = 
                                            {
                                                ["y"] = 73331.122960272,
                                                ["x"] = -35975.078287338,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 73307.21749704,
                                                ["x"] = -36036.615711453,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73311.845966143,
                                                ["x"] = -36036.359337845,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73316.310089158,
                                                ["x"] = -36027.827496561,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73390.5327449,
                                                ["x"] = -35831.939960001,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 73398.789885908,
                                                ["x"] = -35810.115904491,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 73322.302667556,
                                                ["x"] = -35998.446925604,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                ["y"] = 73314.979470363,
                                                ["x"] = -36032.650209445,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73325.421120027,
                                                ["x"] = -35988.950572772,
                                            }, -- end of [6]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73539.427945498,
                                                ["x"] = -35437.474755909,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73587.30808121,
                                                ["x"] = -35338.449247939,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73602.517517767,
                                                ["x"] = -35312.61897618,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73616.310362785,
                                                ["x"] = -35298.23354308,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 73745.779242541,
                                                ["x"] = -35283.326373651,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 73946.338491736,
                                                ["x"] = -35282.141769372,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 73620.348902185,
                                                ["x"] = -35295.28845041,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 73605.572053618,
                                                ["x"] = -35308.662086853,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 73641.511858588,
                                                ["x"] = -35281.968442259,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 73646.096288529,
                                                ["x"] = -35280.013316307,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 73597.026325261,
                                                ["x"] = -35320.973479247,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73608.889494934,
                                                ["x"] = -35304.9238198,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 73650.972542974,
                                                ["x"] = -35278.928231155,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 73655.948059218,
                                                ["x"] = -35278.460528709,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 73612.47389279,
                                                ["x"] = -35301.441494836,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 73660.946128181,
                                                ["x"] = -35278.384359498,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 73670.933711097,
                                                ["x"] = -35278.823624069,
                                            }, -- end of [15]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 73541.478931658,
                                                ["x"] = -35424.739767749,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 73604.783375134,
                                                ["x"] = -35304.236098721,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 73637.513150308,
                                                ["x"] = -35282.324209678,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73632.973315315,
                                                ["x"] = -35283.833704308,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73615.883197148,
                                                ["x"] = -35294.187759147,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73601.579577094,
                                                ["x"] = -35308.073277258,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 73598.618063887,
                                                ["x"] = -35312.100524122,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 73611.952011413,
                                                ["x"] = -35297.278203445,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 73593.23443167,
                                                ["x"] = -35320.525893452,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 73624.238674159,
                                                ["x"] = -35288.701315914,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73608.242472565,
                                                ["x"] = -35300.629818254,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 73546.301725278,
                                                ["x"] = -35414.423804247,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 73585.916846556,
                                                ["x"] = -35333.617343272,
                                            }, -- end of [11]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [7] = 
                                            {
                                                ["y"] = 73385.239338349,
                                                ["x"] = -35783.020036758,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 73397.155063869,
                                                ["x"] = -35809.491527631,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73396.654678796,
                                                ["x"] = -35804.800278191,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73391.359974281,
                                                ["x"] = -35796.388070529,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73384.628338538,
                                                ["x"] = -35778.056676692,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 73384.056833097,
                                                ["x"] = -35768.075446478,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 73388.231936825,
                                                ["x"] = -35792.482146809,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 73370.530739674,
                                                ["x"] = -35492.717037911,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 73394.398122937,
                                                ["x"] = -35800.357931223,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73386.293592536,
                                                ["x"] = -35787.903378359,
                                            }, -- end of [6]
                                        }, -- end of [5]
                                        [3] = 
                                        {
                                            [2] = 
                                            {
                                                ["y"] = 72503.948734873,
                                                ["x"] = -35944.758680402,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 72508.851057868,
                                                ["x"] = -35945.734469024,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 72494.446296224,
                                                ["x"] = -35941.676965068,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 72568.180637483,
                                                ["x"] = -35954.654449529,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 73306.99494258,
                                                ["x"] = -36038.351502562,
                                            }, -- end of [5]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73368.79997012,
                                                ["x"] = -35492.956646406,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73364.589027018,
                                                ["x"] = -35433.74535872,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 498,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72282.690867578,
                                            ["x"] = -36381.1788357,
                                            ["name"] = "DictKey_WptName_236",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 498,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 22.781687033027,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72296.542887057,
                                            ["x"] = -36255.374215172,
                                            ["name"] = "DictKey_WptName_268",
                                            ["ETA_locked"] = false,
                                            ["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 [2]
                                        [3] = 
                                        {
                                            ["alt"] = 495,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 89.890482388828,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72495.040124755,
                                            ["x"] = -35939.781834457,
                                            ["name"] = "DictKey_WptName_269",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 508,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 237.22490271727,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73307.217495344,
                                            ["x"] = -36036.615710956,
                                            ["name"] = "DictKey_WptName_270",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 508,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 281.82616487944,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73397.155064144,
                                            ["x"] = -35809.491528075,
                                            ["name"] = "DictKey_WptName_273",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 498,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 339.49103721007,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73368.79997012,
                                            ["x"] = -35492.956646406,
                                            ["name"] = "DictKey_WptName_274",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 499,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 349.37889272662,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73364.589027018,
                                            ["x"] = -35433.74535872,
                                            ["name"] = "DictKey_WptName_275",
                                            ["ETA_locked"] = false,
                                            ["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 [7]
                                        [8] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 381.4161281135,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73538.128140489,
                                            ["x"] = -35436.190434064,
                                            ["name"] = "DictKey_WptName_276",
                                            ["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 [8]
                                        [9] = 
                                        {
                                            ["alt"] = 510,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 470.60664462533,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73947.243344972,
                                            ["x"] = -35280.333993282,
                                            ["name"] = "DictKey_WptName_367",
                                            ["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 [9]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 65,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 73,
                                        ["y"] = 72282.690867578,
                                        ["x"] = -36381.1788357,
                                        ["name"] = "DictKey_UnitName_235",
                                        ["heading"] = 0.10966563999736,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 72282.690867578,
                                ["x"] = -36381.1788357,
                                ["name"] = "DictKey_GroupName_234",
                                ["start_time"] = 0,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73617.998237459,
                                                ["x"] = -35251.221070276,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73668.097230116,
                                                ["x"] = -35216.786575031,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72311.90917429,
                                                ["x"] = -36165.870307118,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72526.880221065,
                                                ["x"] = -35946.908259725,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [2] = 
                                            {
                                                ["y"] = 72524.421734145,
                                                ["x"] = -35942.827348362,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 72523.790055998,
                                                ["x"] = -35937.93892189,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 72526.880221967,
                                                ["x"] = -35946.908260108,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 72524.341294689,
                                                ["x"] = -35932.97016662,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 72535.845964392,
                                                ["x"] = -35861.729072295,
                                            }, -- end of [5]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 72982.728459188,
                                                ["x"] = -35871.425063407,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73225.734578786,
                                                ["x"] = -35300.891376708,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73668.097230116,
                                                ["x"] = -35216.786575031,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73783.797897699,
                                                ["x"] = -35204.988151692,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73783.797897699,
                                                ["x"] = -35204.988151692,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73998.764596588,
                                                ["x"] = -35207.46059592,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73225.734578786,
                                                ["x"] = -35300.891376708,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73365.046485396,
                                                ["x"] = -35213.023972007,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73856.49140924,
                                                ["x"] = -35195.473294161,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73821.096139222,
                                                ["x"] = -35166.928721566,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [3] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 72983.356825405,
                                                ["x"] = -35873.217188088,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 72582.337010803,
                                                ["x"] = -35875.88848069,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 72534.118029467,
                                                ["x"] = -35861.452052757,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 72534.246585287,
                                                ["x"] = -35866.085834225,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 72542.717039739,
                                                ["x"] = -35870.665592475,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 72597.325626546,
                                                ["x"] = -35876.394982679,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 72617.318083935,
                                                ["x"] = -35876.013169196,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 72552.532524846,
                                                ["x"] = -35872.564395168,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 72797.179937355,
                                                ["x"] = -35870.26539013,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 72537.915797214,
                                                ["x"] = -35869.240898069,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 72567.39271073,
                                                ["x"] = -35874.600855357,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 72977.09335711,
                                                ["x"] = -35874.062045505,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 72972.109485018,
                                                ["x"] = -35874.454480263,
                                            }, -- end of [11]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73366.076298227,
                                                ["x"] = -35214.066603995,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73375.217634795,
                                                ["x"] = -35210.034088398,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73384.960034369,
                                                ["x"] = -35207.872254833,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73405.107539303,
                                                ["x"] = -35221.00193146,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 73502.921645179,
                                                ["x"] = -35269.185406791,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 73512.732626414,
                                                ["x"] = -35271.113798749,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 73412.97589758,
                                                ["x"] = -35227.171307489,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 73522.638896976,
                                                ["x"] = -35272.468664526,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 73389.930593308,
                                                ["x"] = -35208.162971783,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 73425.278407115,
                                                ["x"] = -35235.749619466,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 73542.604643441,
                                                ["x"] = -35273.463655397,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 73557.595834069,
                                                ["x"] = -35273.014472266,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 73438.038640565,
                                                ["x"] = -35243.63268371,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 73572.530361346,
                                                ["x"] = -35271.635872495,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 73380.02970823,
                                                ["x"] = -35208.685071844,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73394.096730514,
                                                ["x"] = -35210.808432304,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 73451.235927558,
                                                ["x"] = -35250.755189943,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 73587.262094833,
                                                ["x"] = -35268.877887235,
                                            }, -- end of [24]
                                            [19] = 
                                            {
                                                ["y"] = 73532.60766841,
                                                ["x"] = -35273.23267878,
                                            }, -- end of [19]
                                            [25] = 
                                            {
                                                ["y"] = 73592.042147104,
                                                ["x"] = -35267.418856033,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                ["y"] = 73464.880418334,
                                                ["x"] = -35256.9782041,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                ["y"] = 73596.69825786,
                                                ["x"] = -35265.596578963,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 73601.18977683,
                                                ["x"] = -35263.40567813,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 73397.698256912,
                                                ["x"] = -35214.28685389,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 73478.898862373,
                                                ["x"] = -35262.309842541,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                ["y"] = 73605.528292681,
                                                ["x"] = -35260.920441472,
                                            }, -- end of [28]
                                            [23] = 
                                            {
                                                ["y"] = 73582.395975576,
                                                ["x"] = -35270.020573327,
                                            }, -- end of [23]
                                            [29] = 
                                            {
                                                ["y"] = 73618.914847574,
                                                ["x"] = -35252.711815998,
                                            }, -- end of [29]
                                            [15] = 
                                            {
                                                ["y"] = 73493.222280206,
                                                ["x"] = -35266.755316759,
                                            }, -- end of [15]
                                        }, -- end of [6]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 498,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72311.90917429,
                                            ["x"] = -36165.870307118,
                                            ["name"] = "DictKey_WptName_249",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 496,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 76.712502709007,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72526.880221065,
                                            ["x"] = -35946.908259725,
                                            ["name"] = "DictKey_WptName_259",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 98.426654484909,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72534.118029295,
                                            ["x"] = -35861.452053333,
                                            ["name"] = "DictKey_WptName_260",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 513,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 212.35796262613,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 72982.728459188,
                                            ["x"] = -35871.425063407,
                                            ["name"] = "DictKey_WptName_261",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 496,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 367.39035073835,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73225.734578786,
                                            ["x"] = -35300.891376708,
                                            ["name"] = "DictKey_WptName_306",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 495,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 408.56717077416,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73365.046485396,
                                            ["x"] = -35213.023972007,
                                            ["name"] = "DictKey_WptName_308",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "TransmitMessage",
                                                                    ["params"] = 
                                                                    {
                                                                        ["subtitle"] = "DictKey_subtitle_489",
                                                                        ["loop"] = false,
                                                                        ["file"] = "",
                                                                        ["duration"] = 45,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 477.57812456346,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73617.998237459,
                                            ["x"] = -35251.221070276,
                                            ["name"] = "DictKey_WptName_369",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 492.77607575771,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73668.097230116,
                                            ["x"] = -35216.786575031,
                                            ["name"] = "DictKey_WptName_371",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 521.85124479466,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73783.797897699,
                                            ["x"] = -35204.988151692,
                                            ["name"] = "DictKey_WptName_373",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 575.59647400816,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73998.764596588,
                                            ["x"] = -35207.46059592,
                                            ["name"] = "DictKey_WptName_374",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 68,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = true,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 76,
                                        ["y"] = 72311.90917429,
                                        ["x"] = -36165.870307118,
                                        ["name"] = "DictKey_UnitName_248",
                                        ["heading"] = 0.77620115089785,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 80,
                                        ["y"] = 72330.768398523,
                                        ["x"] = -36147.838503219,
                                        ["name"] = "DictKey_UnitName_262",
                                        ["heading"] = 0.77620115089785,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 81,
                                        ["y"] = 72297.665723866,
                                        ["x"] = -36141.080488436,
                                        ["name"] = "DictKey_UnitName_263",
                                        ["heading"] = 0.77620115089785,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Paratrooper RPG-16",
                                        ["unitId"] = 82,
                                        ["y"] = 72308.587291283,
                                        ["x"] = -36139.495347504,
                                        ["name"] = "DictKey_UnitName_264",
                                        ["heading"] = 0.77620115089785,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 72311.90917429,
                                ["x"] = -36165.870307118,
                                ["name"] = "DictKey_GroupName_247",
                                ["start_time"] = 0,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74551.436643622,
                                                ["x"] = -35559.658906523,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74335.854016206,
                                                ["x"] = -35341.417691438,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 75707.396794711,
                                                ["x"] = -36617.692297607,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 75257.038655695,
                                                ["x"] = -36372.762226151,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74263.744571931,
                                                ["x"] = -35266.348381591,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74237.33603398,
                                                ["x"] = -35320.313654796,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 75257.038655695,
                                                ["x"] = -36372.762226151,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 75122.055545487,
                                                ["x"] = -36116.863129786,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 75959.34111617,
                                                ["x"] = -36790.130727495,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 75707.396794711,
                                                ["x"] = -36617.692297607,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 75123.649361431,
                                                ["x"] = -36116.256168125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 75058.740032004,
                                                ["x"] = -35959.15389064,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 74997.971894321,
                                                ["x"] = -35838.674381965,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 74894.506090492,
                                                ["x"] = -35628.140562886,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 74838.102860174,
                                                ["x"] = -35581.42218749,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 74833.803649407,
                                                ["x"] = -35578.87136464,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 74889.0748515,
                                                ["x"] = -35619.75077816,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 74829.717192852,
                                                ["x"] = -35575.993462479,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 74944.164011688,
                                                ["x"] = -35742.751029477,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 74882.989275248,
                                                ["x"] = -35611.814340435,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 74822.368381793,
                                                ["x"] = -35569.227591152,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 74819.141757036,
                                                ["x"] = -35565.410732369,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 74876.579212988,
                                                ["x"] = -35604.14095598,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 74816.199072604,
                                                ["x"] = -35561.369331551,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 75026.552133468,
                                                ["x"] = -35891.420485554,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 74931.487952335,
                                                ["x"] = -35715.564190243,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 74873.06379697,
                                                ["x"] = -35600.585444962,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 74808.661393648,
                                                ["x"] = -35548.413175527,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 74795.5829794,
                                                ["x"] = -35521.423224155,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                ["y"] = 74869.194017973,
                                                ["x"] = -35597.427078525,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                ["y"] = 74792.764223502,
                                                ["x"] = -35517.295181564,
                                            }, -- end of [26]
                                            [7] = 
                                            {
                                                ["y"] = 74899.262831161,
                                                ["x"] = -35636.934871866,
                                            }, -- end of [7]
                                            [27] = 
                                            {
                                                ["y"] = 74789.44070807,
                                                ["x"] = -35513.570159684,
                                            }, -- end of [27]
                                            [14] = 
                                            {
                                                ["y"] = 74864.966466822,
                                                ["x"] = -35594.764550381,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                ["y"] = 74787.01521108,
                                                ["x"] = -35511.322915351,
                                            }, -- end of [28]
                                            [23] = 
                                            {
                                                ["y"] = 74813.488037542,
                                                ["x"] = -35557.168217083,
                                            }, -- end of [23]
                                            [19] = 
                                            {
                                                ["y"] = 74825.903042515,
                                                ["x"] = -35572.76159925,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                ["y"] = 74860.527374441,
                                                ["x"] = -35592.461930119,
                                            }, -- end of [15]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [7] = 
                                            {
                                                ["y"] = 74587.643302928,
                                                ["x"] = -35519.563091877,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 74785.746428887,
                                                ["x"] = -35510.770061256,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74630.762614168,
                                                ["x"] = -35510.18881583,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 74601.175049894,
                                                ["x"] = -35513.311117874,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 74583.643178752,
                                                ["x"] = -35522.561102652,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 74579.834234764,
                                                ["x"] = -35525.799335718,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 74596.403193605,
                                                ["x"] = -35514.789728014,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 74572.634334452,
                                                ["x"] = -35532.736174681,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 74620.835705096,
                                                ["x"] = -35509.620439155,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 74591.884124992,
                                                ["x"] = -35516.918728549,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 74550.659390127,
                                                ["x"] = -35557.671566954,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 74562.504186558,
                                                ["x"] = -35543.795884923,
                                            }, -- end of [11]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74335.854016206,
                                                ["x"] = -35341.417691438,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74242.026886727,
                                                ["x"] = -35199.520283779,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 523,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75959.34111617,
                                            ["x"] = -36790.130727495,
                                            ["name"] = "DictKey_WptName_279",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 520,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 54.954844047205,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75707.396794711,
                                            ["x"] = -36617.692297607,
                                            ["name"] = "DictKey_WptName_298",
                                            ["ETA_locked"] = false,
                                            ["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 [2]
                                        [3] = 
                                        {
                                            ["alt"] = 515,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 147.23240070275,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75257.038655695,
                                            ["x"] = -36372.762226151,
                                            ["name"] = "DictKey_WptName_299",
                                            ["ETA_locked"] = false,
                                            ["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 [3]
                                        [4] = 
                                        {
                                            ["alt"] = 516,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 199.30960413193,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75122.055545487,
                                            ["x"] = -36116.863129786,
                                            ["name"] = "DictKey_WptName_300",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 325.88240171078,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74785.738748347,
                                            ["x"] = -35512.520044421,
                                            ["name"] = "DictKey_WptName_301",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 514,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 371.45100020825,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74551.436643622,
                                            ["x"] = -35559.658906523,
                                            ["name"] = "DictKey_WptName_302",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 509,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 426.66879760596,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74335.854016206,
                                            ["x"] = -35341.417691438,
                                            ["name"] = "DictKey_WptName_330",
                                            ["ETA_locked"] = false,
                                            ["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 [7]
                                        [8] = 
                                        {
                                            ["alt"] = 509,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 457.28912266403,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74242.026886727,
                                            ["x"] = -35199.520283779,
                                            ["name"] = "DictKey_WptName_363",
                                            ["ETA_locked"] = false,
                                            ["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 [8]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 69,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 86,
                                        ["y"] = 75959.34111617,
                                        ["x"] = -36790.130727495,
                                        ["name"] = "DictKey_UnitName_278",
                                        ["heading"] = -0.9705961571224,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 75959.34111617,
                                ["x"] = -36790.130727495,
                                ["name"] = "DictKey_GroupName_277",
                                ["start_time"] = 0,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74083.699087923,
                                                ["x"] = -35522.787748513,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74014.527274424,
                                                ["x"] = -35344.264750258,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 75792.458141766,
                                                ["x"] = -36572.618362734,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 75185.972664158,
                                                ["x"] = -36253.72381972,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 75185.972664158,
                                                ["x"] = -36253.72381972,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74755.129553678,
                                                ["x"] = -36297.834702596,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74654.733021544,
                                                ["x"] = -35743.21990268,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74376.634424402,
                                                ["x"] = -35757.356278589,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74014.527274424,
                                                ["x"] = -35344.264750258,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74132.306209869,
                                                ["x"] = -35198.798437221,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74067.667965787,
                                                ["x"] = -35236.202562463,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73509.161786061,
                                                ["x"] = -35414.025743712,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74376.634424402,
                                                ["x"] = -35757.356278589,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74347.776534788,
                                                ["x"] = -35797.219438202,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74755.129553678,
                                                ["x"] = -36297.834702596,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74654.733021544,
                                                ["x"] = -35743.21990268,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [7] = 
                                            {
                                                ["y"] = 74154.120329923,
                                                ["x"] = -35590.253800422,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 74346.47960719,
                                                ["x"] = -35796.04450394,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74341.69521105,
                                                ["x"] = -35797.067812648,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 74289.924353051,
                                                ["x"] = -35750.28360702,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 74122.817327781,
                                                ["x"] = -35557.932219748,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 74084.924842436,
                                                ["x"] = -35521.538739199,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 74269.134867614,
                                                ["x"] = -35728.660942325,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                ["y"] = 74337.390467946,
                                                ["x"] = -35794.6905753,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 74246.270183464,
                                                ["x"] = -35702.166893082,
                                            }, -- end of [6]
                                        }, -- end of [6]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 516,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75792.458141766,
                                            ["x"] = -36572.618362734,
                                            ["name"] = "DictKey_WptName_282",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "TransmitMessage",
                                                                    ["params"] = 
                                                                    {
                                                                        ["subtitle"] = "DictKey_subtitle_492",
                                                                        ["loop"] = false,
                                                                        ["file"] = "",
                                                                        ["duration"] = 45,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 514,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 171.30352523253,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75185.972664158,
                                            ["x"] = -36253.72381972,
                                            ["name"] = "DictKey_WptName_290",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 519,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 279.57735512583,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74755.129553678,
                                            ["x"] = -36297.834702596,
                                            ["name"] = "DictKey_WptName_291",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 511,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 420.48446991036,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74654.733021544,
                                            ["x"] = -35743.21990268,
                                            ["name"] = "DictKey_WptName_323",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 517,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 490.09888421165,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74376.634424402,
                                            ["x"] = -35757.356278589,
                                            ["name"] = "DictKey_WptName_324",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 517,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 502.40195620431,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74347.776534788,
                                            ["x"] = -35797.219438202,
                                            ["name"] = "DictKey_WptName_325",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 597.97831032013,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74083.699087923,
                                            ["x"] = -35522.787748513,
                                            ["name"] = "DictKey_WptName_326",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 508,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 645.84218023307,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74014.527274424,
                                            ["x"] = -35344.264750258,
                                            ["name"] = "DictKey_WptName_327",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 508,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 692.63449120873,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74132.306209869,
                                            ["x"] = -35198.798437221,
                                            ["name"] = "DictKey_WptName_365",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 4,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 70,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 87,
                                        ["y"] = 75792.458141766,
                                        ["x"] = -36572.618362734,
                                        ["name"] = "DictKey_UnitName_281",
                                        ["heading"] = -1.0867166026931,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 93,
                                        ["y"] = 75810.415637211,
                                        ["x"] = -36574.802792792,
                                        ["name"] = "DictKey_UnitName_293",
                                        ["heading"] = -1.0867166026931,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 94,
                                        ["y"] = 75828.053772628,
                                        ["x"] = -36576.837962264,
                                        ["name"] = "DictKey_UnitName_294",
                                        ["heading"] = -1.0867166026931,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 95,
                                        ["y"] = 75842.299958927,
                                        ["x"] = -36580.229911382,
                                        ["name"] = "DictKey_UnitName_295",
                                        ["heading"] = -1.0867166026931,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 98,
                                        ["y"] = 75797.694489969,
                                        ["x"] = -36599.885485422,
                                        ["name"] = "DictKey_UnitName_320",
                                        ["heading"] = -1.0867166026931,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 99,
                                        ["y"] = 75835.25987154,
                                        ["x"] = -36596.433016729,
                                        ["name"] = "DictKey_UnitName_321",
                                        ["heading"] = -1.0867166026931,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 100,
                                        ["y"] = 75852.873161385,
                                        ["x"] = -36598.873032735,
                                        ["name"] = "DictKey_UnitName_322",
                                        ["heading"] = -1.0867166026931,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 75792.458141766,
                                ["x"] = -36572.618362734,
                                ["name"] = "DictKey_GroupName_280",
                                ["start_time"] = 0,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74109.886133434,
                                                ["x"] = -35121.675521512,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74109.886133434,
                                                ["x"] = -35121.675521512,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 74489.057921564,
                                                ["x"] = -34961.404777885,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 74755.634270314,
                                                ["x"] = -35000.478369086,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 74834.4398542,
                                                ["x"] = -35028.571803904,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74829.811099664,
                                                ["x"] = -35029.700185147,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 74820.380307014,
                                                ["x"] = -35026.806191276,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 74736.261678978,
                                                ["x"] = -34995.519677974,
                                            }, -- end of [8]
                                            [15] = 
                                            {
                                                ["y"] = 74486.047657865,
                                                ["x"] = -34956.821391018,
                                            }, -- end of [15]
                                            [9] = 
                                            {
                                                ["y"] = 74701.942511796,
                                                ["x"] = -34988.668116189,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 74784.004417843,
                                                ["x"] = -35010.190248321,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 74543.7215695,
                                                ["x"] = -34964.912121751,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 74824.963560322,
                                                ["x"] = -35028.806186187,
                                            }, -- end of [3]
                                            [11] = 
                                            {
                                                ["y"] = 74528.797057642,
                                                ["x"] = -34963.435961828,
                                            }, -- end of [11]
                                            [6] = 
                                            {
                                                ["y"] = 74769.945952477,
                                                ["x"] = -35004.963975549,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 74508.813498665,
                                                ["x"] = -34962.690608863,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 74486.269777234,
                                                ["x"] = -34957.362740044,
                                            }, -- end of [14]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 74526.269278219,
                                                ["x"] = -35060.997765054,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 74486.177393396,
                                                ["x"] = -34992.074861724,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 74484.659726407,
                                                ["x"] = -34957.887272797,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74483.528300969,
                                                ["x"] = -34962.535900507,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 74483.029867979,
                                                ["x"] = -34977.521004872,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 74488.613112497,
                                                ["x"] = -34996.437724418,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 74491.419597369,
                                                ["x"] = -35000.577865618,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 74483.447312412,
                                                ["x"] = -34982.502449346,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 74508.500889577,
                                                ["x"] = -35025.229250497,
                                            }, -- end of [10]
                                            [14] = 
                                            {
                                                ["y"] = 74531.64759585,
                                                ["x"] = -35075.028465272,
                                            }, -- end of [14]
                                            [3] = 
                                            {
                                                ["y"] = 74483.001167214,
                                                ["x"] = -34972.521499306,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 74484.430958897,
                                                ["x"] = -34987.401649218,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 74520.404067867,
                                                ["x"] = -35047.193332038,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 74515.988033705,
                                                ["x"] = -35038.223469616,
                                            }, -- end of [11]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 75188.534407367,
                                                ["x"] = -35079.902034534,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74978.567378034,
                                                ["x"] = -35082.803497596,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 74963.598637018,
                                                ["x"] = -35081.865227118,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 74948.715457315,
                                                ["x"] = -35080.021068259,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 74938.893129487,
                                                ["x"] = -35078.153579393,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 74929.187649555,
                                                ["x"] = -35075.748190474,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 74919.629849331,
                                                ["x"] = -35072.811493996,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 74910.254775319,
                                                ["x"] = -35069.335457989,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 74887.302670715,
                                                ["x"] = -35059.432677156,
                                            }, -- end of [9]
                                            [10] = 
                                            {
                                                ["y"] = 74846.805743523,
                                                ["x"] = -35039.819321164,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 74838.118813658,
                                                ["x"] = -35034.841723802,
                                            }, -- end of [11]
                                            [12] = 
                                            {
                                                ["y"] = 74836.083174292,
                                                ["x"] = -35030.582979885,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 74836.173149691,
                                                ["x"] = -35028.330619707,
                                            }, -- end of [13]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 74512.776367048,
                                                ["x"] = -35085.639301581,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 74530.92793277,
                                                ["x"] = -35078.5164777,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 74399.134384109,
                                                ["x"] = -35152.623640985,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 74527.237566228,
                                                ["x"] = -35081.76441471,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 74533.266547938,
                                                ["x"] = -35074.364015412,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 74522.503028283,
                                                ["x"] = -35083.381713683,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 74517.616664889,
                                                ["x"] = -35084.434347892,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 74508.308828952,
                                                ["x"] = -35087.868551628,
                                            }, -- end of [7]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 74399.132675838,
                                                ["x"] = -35152.624662224,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 74356.687887785,
                                                ["x"] = -35179.042800998,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 74320.523170732,
                                                ["x"] = -35205.788315034,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 74269.213005131,
                                                ["x"] = -35260.23544262,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 74216.307932139,
                                                ["x"] = -35271.920592627,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 74083.788138153,
                                                ["x"] = -35276.041410956,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 74259.698445145,
                                                ["x"] = -35271.818216968,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 74305.51301895,
                                                ["x"] = -35219.00186442,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 74255.873894899,
                                                ["x"] = -35274.964031302,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 74251.001618167,
                                                ["x"] = -35275.923851614,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 74336.255271795,
                                                ["x"] = -35193.443474159,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 74294.875655865,
                                                ["x"] = -35229.573115749,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 74246.016894563,
                                                ["x"] = -35275.578699301,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 74241.083152484,
                                                ["x"] = -35274.773101166,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 74284.850042934,
                                                ["x"] = -35240.726698597,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 74226.28988967,
                                                ["x"] = -35272.3143924,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 74221.305476453,
                                                ["x"] = -35271.946602019,
                                            }, -- end of [15]
                                        }, -- end of [5]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 514,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 75188.591035461,
                                            ["x"] = -35081.651120335,
                                            ["name"] = "DictKey_WptName_333",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 67.958467295633,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74834.439855575,
                                            ["x"] = -35028.57180645,
                                            ["name"] = "DictKey_WptName_334",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 507,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 132.75085609769,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74484.659726571,
                                            ["x"] = -34957.887273289,
                                            ["name"] = "DictKey_WptName_335",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "TransmitMessage",
                                                                    ["params"] = 
                                                                    {
                                                                        ["subtitle"] = "DictKey_subtitle_496",
                                                                        ["loop"] = false,
                                                                        ["file"] = "",
                                                                        ["duration"] = 45,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 502,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 156.11080806335,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74533.266548189,
                                            ["x"] = -35074.364015439,
                                            ["name"] = "DictKey_WptName_336",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 506,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 185.4935953872,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74405.966009362,
                                            ["x"] = -35150.626247913,
                                            ["name"] = "DictKey_WptName_337",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 510,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 250.73679967838,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 74082.292669319,
                                            ["x"] = -35277.789459345,
                                            ["name"] = "DictKey_WptName_362",
                                            ["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 [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 71,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "T-72B",
                                        ["unitId"] = 101,
                                        ["y"] = 75188.591035461,
                                        ["x"] = -35081.651120335,
                                        ["name"] = "DictKey_UnitName_332",
                                        ["heading"] = 4.7069021428047,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 75188.591035461,
                                ["x"] = -35081.651120335,
                                ["name"] = "DictKey_GroupName_331",
                                ["start_time"] = 0,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73451.208476073,
                                                ["x"] = -34413.147420977,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73441.533978853,
                                                ["x"] = -34415.717242072,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73432.639743009,
                                                ["x"] = -34420.055212641,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73439.165400538,
                                                ["x"] = -34441.922455971,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 73541.940470046,
                                                ["x"] = -34663.353788711,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 73543.093410237,
                                                ["x"] = -34673.28293375,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 73450.37769739,
                                                ["x"] = -34458.48360261,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 73543.455502127,
                                                ["x"] = -34683.273985895,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 73430.344616523,
                                                ["x"] = -34424.398383361,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 73458.062949747,
                                                ["x"] = -34471.363785672,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 73542.274421894,
                                                ["x"] = -34703.228820898,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 73540.214834068,
                                                ["x"] = -34718.085886841,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 73467.40327656,
                                                ["x"] = -34489.044776907,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 73534.500742249,
                                                ["x"] = -34747.533535174,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 73436.841999061,
                                                ["x"] = -34417.407519555,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73431.160777625,
                                                ["x"] = -34429.252826717,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 73528.541126138,
                                                ["x"] = -34620.519527238,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 73488.177874609,
                                                ["x"] = -34947.174904681,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 73485.514153623,
                                                ["x"] = -34951.399130848,
                                            }, -- end of [25]
                                            [13] = 
                                            {
                                                ["y"] = 73534.129361583,
                                                ["x"] = -34634.438554322,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                ["y"] = 73484.271447022,
                                                ["x"] = -34953.082301414,
                                            }, -- end of [26]
                                            [7] = 
                                            {
                                                ["y"] = 73433.535797386,
                                                ["x"] = -34433.660824387,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 73537.33898454,
                                                ["x"] = -34643.907322446,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 73539.986654085,
                                                ["x"] = -34653.549702939,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                ["y"] = 73543.139142993,
                                                ["x"] = -34693.267977365,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 73489.905081305,
                                                ["x"] = -34942.494040305,
                                            }, -- end of [23]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73485.741900502,
                                                ["x"] = -34954.031134097,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73490.530134543,
                                                ["x"] = -34954.171426881,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73510.279756147,
                                                ["x"] = -34951.029876983,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73530.080316237,
                                                ["x"] = -34952.618741883,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 73615.662039626,
                                                ["x"] = -34991.532213477,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 73630.385425733,
                                                ["x"] = -35005.066537766,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 73544.526226929,
                                                ["x"] = -34956.654681858,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 73655.9149124,
                                                ["x"] = -35028.99506474,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 73515.261669169,
                                                ["x"] = -34950.634006494,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 73568.282381356,
                                                ["x"] = -34964.434474676,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 73665.244837844,
                                                ["x"] = -35030.214806078,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 73665.852743409,
                                                ["x"] = -35029.994386087,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 73582.268713665,
                                                ["x"] = -34969.852713148,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 73500.419627179,
                                                ["x"] = -34952.692597644,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73520.255002202,
                                                ["x"] = -34950.806447317,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 73591.290754898,
                                                ["x"] = -34974.155901147,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 73595.643440947,
                                                ["x"] = -34976.614455822,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 73525.199547822,
                                                ["x"] = -34951.53834908,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 73599.871980512,
                                                ["x"] = -34979.281536443,
                                            }, -- end of [14]
                                            [19] = 
                                            {
                                                ["y"] = 73660.370929327,
                                                ["x"] = -35031.116229777,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                ["y"] = 73607.96600608,
                                                ["x"] = -34985.149803019,
                                            }, -- end of [15]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 74284.187860937,
                                                ["x"] = -35109.803758294,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 73925.138099239,
                                                ["x"] = -35129.798691259,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 74403.154679026,
                                                ["x"] = -35087.402213697,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 73980.116023208,
                                                ["x"] = -35131.121741796,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 73890.223744886,
                                                ["x"] = -35127.399422434,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 74060.070801083,
                                                ["x"] = -35128.684120871,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 74209.719942897,
                                                ["x"] = -35118.649816659,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 74328.516237546,
                                                ["x"] = -35102.088811717,
                                            }, -- end of [7]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 73665.534644301,
                                                ["x"] = -35028.27353447,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 73662.917330575,
                                                ["x"] = -35032.100060872,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 73666.872247054,
                                                ["x"] = -35040.900212736,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 73686.726349685,
                                                ["x"] = -35069.380204153,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 73740.189220483,
                                                ["x"] = -35103.609502305,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 73799.10875494,
                                                ["x"] = -35114.914865303,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 73688.035579284,
                                                ["x"] = -35074.203507932,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 73873.348462875,
                                                ["x"] = -35125.520293506,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 73679.825222399,
                                                ["x"] = -35056.131493194,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 73690.339982718,
                                                ["x"] = -35083.925979839,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 73973.138170642,
                                                ["x"] = -35131.273934151,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 73979.790114912,
                                                ["x"] = -35131.333522056,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 73693.082100045,
                                                ["x"] = -35088.040531177,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 73663.930563969,
                                                ["x"] = -35036.851524015,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 73682.575635833,
                                                ["x"] = -35060.304824756,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 73697.110290148,
                                                ["x"] = -35091.004599016,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 73701.612944427,
                                                ["x"] = -35093.16792717,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 73684.90102146,
                                                ["x"] = -35064.729427819,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 73706.309290981,
                                                ["x"] = -35094.883700329,
                                            }, -- end of [14]
                                            [19] = 
                                            {
                                                ["y"] = 73913.183765425,
                                                ["x"] = -35129.096565591,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                ["y"] = 73715.887952255,
                                                ["x"] = -35097.75125934,
                                            }, -- end of [15]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 505,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73451.17351472,
                                            ["x"] = -34414.952455205,
                                            ["name"] = "DictKey_WptName_341",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "1",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 503,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 102.46042645874,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73485.741904411,
                                            ["x"] = -34954.031134036,
                                            ["name"] = "DictKey_WptName_342",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 498,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 142.58481487436,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73665.534640609,
                                            ["x"] = -35028.273537492,
                                            ["name"] = "DictKey_WptName_343",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "2",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "TransmitMessage",
                                                                    ["params"] = 
                                                                    {
                                                                        ["subtitle"] = "DictKey_subtitle_494",
                                                                        ["loop"] = false,
                                                                        ["file"] = "",
                                                                        ["duration"] = 45,
                                                                    }, -- 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 [3]
                                        [4] = 
                                        {
                                            ["alt"] = 504,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 204.40088014218,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 73980.717218759,
                                            ["x"] = -35129.371995986,
                                            ["name"] = "DictKey_WptName_360",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 72,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "T-72B",
                                        ["unitId"] = 102,
                                        ["y"] = 73451.17351472,
                                        ["x"] = -34414.952455205,
                                        ["name"] = "DictKey_UnitName_340",
                                        ["heading"] = 4.6332162657015,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 73451.17351472,
                                ["x"] = -34414.952455205,
                                ["name"] = "DictKey_GroupName_339",
                                ["start_time"] = 0,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 0,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["manualHeading"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 517,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 58300.098099076,
                                            ["x"] = -39742.950750464,
                                            ["name"] = "DictKey_WptName_349",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["condition"] = 
                                                                {
                                                                    ["userFlag"] = "3",
                                                                }, -- end of ["condition"]
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "FireAtPoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["y"] = 74204.336361569,
                                                                        ["expendQty"] = 10,
                                                                        ["expendQtyEnabled"] = true,
                                                                        ["x"] = -35194.920310639,
                                                                        ["templateId"] = "",
                                                                        ["weaponType"] = 1073741822,
                                                                        ["zoneRadius"] = 152.4,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                            }, -- 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"] = 74,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Grad-URAL",
                                        ["unitId"] = 104,
                                        ["y"] = 58300.098099076,
                                        ["x"] = -39742.950750464,
                                        ["name"] = "DictKey_UnitName_348",
                                        ["heading"] = 1.1868238913561,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 58300.098099076,
                                ["x"] = -39742.950750464,
                                ["name"] = "DictKey_GroupName_347",
                                ["start_time"] = 0,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 0,
                                                    ["value"] = 0,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["manualHeading"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 64373.198782985,
                                                ["x"] = -37146.452089661,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 64847.015805679,
                                                ["x"] = -37174.519886523,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 531,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 57729.324153054,
                                            ["x"] = -38591.315987403,
                                            ["name"] = "DictKey_WptName_352",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "FireAtPoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["y"] = 73832.069374803,
                                                                        ["expendQtyEnabled"] = true,
                                                                        ["x"] = -35194.698524846,
                                                                        ["expendQty"] = 10,
                                                                        ["templateId"] = "",
                                                                        ["weaponType"] = 1073741822,
                                                                        ["zoneRadius"] = 152.4,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["condition"] = 
                                                                {
                                                                    ["userFlag"] = "3",
                                                                }, -- end of ["condition"]
                                                            }, -- 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"] = 75,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Grad-URAL",
                                        ["unitId"] = 105,
                                        ["y"] = 57729.324153054,
                                        ["x"] = -38591.315987403,
                                        ["name"] = "DictKey_UnitName_351",
                                        ["heading"] = 1.6299648108298,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 57729.324153054,
                                ["x"] = -38591.315987403,
                                ["name"] = "DictKey_GroupName_350",
                                ["start_time"] = 0,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 61491.767112886,
                                                ["x"] = -52036.391442117,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 61507.053889266,
                                                ["x"] = -52066.964994878,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61491.767112886,
                                            ["x"] = -52036.391442117,
                                            ["name"] = "DictKey_WptName_424",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 86,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 116,
                                        ["y"] = 61491.767112886,
                                        ["x"] = -52036.391442117,
                                        ["name"] = "DictKey_UnitName_423",
                                        ["heading"] = 2.6779450445889,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 117,
                                        ["y"] = 61506.418784243,
                                        ["x"] = -52029.612030528,
                                        ["name"] = "DictKey_UnitName_425",
                                        ["heading"] = 1.6231562043547,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 118,
                                        ["y"] = 61533.173889209,
                                        ["x"] = -52044.343586298,
                                        ["name"] = "DictKey_UnitName_426",
                                        ["heading"] = 2.6779450445889,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Average",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 119,
                                        ["y"] = 61531.982366316,
                                        ["x"] = -52037.194448939,
                                        ["name"] = "DictKey_UnitName_427",
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 61491.767112886,
                                ["x"] = -52036.391442117,
                                ["name"] = "DictKey_GroupName_422",
                                ["start_time"] = 0,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 60791.585177388,
                                                ["x"] = -52235.989491839,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 59407.263483293,
                                                ["x"] = -51681.908401146,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 60814.867335204,
                                            ["x"] = -52239.007550979,
                                            ["name"] = "DictKey_WptName_431",
                                            ["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"] = 87,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["unitId"] = 120,
                                        ["y"] = 60814.867335204,
                                        ["x"] = -52239.007550979,
                                        ["name"] = "DictKey_UnitName_430",
                                        ["heading"] = 5.0931147990383,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 60814.867335204,
                                ["x"] = -52239.007550979,
                                ["name"] = "DictKey_GroupName_429",
                                ["start_time"] = 0,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 60791.585177388,
                                                ["x"] = -52235.989491839,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 59407.263483293,
                                                ["x"] = -51681.908401146,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 59558.247342828,
                                            ["x"] = -51674.635069949,
                                            ["name"] = "DictKey_WptName_435",
                                            ["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"] = 88,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["unitId"] = 121,
                                        ["y"] = 59558.247342828,
                                        ["x"] = -51674.635069949,
                                        ["name"] = "DictKey_UnitName_434",
                                        ["heading"] = 5.0931147990383,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 59558.247342828,
                                ["x"] = -51674.635069949,
                                ["name"] = "DictKey_GroupName_433",
                                ["start_time"] = 0,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 60737.347889566,
                                                ["x"] = -51772.278413766,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 60868.29726825,
                                                ["x"] = -51923.233947526,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 60737.173025664,
                                            ["x"] = -51774.775475441,
                                            ["name"] = "DictKey_WptName_438",
                                            ["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"] = 89,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Osa 9A33 ln",
                                        ["unitId"] = 122,
                                        ["y"] = 60737.173025664,
                                        ["x"] = -51774.775475441,
                                        ["name"] = "DictKey_UnitName_437",
                                        ["heading"] = 2.427043449737,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 60737.173025664,
                                ["x"] = -51774.775475441,
                                ["name"] = "DictKey_GroupName_436",
                                ["start_time"] = 0,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 61526.839695069,
                                                ["x"] = -52085.282711946,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 60731.103910179,
                                                ["x"] = -51773.25819657,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61526.839695069,
                                            ["x"] = -52085.282711946,
                                            ["name"] = "DictKey_WptName_442",
                                            ["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"] = 90,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "APU",
                                        ["unitId"] = 123,
                                        ["y"] = 61526.839695069,
                                        ["x"] = -52085.282711946,
                                        ["name"] = "DictKey_UnitName_441",
                                        ["heading"] = 5.0860845034846,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61526.839695069,
                                ["x"] = -52085.282711946,
                                ["name"] = "DictKey_GroupName_440",
                                ["start_time"] = 0,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 61541.984109769,
                                                ["x"] = -52130.651492151,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 61541.984109769,
                                                ["x"] = -52131.768328402,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61544.217782273,
                                            ["x"] = -52134.746558407,
                                            ["name"] = "DictKey_WptName_447",
                                            ["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"] = 91,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "ATMZ-5",
                                        ["unitId"] = 124,
                                        ["y"] = 61544.217782273,
                                        ["x"] = -52134.746558407,
                                        ["name"] = "DictKey_UnitName_446",
                                        ["heading"] = 3.1415926535898,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61544.217782273,
                                ["x"] = -52134.746558407,
                                ["name"] = "DictKey_GroupName_445",
                                ["start_time"] = 0,
                            }, -- end of [16]
                            [20] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61381.542081433,
                                            ["x"] = -52731.638871479,
                                            ["name"] = "DictKey_WptName_468",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 96,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 132,
                                        ["y"] = 61381.542081433,
                                        ["x"] = -52731.638871479,
                                        ["name"] = "DictKey_UnitName_467",
                                        ["heading"] = 0.017453292519943,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 133,
                                        ["y"] = 61395.688668534,
                                        ["x"] = -52735.96143976,
                                        ["name"] = "DictKey_UnitName_469",
                                        ["heading"] = 0.017453292519943,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 134,
                                        ["y"] = 61426.426276651,
                                        ["x"] = -52712.271247905,
                                        ["name"] = "DictKey_UnitName_470",
                                        ["heading"] = 0.017453292519943,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 135,
                                        ["y"] = 61373.158527974,
                                        ["x"] = -52709.577246822,
                                        ["name"] = "DictKey_UnitName_471",
                                        ["heading"] = 2.8274333882308,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 136,
                                        ["y"] = 61420.052235209,
                                        ["x"] = -52732.031832232,
                                        ["name"] = "DictKey_UnitName_472",
                                        ["heading"] = 4.8869219055841,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 137,
                                        ["y"] = 61363.858847556,
                                        ["x"] = -52736.354400513,
                                        ["name"] = "DictKey_UnitName_473",
                                        ["heading"] = 4.3982297150257,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 138,
                                        ["y"] = 61436.763087703,
                                        ["x"] = -52729.802829165,
                                        ["name"] = "DictKey_UnitName_474",
                                        ["heading"] = 1.3089969389957,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 61381.542081433,
                                ["x"] = -52731.638871479,
                                ["name"] = "DictKey_GroupName_466",
                                ["start_time"] = 0,
                            }, -- end of [20]
                            [17] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61559.657681272,
                                            ["x"] = -52136.65195482,
                                            ["name"] = "DictKey_WptName_454",
                                            ["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"] = 93,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Ural-4320 APA-5D",
                                        ["unitId"] = 126,
                                        ["y"] = 61559.657681272,
                                        ["x"] = -52136.65195482,
                                        ["name"] = "DictKey_UnitName_453",
                                        ["heading"] = 0.034906585039887,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61559.657681272,
                                ["x"] = -52136.65195482,
                                ["name"] = "DictKey_GroupName_452",
                                ["start_time"] = 0,
                            }, -- end of [17]
                            [21] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 61381.240531221,
                                                ["x"] = -52702.229971143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 61380.995622032,
                                                ["x"] = -52702.352425738,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61380.995622032,
                                            ["x"] = -52702.107516548,
                                            ["name"] = "DictKey_WptName_477",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 4,
                                            ["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"] = 97,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 139,
                                        ["y"] = 61380.995622032,
                                        ["x"] = -52702.107516548,
                                        ["name"] = "DictKey_UnitName_476",
                                        ["heading"] = 4.248741371372,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61380.995622032,
                                ["x"] = -52702.107516548,
                                ["name"] = "DictKey_GroupName_475",
                                ["start_time"] = 0,
                            }, -- end of [21]
                            [18] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61563.498487191,
                                            ["x"] = -52073.03601634,
                                            ["name"] = "DictKey_WptName_457",
                                            ["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"] = 94,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Trolley bus",
                                        ["unitId"] = 127,
                                        ["y"] = 61563.498487191,
                                        ["x"] = -52073.03601634,
                                        ["name"] = "DictKey_UnitName_456",
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61563.498487191,
                                ["x"] = -52073.03601634,
                                ["name"] = "DictKey_GroupName_455",
                                ["start_time"] = 0,
                            }, -- end of [18]
                            [22] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61444.913309035,
                                            ["x"] = -52715.856242303,
                                            ["name"] = "DictKey_WptName_481",
                                            ["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"] = 98,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "Grad_FDDM",
                                        ["unitId"] = 140,
                                        ["y"] = 61444.913309035,
                                        ["x"] = -52715.856242303,
                                        ["name"] = "DictKey_UnitName_480",
                                        ["heading"] = 2.3212879051525,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61444.913309035,
                                ["x"] = -52715.856242303,
                                ["name"] = "DictKey_GroupName_479",
                                ["start_time"] = 0,
                            }, -- end of [22]
                            [19] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Pas de sol",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 61363.403081793,
                                                ["x"] = -52719.482827461,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 61503.193436795,
                                                ["x"] = -52704.497301404,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 61364.074075497,
                                            ["x"] = -52719.706492029,
                                            ["name"] = "DictKey_WptName_460",
                                            ["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"] = 95,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "T-72B",
                                        ["unitId"] = 128,
                                        ["y"] = 61364.074075497,
                                        ["x"] = -52719.706492029,
                                        ["name"] = "DictKey_UnitName_459",
                                        ["heading"] = 1.4640041601624,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "T-72B",
                                        ["unitId"] = 129,
                                        ["y"] = 61378.835936985,
                                        ["x"] = -52719.930156597,
                                        ["name"] = "DictKey_UnitName_462",
                                        ["heading"] = 1.4640041601624,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "T-72B",
                                        ["unitId"] = 130,
                                        ["y"] = 61396.952766993,
                                        ["x"] = -52719.035498325,
                                        ["name"] = "DictKey_UnitName_463",
                                        ["heading"] = 1.4640041601624,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["skill"] = "Random",
                                        ["type"] = "T-72B",
                                        ["unitId"] = 131,
                                        ["y"] = 61413.280280458,
                                        ["x"] = -52718.811833757,
                                        ["name"] = "DictKey_UnitName_464",
                                        ["heading"] = 1.4640041601624,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 61364.074075497,
                                ["x"] = -52719.706492029,
                                ["name"] = "DictKey_GroupName_458",
                                ["start_time"] = 0,
                            }, -- end of [19]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Nothing",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 527,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["addopt"] = 
                                                {
                                                }, -- end of ["addopt"]
                                            }, -- end of ["properties"]
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 61451.28125,
                                            ["x"] = -52069.45703125,
                                            ["name"] = "DictKey_WptName_392",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 3,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 76,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 527,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Lybia Air Force",
                                        ["skill"] = "Player",
                                        ["parking"] = 18,
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["SoloFlight"] = false,
                                            ["DismountGunSight"] = false,
                                            ["DismountIFRHood"] = false,
                                            ["NetCrewControlPriority"] = 1,
                                            ["NS430allow"] = true,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "L-39C",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [16] = 0,
                                                    [17] = 0,
                                                    [9] = 0,
                                                    [18] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [20] = 0,
                                                    [11] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                    [12] = 0,
                                                    [13] = 0,
                                                    [7] = 0,
                                                    [14] = 0,
                                                    [15] = 0,
                                                    [19] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [1] = 251.25,
                                                    [2] = 264,
                                                    [4] = 256,
                                                    [8] = 257,
                                                    [16] = 261,
                                                    [17] = 267,
                                                    [9] = 255,
                                                    [18] = 251,
                                                    [5] = 254,
                                                    [10] = 262,
                                                    [20] = 266,
                                                    [11] = 259,
                                                    [3] = 265,
                                                    [6] = 250,
                                                    [12] = 268,
                                                    [13] = 269,
                                                    [7] = 270,
                                                    [14] = 260,
                                                    [15] = 263,
                                                    [19] = 253,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 106,
                                        ["psi"] = 0,
                                        ["parking_id"] = "17",
                                        ["x"] = -52069.45703125,
                                        ["name"] = "DictKey_UnitName_391",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{UB-16-57UMP}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{UB-16-57UMP}",
                                                }, -- end of [3]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 960,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 61451.28125,
                                        ["heading"] = 0,
                                        ["callsign"] = 101,
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61451.28125,
                                ["x"] = -52069.45703125,
                                ["name"] = "DictKey_GroupName_390",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["uncontrollable"] = false,
                                ["frequency"] = 251.25,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 3.9269908169872,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61478.792418241,
                                            ["speed"] = 0,
                                            ["x"] = -52074.874074359,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 77,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Lybia Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 107,
                                        ["y"] = 61478.792418241,
                                        ["x"] = -52074.874074359,
                                        ["name"] = "DictKey_GroupName_395",
                                        ["heading"] = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61478.792418241,
                                ["x"] = -52074.874074359,
                                ["name"] = "DictKey_GroupName_395",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 3.9269908169872,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61508.532337033,
                                            ["speed"] = 0,
                                            ["x"] = -52082.052675447,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 78,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Lybia Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 108,
                                        ["y"] = 61508.532337033,
                                        ["x"] = -52082.052675447,
                                        ["name"] = "DictKey_GroupName_398",
                                        ["heading"] = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61508.532337033,
                                ["x"] = -52082.052675447,
                                ["name"] = "DictKey_GroupName_398",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 3.9269908169872,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61538.272255825,
                                            ["speed"] = 0,
                                            ["x"] = -52087.863923947,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 79,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Lybia Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 109,
                                        ["y"] = 61538.272255825,
                                        ["x"] = -52087.863923947,
                                        ["name"] = "DictKey_GroupName_401",
                                        ["heading"] = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61538.272255825,
                                ["x"] = -52087.863923947,
                                ["name"] = "DictKey_GroupName_401",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 3.9269908169872,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61566.986660176,
                                            ["speed"] = 0,
                                            ["x"] = -52095.042525034,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 80,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russian Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 110,
                                        ["rate"] = 50,
                                        ["y"] = 61566.986660176,
                                        ["x"] = -52095.042525034,
                                        ["name"] = "DictKey_GroupName_404",
                                        ["heading"] = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61566.986660176,
                                ["x"] = -52095.042525034,
                                ["name"] = "DictKey_GroupName_404",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 0.78539816339745,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61530.704511102,
                                            ["speed"] = 0,
                                            ["x"] = -52093.979667945,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 81,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "DECKCREW",
                                        ["unitId"] = 111,
                                        ["y"] = 61530.704511102,
                                        ["x"] = -52093.979667945,
                                        ["name"] = "DictKey_GroupName_407",
                                        ["heading"] = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61530.704511102,
                                ["x"] = -52093.979667945,
                                ["name"] = "DictKey_GroupName_407",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 0.78539816339745,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61560.016813697,
                                            ["speed"] = 0,
                                            ["x"] = -52102.102354206,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 82,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "DECKCREW",
                                        ["unitId"] = 112,
                                        ["y"] = 61560.016813697,
                                        ["x"] = -52102.102354206,
                                        ["name"] = "DictKey_GroupName_410",
                                        ["heading"] = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61560.016813697,
                                ["x"] = -52102.102354206,
                                ["name"] = "DictKey_GroupName_410",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 3.9269908169872,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61510.317357782,
                                            ["speed"] = 0,
                                            ["x"] = -52171.588573085,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 83,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "H-Windsock_RW",
                                        ["type"] = "Windsock",
                                        ["unitId"] = 113,
                                        ["y"] = 61510.317357782,
                                        ["x"] = -52171.588573085,
                                        ["name"] = "DictKey_GroupName_413",
                                        ["heading"] = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61510.317357782,
                                ["x"] = -52171.588573085,
                                ["name"] = "DictKey_GroupName_413",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 3.9269908169872,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61473.690411123,
                                            ["speed"] = 0,
                                            ["x"] = -52030.010359307,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 84,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["type"] = "Civ_Police_Car_2",
                                        ["unitId"] = 114,
                                        ["y"] = 61473.690411123,
                                        ["x"] = -52030.010359307,
                                        ["name"] = "DictKey_GroupName_416",
                                        ["heading"] = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61473.690411123,
                                ["x"] = -52030.010359307,
                                ["name"] = "DictKey_GroupName_416",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 4.9567350756639,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 61511.426399217,
                                            ["speed"] = 0,
                                            ["x"] = -52087.121074282,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 85,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Personnel",
                                        ["shape_name"] = "MAM_usaf_pilot",
                                        ["type"] = "MAMPilot_STATIC",
                                        ["unitId"] = 115,
                                        ["y"] = 61511.426399217,
                                        ["x"] = -52087.121074282,
                                        ["name"] = "DictKey_GroupName_419",
                                        ["heading"] = 4.9567350756639,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 61511.426399217,
                                ["x"] = -52087.121074282,
                                ["name"] = "DictKey_GroupName_419",
                                ["dead"] = false,
                            }, -- end of [9]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "DictKey_sortie_5",
    ["version"] = 18,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["comment"] = "Commandement",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["meters"] = 1000,
                    ["radiotext"] = "DictKey_ActionRadioText_387",
                    ["zone"] = "",
                    ["flag"] = 1,
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_387",
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["value"] = 1,
                    ["predicate"] = "a_add_radio_item",
                    ["zone"] = "",
                    ["flag"] = 2,
                    ["meters"] = 1000,
                    ["radiotext"] = "DictKey_ActionRadioText_388",
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_388",
                }, -- end of [2]
                [3] = 
                {
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_389",
                    ["radiotext"] = "DictKey_ActionRadioText_389",
                    ["zone"] = "",
                    ["flag"] = 3,
                    ["meters"] = 1000,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 1,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["seconds"] = 600,
                    ["flag"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "DictKey_ActionText_381",
                    ["seconds"] = 10,
                    ["start_delay"] = 0,
                    ["zone"] = "",
                    ["KeyDict_text"] = "DictKey_ActionText_381",
                    ["meters"] = 1000,
                    ["predicate"] = "a_out_text_delay",
                    ["clearview"] = false,
                }, -- end of [1]
                [2] = 
                {
                    ["zone"] = 59,
                    ["meters"] = 1000,
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_482",
                    ["radiotext"] = "DictKey_ActionRadioText_482",
                    ["predicate"] = "a_remove_radio_item",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Phase 1",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["seconds"] = 1800,
                    ["flag"] = 2,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Phase 2",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["meters"] = 1000,
                    ["seconds"] = 60,
                    ["start_delay"] = 0,
                    ["zone"] = "",
                    ["predicate"] = "a_out_text_delay",
                    ["text"] = "DictKey_ActionText_382",
                    ["KeyDict_text"] = "DictKey_ActionText_382",
                    ["clearview"] = false,
                }, -- end of [1]
                [2] = 
                {
                    ["zone"] = 59,
                    ["meters"] = 1000,
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_483",
                    ["radiotext"] = "DictKey_ActionRadioText_483",
                    ["predicate"] = "a_remove_radio_item",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["seconds"] = 10,
                    ["flag"] = 3,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Bombardement",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "DictKey_ActionText_383",
                    ["seconds"] = 60,
                    ["start_delay"] = 0,
                    ["zone"] = "",
                    ["KeyDict_text"] = "DictKey_ActionText_383",
                    ["meters"] = 1000,
                    ["predicate"] = "a_out_text_delay",
                    ["clearview"] = false,
                }, -- end of [1]
                [2] = 
                {
                    ["zone"] = 59,
                    ["meters"] = 1000,
                    ["KeyDict_radiotext"] = "DictKey_ActionRadioText_484",
                    ["radiotext"] = "DictKey_ActionRadioText_484",
                    ["predicate"] = "a_remove_radio_item",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["coalitionlist"] = "blue",
                    ["unitType"] = "ALL",
                    ["zone"] = 59,
                    ["predicate"] = "c_all_of_coalition_out_zone",
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Quartier occupé",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["meters"] = 1000,
                    ["seconds"] = 60,
                    ["start_delay"] = 0,
                    ["zone"] = 59,
                    ["predicate"] = "a_out_text_delay",
                    ["text"] = "DictKey_ActionText_393",
                    ["KeyDict_text"] = "DictKey_ActionText_393",
                    ["clearview"] = false,
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 4,
                    ["meters"] = 1000,
                    ["predicate"] = "a_set_flag",
                    ["zone"] = 59,
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["seconds"] = 10800,
                    ["predicate"] = "c_time_after",
                    ["unit"] = 106,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "DictKey_ActionText_485",
                    ["start_delay"] = 100,
                    ["zone"] = 59,
                    ["KeyDict_text"] = "DictKey_ActionText_485",
                    ["winner"] = "neutrals",
                    ["predicate"] = "a_end_mission",
                    ["meters"] = 1000,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Fin des opérations",
        }, -- end of [6]
    }, -- end of ["trigrules"]
    ["currentKey"] = 27515,
    ["start_time"] = 25200,
    ["forcedOptions"] = 
    {
        ["civTraffic"] = "",
        ["birds"] = 1000,
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["AGD1_GYRO_TOTAL_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AGD1_GYRO_TOTAL_FAILURE",
            ["mm"] = 0,
        }, -- end of ["AGD1_GYRO_TOTAL_FAILURE"]
        ["ef_vibration"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ef_vibration",
            ["mm"] = 0,
        }, -- end of ["ef_vibration"]
        ["ENG0_OIL_PUMP_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ENG0_OIL_PUMP_FAILURE",
            ["mm"] = 0,
        }, -- end of ["ENG0_OIL_PUMP_FAILURE"]
        ["ELEC_BATTERY_DESTROYED"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ELEC_BATTERY_DESTROYED",
            ["mm"] = 0,
        }, -- end of ["ELEC_BATTERY_DESTROYED"]
        ["ef_fire"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ef_fire",
            ["mm"] = 0,
        }, -- end of ["ef_fire"]
        ["HYDR_PUMP_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HYDR_PUMP_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HYDR_PUMP_FAILURE"]
        ["ELEC_STARTER_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ELEC_STARTER_FAILURE",
            ["mm"] = 0,
        }, -- end of ["ELEC_STARTER_FAILURE"]
        ["PNEM_MAIN_HOSE_PERFORATED"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "PNEM_MAIN_HOSE_PERFORATED",
            ["mm"] = 0,
        }, -- end of ["PNEM_MAIN_HOSE_PERFORATED"]
        ["ef_surge"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ef_surge",
            ["mm"] = 0,
        }, -- end of ["ef_surge"]
        ["ssf_full_pressure_fail"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ssf_full_pressure_fail",
            ["mm"] = 0,
        }, -- end of ["ssf_full_pressure_fail"]
        ["hs_damage_MainAccumulator"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hs_damage_MainAccumulator",
            ["mm"] = 0,
        }, -- end of ["hs_damage_MainAccumulator"]
        ["RKL_41_ANT_DAMAGE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RKL_41_ANT_DAMAGE",
            ["mm"] = 0,
        }, -- end of ["RKL_41_ANT_DAMAGE"]
        ["ssf_static_pressure_fail"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ssf_static_pressure_fail",
            ["mm"] = 0,
        }, -- end of ["ssf_static_pressure_fail"]
        ["hs_damage_AuxAccumulator"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hs_damage_AuxAccumulator",
            ["mm"] = 0,
        }, -- end of ["hs_damage_AuxAccumulator"]
        ["GMC1AE_GYRO_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GMC1AE_GYRO_FAILURE",
            ["mm"] = 0,
        }, -- end of ["GMC1AE_GYRO_FAILURE"]
        ["RKL_41_ADF_DAMAGE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RKL_41_ADF_DAMAGE",
            ["mm"] = 0,
        }, -- end of ["RKL_41_ADF_DAMAGE"]
        ["ef_fuel_reg"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ef_fuel_reg",
            ["mm"] = 0,
        }, -- end of ["ef_fuel_reg"]
        ["ef_shutdown"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ef_shutdown",
            ["mm"] = 0,
        }, -- end of ["ef_shutdown"]
        ["es_damage_Inverter115_1"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "es_damage_Inverter115_1",
            ["mm"] = 0,
        }, -- end of ["es_damage_Inverter115_1"]
        ["ELEC_GENERATOR_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ELEC_GENERATOR_FAILURE",
            ["mm"] = 0,
        }, -- end of ["ELEC_GENERATOR_FAILURE"]
        ["OXYN_PRIMARY_CONTAINER_MINOR_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "OXYN_PRIMARY_CONTAINER_MINOR_LEAK",
            ["mm"] = 0,
        }, -- end of ["OXYN_PRIMARY_CONTAINER_MINOR_LEAK"]
        ["ELEC_EMERGENCY_GENERATOR_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ELEC_EMERGENCY_GENERATOR_FAILURE",
            ["mm"] = 0,
        }, -- end of ["ELEC_EMERGENCY_GENERATOR_FAILURE"]
        ["ef_rt12"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ef_rt12",
            ["mm"] = 0,
        }, -- end of ["ef_rt12"]
        ["es_damage_Inverter36x3"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "es_damage_Inverter36x3",
            ["mm"] = 0,
        }, -- end of ["es_damage_Inverter36x3"]
        ["GSH23_CHARGED_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GSH23_CHARGED_FAILURE",
            ["mm"] = 0,
        }, -- end of ["GSH23_CHARGED_FAILURE"]
        ["FUEL_BOOSTER_FUEL_PUMP_0_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "FUEL_BOOSTER_FUEL_PUMP_0_FAILURE",
            ["mm"] = 0,
        }, -- end of ["FUEL_BOOSTER_FUEL_PUMP_0_FAILURE"]
        ["es_damage_Inverter115_2"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "es_damage_Inverter115_2",
            ["mm"] = 0,
        }, -- end of ["es_damage_Inverter115_2"]
        ["RKL_41_TOTAL_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RKL_41_TOTAL_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RKL_41_TOTAL_FAILURE"]
        ["es_damage_InverterPT500C"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "es_damage_InverterPT500C",
            ["mm"] = 0,
        }, -- end of ["es_damage_InverterPT500C"]
    }, -- end of ["failures"]
} -- end of mission
