mission = 
{
    ["requiredModules"] = 
    {
    }, -- end of ["requiredModules"]
    ["date"] = 
    {
        ["Year"] = 2020,
        ["Day"] = 13,
        ["Month"] = 9,
    }, -- end of ["date"]
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_set_flag(100);a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_107\"), 25, false); mission.trig.func[1]=nil;",
            [2] = "a_end_mission(\"blue\", getValueDictByKey(\"DictKey_ActionText_108\")); mission.trig.func[2]=nil;",
            [3] = "a_explosion(2158, 1, 1000);a_explosion(2160, 1, 4000);a_explosion(2326, 1, 1000); mission.trig.func[3]=nil;",
            [4] = "a_activate_group(7); mission.trig.func[4]=nil;",
            [5] = "a_set_flag(1); mission.trig.func[5]=nil;",
            [6] = "a_out_sound(getValueResourceByKey(\"ResKey_Action_737\"));a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_738\"), 10, false);a_activate_group(166); mission.trig.func[6]=nil;",
            [7] = "a_out_sound(getValueResourceByKey(\"ResKey_Action_827\"));a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_828\"), 60, false);a_set_flag(2); mission.trig.func[7]=nil;",
            [8] = "a_out_sound(getValueResourceByKey(\"ResKey_Action_829\"));a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_830\"), 60, false);a_set_flag(3); mission.trig.func[8]=nil;",
            [9] = "a_end_mission(\"red\", getValueDictByKey(\"DictKey_ActionText_831\")); mission.trig.func[9]=nil;",
            [10] = "a_activate_group(190);a_activate_group(47);a_out_sound(getValueResourceByKey(\"ResKey_Action_832\"));a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_833\"), 60, false);a_set_flag(3); mission.trig.func[10]=nil;",
            [11] = "a_end_mission(\"red\", getValueDictByKey(\"DictKey_ActionText_834\")); mission.trig.func[11]=nil;",
            [12] = "a_scenery_destruction_zone(2825, 80);a_scenery_destruction_zone(2826, 80); mission.trig.func[12]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_unit_dead(7) )",
            [2] = "return(c_time_since_flag(100, 600) )",
            [3] = "return(c_time_after(1) )",
            [4] = "return(c_time_after(2) )",
            [5] = "return(c_unit_out_zone(7, 2492) and c_unit_alive(7) and c_unit_altitude_higher(7, 600) )",
            [6] = "return(c_time_after(20) )",
            [7] = "return(c_unit_dead(215) )",
            [8] = "return(c_unit_in_zone(7, 166) and c_unit_speed_lower(7, 0.27777777777778) and c_flag_is_true(2) )",
            [9] = "return(c_time_since_flag(3, 120) )",
            [10] = "return(c_unit_in_zone(7, 2658) and c_unit_speed_lower(7, 11.111111111111) and c_flag_is_true(2) )",
            [11] = "return(c_time_since_flag(3, 360) )",
            [12] = "return(c_unit_in_zone(7, 2824) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_flag_is_true(1) )",
                [2] = "return(c_flag_is_true(2) )",
                [3] = "return(c_flag_is_true(3) )",
            }, -- end of ["conditions"]
            ["actions"] = 
            {
                [1] = "a_set_mission_result(10)",
                [2] = "a_set_mission_result(75)",
                [3] = "a_set_mission_result(15)",
            }, -- 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",
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 3,
        ["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"] = 938,
    ["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"] = 1,
                    ["text"] = "",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 10,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "01",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["text"] = "",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = 75,
            ["predicate"] = "score",
            ["comment"] = "02",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["text"] = "",
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = 15,
            ["predicate"] = "score",
            ["comment"] = "03",
        }, -- end of [3]
    }, -- end of ["goals"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 8,
                ["dir"] = 47,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 2,
                ["dir"] = 48,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 1,
                ["dir"] = 111,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["dust_density"] = 0,
        ["season"] = 
        {
            ["temperature"] = 26,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 752,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
        }, -- end of ["fog"]
        ["enable_dust"] = false,
        ["groundTurbulence"] = 0,
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 200,
            ["density"] = 0,
            ["base"] = 300,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 453847.38114285,
                ["radius"] = 180,
                ["zoneId"] = 166,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -164293.91714285,
                ["hidden"] = true,
                ["name"] = "ЗОНА_ТАКР",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 694541.44885714,
                ["radius"] = 90000,
                ["zoneId"] = 1992,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -275906.14485715,
                ["hidden"] = true,
                ["name"] = "ГРАНИЦА",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 760671.78657142,
                ["radius"] = 50,
                ["zoneId"] = 2158,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -125480.88199999,
                ["hidden"] = true,
                ["name"] = "ВЗРЫВ_01",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 760755.61942856,
                ["radius"] = 100,
                ["zoneId"] = 2160,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -123877.46457142,
                ["hidden"] = true,
                ["name"] = "ВЗРЫВ_03",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 760218.49028571,
                ["radius"] = 50,
                ["zoneId"] = 2326,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -124175.89142856,
                ["hidden"] = true,
                ["name"] = "ВЗРЫВ_04",
            }, -- end of [5]
            [6] = 
            {
                ["y"] = 760465.86600001,
                ["radius"] = 1500,
                ["zoneId"] = 2492,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -125067.72314286,
                ["hidden"] = true,
                ["name"] = "ЗОНА_НАЛЬЧИК",
            }, -- end of [6]
            [7] = 
            {
                ["y"] = 462151.64657143,
                ["radius"] = 2000,
                ["zoneId"] = 2658,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -164403.97371429,
                ["hidden"] = true,
                ["name"] = "ЗОНА_СОЧИ",
            }, -- end of [7]
            [8] = 
            {
                ["y"] = 630177.85028571,
                ["radius"] = 10000,
                ["zoneId"] = 2824,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -169389.69628571,
                ["hidden"] = true,
                ["name"] = "ПОЖАРЫ",
            }, -- end of [8]
            [9] = 
            {
                ["y"] = 553327.95971428,
                ["radius"] = 5000,
                ["zoneId"] = 2825,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -204430.03685714,
                ["hidden"] = true,
                ["name"] = "РАЗРУШЕНИЯ_СУХУМИ",
            }, -- end of [9]
            [10] = 
            {
                ["y"] = 570524.23485714,
                ["radius"] = 10000,
                ["zoneId"] = 2826,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -216687.45485714,
                ["hidden"] = true,
                ["name"] = "РАЗРУШЕНИЯ_СУХУМИ_01",
            }, -- end of [10]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 760785.53305624,
        ["zoom"] = 419.71196169822,
        ["centerX"] = -125127.1596074,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["neutrals"] = 
        {
            [1] = 7,
            [2] = 21,
            [3] = 23,
            [4] = 70,
            [5] = 65,
            [6] = 11,
            [7] = 25,
            [8] = 64,
            [9] = 32,
            [10] = 50,
            [11] = 49,
            [12] = 6,
            [13] = 61,
            [14] = 31,
            [15] = 13,
            [16] = 29,
            [17] = 15,
            [18] = 33,
            [19] = 60,
            [20] = 59,
            [21] = 35,
            [22] = 34,
            [23] = 9,
            [24] = 20,
            [25] = 69,
            [26] = 48,
            [27] = 37,
            [28] = 8,
            [29] = 72,
            [30] = 27,
            [31] = 71,
            [32] = 58,
            [33] = 57,
            [34] = 55,
            [35] = 56,
            [36] = 10,
            [37] = 12,
            [38] = 74,
            [39] = 73,
            [40] = 39,
            [41] = 40,
            [42] = 41,
            [43] = 42,
            [44] = 38,
            [45] = 43,
            [46] = 47,
            [47] = 44,
            [48] = 68,
            [49] = 53,
            [50] = 52,
            [51] = 66,
            [52] = 51,
            [53] = 54,
            [54] = 30,
            [55] = 5,
            [56] = 28,
            [57] = 26,
            [58] = 63,
            [59] = 22,
            [60] = 46,
            [61] = 62,
            [62] = 67,
            [63] = 45,
            [64] = 36,
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            [1] = 4,
            [2] = 16,
            [3] = 17,
            [4] = 2,
            [5] = 3,
            [6] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 24,
            [3] = 0,
            [4] = 19,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "DictKey_descriptionText_1",
    ["pictureFileNameR"] = 
    {
        [1] = "ResKey_ImageBriefing_932",
        [2] = "ResKey_ImageBriefing_935",
        [3] = "ResKey_ImageBriefing_938",
    }, -- end of ["pictureFileNameR"]
    ["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
    ["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
    ["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 563864.90971429,
                ["x"] = -219671.94428572,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "blue",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [1]
                [2] = 
                {
                    ["name"] = "Georgia",
                    ["id"] = 16,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 110,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 694493.07428571,
                                            ["x"] = -275988.62742857,
                                            ["name"] = "DictKey_WptName_111",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EWR",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["number"] = 1,
                                                                ["callname"] = 1,
                                                            }, -- 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"] = 16,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "1L13 EWR",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 17,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694493.07428571,
                                        ["x"] = -275988.62742857,
                                        ["name"] = "DictKey_UnitName_110",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 694493.07428571,
                                ["x"] = -275988.62742857,
                                ["name"] = "DictKey_GroupName_109",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 564470.49742857,
                                                ["x"] = -220063.45971429,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 564465.64142857,
                                                ["x"] = -220063.40685714,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 13,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 564095.57371429,
                                            ["x"] = -219719.11485714,
                                            ["name"] = "DictKey_WptName_142",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Dog Ear radar",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 31,
                                        ["skill"] = "Excellent",
                                        ["y"] = 564095.57371429,
                                        ["x"] = -219719.11485714,
                                        ["name"] = "DictKey_UnitName_141",
                                        ["heading"] = 4.7232734646417,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 32,
                                        ["skill"] = "Excellent",
                                        ["y"] = 563411.40285714,
                                        ["x"] = -219690.43714286,
                                        ["name"] = "DictKey_UnitName_145",
                                        ["heading"] = 4.7232734646417,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 33,
                                        ["skill"] = "Excellent",
                                        ["y"] = 564042.63342857,
                                        ["x"] = -219595.86514286,
                                        ["name"] = "DictKey_UnitName_146",
                                        ["heading"] = 4.7232734646417,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 34,
                                        ["skill"] = "Excellent",
                                        ["y"] = 562352.04828571,
                                        ["x"] = -219495.11428572,
                                        ["name"] = "DictKey_UnitName_147",
                                        ["heading"] = 4.7232734646417,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 35,
                                        ["skill"] = "Excellent",
                                        ["y"] = 565396.02371429,
                                        ["x"] = -218985.49514286,
                                        ["name"] = "DictKey_UnitName_148",
                                        ["heading"] = 1.0297442586767,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["type"] = "5p73 s-125 ln",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 36,
                                        ["skill"] = "Excellent",
                                        ["y"] = 563856.49171429,
                                        ["x"] = -219645.40285715,
                                        ["name"] = "DictKey_UnitName_149",
                                        ["heading"] = 4.7232734646417,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["type"] = "p-19 s-125 sr",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 37,
                                        ["skill"] = "Excellent",
                                        ["y"] = 563798.69771429,
                                        ["x"] = -219599.618,
                                        ["name"] = "DictKey_UnitName_150",
                                        ["heading"] = 4.7232734646417,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["type"] = "snr s-125 tr",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 39,
                                        ["skill"] = "Excellent",
                                        ["y"] = 563720.63828571,
                                        ["x"] = -219606.37314286,
                                        ["name"] = "DictKey_UnitName_152",
                                        ["heading"] = 4.7232734646417,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [8]
                                }, -- end of ["units"]
                                ["y"] = 564095.57371429,
                                ["x"] = -219719.11485714,
                                ["name"] = "DictKey_GroupName_140",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 517170.042,
                                            ["x"] = -197871.85228571,
                                            ["name"] = "DictKey_WptName_162",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 2,
                                                                        ["name"] = 9,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 40,
                                        ["skill"] = "Excellent",
                                        ["y"] = 517170.042,
                                        ["x"] = -197871.85228571,
                                        ["name"] = "DictKey_UnitName_161",
                                        ["heading"] = 1.0297442586767,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 41,
                                        ["skill"] = "Excellent",
                                        ["y"] = 515696.84285714,
                                        ["x"] = -195410.65571428,
                                        ["name"] = "DictKey_UnitName_163",
                                        ["heading"] = 1.0297442586767,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 42,
                                        ["skill"] = "Excellent",
                                        ["y"] = 515097.67285714,
                                        ["x"] = -196595.06085714,
                                        ["name"] = "DictKey_UnitName_164",
                                        ["heading"] = 0.89011791851711,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "Dog Ear radar",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 43,
                                        ["skill"] = "Excellent",
                                        ["y"] = 515904.85771429,
                                        ["x"] = -195936.14857143,
                                        ["name"] = "DictKey_UnitName_165",
                                        ["heading"] = 5.6548667764616,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 517170.042,
                                ["x"] = -197871.85228571,
                                ["name"] = "DictKey_GroupName_160",
                                ["start_time"] = 0,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 7500,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 150,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 2,
                                                                        ["name"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 1,
                                                                        ["name"] = 4,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 113142.85714286,
                                            ["x"] = -302000,
                                            ["name"] = "DictKey_WptName_702",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 7500,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 150,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2739.6733877994,
                                            ["ETA_locked"] = false,
                                            ["y"] = 606920.38742857,
                                            ["x"] = -293988.16771429,
                                            ["name"] = "DictKey_WptName_703",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 45,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 3256.1720994468,
                                            ["ETA_locked"] = false,
                                            ["y"] = 683858.8125,
                                            ["x"] = -284887.375,
                                            ["name"] = "DictKey_WptName_704",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 25,
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 159,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 7500,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Georgian AF",
                                        ["skill"] = "Excellent",
                                        ["speed"] = 150,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["Rb04GroupTarget"] = 3,
                                            ["Rb04VinkelHopp"] = 0,
                                            ["WeapSafeHeight"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "An-26B",
                                        ["unitId"] = 215,
                                        ["psi"] = -1.5545721594033,
                                        ["y"] = 113142.85714286,
                                        ["x"] = -302000,
                                        ["name"] = "DictKey_UnitName_701",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "5500",
                                            ["flare"] = 384,
                                            ["chaff"] = 384,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.5545721594033,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Enfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "655",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 113142.85714286,
                                ["x"] = -302000,
                                ["name"] = "DictKey_GroupName_700",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 694651.02942857,
                                            ["speed"] = 0,
                                            ["x"] = -275990.826,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "tele_bash",
                                        ["type"] = "TV tower",
                                        ["unitId"] = 27,
                                        ["rate"] = 100,
                                        ["y"] = 694651.02942857,
                                        ["x"] = -275990.826,
                                        ["name"] = "DictKey_GroupName_128",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 694651.02942857,
                                ["x"] = -275990.826,
                                ["name"] = "DictKey_GroupName_128",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 694475.14257142,
                                            ["speed"] = 0,
                                            ["x"] = -275941.99971429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "tele_bash_m",
                                        ["type"] = "Comms tower M",
                                        ["unitId"] = 25,
                                        ["rate"] = 100,
                                        ["y"] = 694475.14257142,
                                        ["x"] = -275941.99971429,
                                        ["name"] = "DictKey_GroupName_122",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 694475.14257142,
                                ["x"] = -275941.99971429,
                                ["name"] = "DictKey_GroupName_122",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 694474.26771428,
                                            ["speed"] = 0,
                                            ["x"] = -276036.80342857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "tele_bash_m",
                                        ["type"] = "Comms tower M",
                                        ["unitId"] = 26,
                                        ["rate"] = 100,
                                        ["y"] = 694474.26771428,
                                        ["x"] = -276036.80342857,
                                        ["name"] = "DictKey_GroupName_125",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 694474.26771428,
                                ["x"] = -276036.80342857,
                                ["name"] = "DictKey_GroupName_125",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 6.16101225954,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564129.87285714,
                                            ["speed"] = 0,
                                            ["x"] = -219813.79828571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 209,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Georgian AF",
                                        ["category"] = "Planes",
                                        ["type"] = "An-26B",
                                        ["unitId"] = 266,
                                        ["rate"] = "50",
                                        ["y"] = 564129.87285714,
                                        ["x"] = -219813.79828571,
                                        ["name"] = "DictKey_GroupName_920",
                                        ["heading"] = 6.16101225954,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564129.87285714,
                                ["x"] = -219813.79828571,
                                ["name"] = "DictKey_GroupName_920",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 6.16101225954,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564169.58428572,
                                            ["speed"] = 0,
                                            ["x"] = -219809.92399999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 210,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Georgian AF",
                                        ["category"] = "Planes",
                                        ["type"] = "An-26B",
                                        ["unitId"] = 267,
                                        ["y"] = 564169.58428572,
                                        ["x"] = -219809.92399999,
                                        ["name"] = "DictKey_GroupName_923",
                                        ["heading"] = 6.16101225954,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564169.58428572,
                                ["x"] = -219809.92399999,
                                ["name"] = "DictKey_GroupName_923",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 6.16101225954,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564249.00714286,
                                            ["speed"] = 0,
                                            ["x"] = -219803.14399999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 211,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Georgian AF",
                                        ["category"] = "Planes",
                                        ["type"] = "An-26B",
                                        ["unitId"] = 268,
                                        ["y"] = 564249.00714286,
                                        ["x"] = -219803.14399999,
                                        ["name"] = "DictKey_GroupName_926",
                                        ["heading"] = 6.16101225954,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564249.00714286,
                                ["x"] = -219803.14399999,
                                ["name"] = "DictKey_GroupName_926",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 6.16101225954,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564305.18428572,
                                            ["speed"] = 0,
                                            ["x"] = -219797.97828571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 212,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Georgian AF",
                                        ["category"] = "Planes",
                                        ["type"] = "An-26B",
                                        ["unitId"] = 269,
                                        ["y"] = 564305.18428572,
                                        ["x"] = -219797.97828571,
                                        ["name"] = "DictKey_GroupName_929",
                                        ["heading"] = 6.16101225954,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564305.18428572,
                                ["x"] = -219797.97828571,
                                ["name"] = "DictKey_GroupName_929",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [7]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 17,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563865.27971429,
                                            ["speed"] = 0,
                                            ["x"] = -219671.81114286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 146,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "ComCenter",
                                        ["type"] = ".Command Center",
                                        ["unitId"] = 194,
                                        ["rate"] = 100,
                                        ["y"] = 563865.27971429,
                                        ["x"] = -219671.81114286,
                                        ["name"] = "DictKey_GroupName_585",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563865.27971429,
                                ["x"] = -219671.81114286,
                                ["name"] = "DictKey_GroupName_585",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0.38397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563505.21342857,
                                            ["speed"] = 0,
                                            ["x"] = -219876.49828571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 198,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 255,
                                        ["rate"] = 50,
                                        ["y"] = 563505.21342857,
                                        ["x"] = -219876.49828571,
                                        ["name"] = "DictKey_GroupName_887",
                                        ["heading"] = 0.38397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563505.21342857,
                                ["x"] = -219876.49828571,
                                ["name"] = "DictKey_GroupName_887",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0.38397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563476.15714286,
                                            ["speed"] = 0,
                                            ["x"] = -219867.16828571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 199,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 256,
                                        ["y"] = 563476.15714286,
                                        ["x"] = -219867.16828571,
                                        ["name"] = "DictKey_GroupName_890",
                                        ["heading"] = 0.38397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563476.15714286,
                                ["x"] = -219867.16828571,
                                ["name"] = "DictKey_GroupName_890",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0.38397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563534.00314286,
                                            ["speed"] = 0,
                                            ["x"] = -219885.56171428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 200,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 257,
                                        ["y"] = 563534.00314286,
                                        ["x"] = -219885.56171428,
                                        ["name"] = "DictKey_GroupName_893",
                                        ["heading"] = 0.38397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563534.00314286,
                                ["x"] = -219885.56171428,
                                ["name"] = "DictKey_GroupName_893",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 0.38397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563563.326,
                                            ["speed"] = 0,
                                            ["x"] = -219893.82542856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 201,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 258,
                                        ["y"] = 563563.326,
                                        ["x"] = -219893.82542856,
                                        ["name"] = "DictKey_GroupName_896",
                                        ["heading"] = 0.38397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563563.326,
                                ["x"] = -219893.82542856,
                                ["name"] = "DictKey_GroupName_896",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 0.38397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563595.58114286,
                                            ["speed"] = 0,
                                            ["x"] = -219903.68857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 202,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 259,
                                        ["y"] = 563595.58114286,
                                        ["x"] = -219903.68857142,
                                        ["name"] = "DictKey_GroupName_899",
                                        ["heading"] = 0.38397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563595.58114286,
                                ["x"] = -219903.68857142,
                                ["name"] = "DictKey_GroupName_899",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 0.38397243543875,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563629.70228572,
                                            ["speed"] = 0,
                                            ["x"] = -219913.55171428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 203,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 260,
                                        ["y"] = 563629.70228572,
                                        ["x"] = -219913.55171428,
                                        ["name"] = "DictKey_GroupName_902",
                                        ["heading"] = 0.38397243543875,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563629.70228572,
                                ["x"] = -219913.55171428,
                                ["name"] = "DictKey_GroupName_902",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 2.9670597283904,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564017.52485714,
                                            ["speed"] = 0,
                                            ["x"] = -219770.30142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 204,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 261,
                                        ["y"] = 564017.52485714,
                                        ["x"] = -219770.30142856,
                                        ["name"] = "DictKey_GroupName_905",
                                        ["heading"] = 2.9670597283904,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564017.52485714,
                                ["x"] = -219770.30142856,
                                ["name"] = "DictKey_GroupName_905",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 2.9670597283904,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564056.152,
                                            ["speed"] = 0,
                                            ["x"] = -219766.11428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 205,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 262,
                                        ["y"] = 564056.152,
                                        ["x"] = -219766.11428571,
                                        ["name"] = "DictKey_GroupName_908",
                                        ["heading"] = 2.9670597283904,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564056.152,
                                ["x"] = -219766.11428571,
                                ["name"] = "DictKey_GroupName_908",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 2.9670597283904,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564096.22914286,
                                            ["speed"] = 0,
                                            ["x"] = -219762.31999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 206,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 263,
                                        ["y"] = 564096.22914286,
                                        ["x"] = -219762.31999999,
                                        ["name"] = "DictKey_GroupName_911",
                                        ["heading"] = 2.9670597283904,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564096.22914286,
                                ["x"] = -219762.31999999,
                                ["name"] = "DictKey_GroupName_911",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 2.9670597283904,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564135.59485714,
                                            ["speed"] = 0,
                                            ["x"] = -219758.05142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 207,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 264,
                                        ["y"] = 564135.59485714,
                                        ["x"] = -219758.05142856,
                                        ["name"] = "DictKey_GroupName_914",
                                        ["heading"] = 2.9670597283904,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564135.59485714,
                                ["x"] = -219758.05142856,
                                ["name"] = "DictKey_GroupName_914",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 2.9670597283904,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 564174.96057143,
                                            ["speed"] = 0,
                                            ["x"] = -219753.30857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 208,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Planes",
                                        ["type"] = "L-39C",
                                        ["unitId"] = 265,
                                        ["y"] = 564174.96057143,
                                        ["x"] = -219753.30857142,
                                        ["name"] = "DictKey_GroupName_917",
                                        ["heading"] = 2.9670597283904,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 564174.96057143,
                                ["x"] = -219753.30857142,
                                ["name"] = "DictKey_GroupName_917",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 563185.77885714,
                                            ["speed"] = 0,
                                            ["x"] = -220727.19514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 191,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 248,
                                        ["y"] = 563185.77885714,
                                        ["x"] = -220727.19514285,
                                        ["name"] = "DictKey_GroupName_866",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 563185.77885714,
                                ["x"] = -220727.19514285,
                                ["name"] = "DictKey_GroupName_866",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 571754.74771428,
                                            ["speed"] = 0,
                                            ["x"] = -217102.72714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 192,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 249,
                                        ["y"] = 571754.74771428,
                                        ["x"] = -217102.72714285,
                                        ["name"] = "DictKey_GroupName_869",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 571754.74771428,
                                ["x"] = -217102.72714285,
                                ["name"] = "DictKey_GroupName_869",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 565008.57,
                                            ["speed"] = 0,
                                            ["x"] = -217090.66257142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 193,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 8,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 250,
                                        ["y"] = 565008.57,
                                        ["x"] = -217090.66257142,
                                        ["name"] = "DictKey_GroupName_872",
                                        ["effectTransparency"] = 0.7,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 565008.57,
                                ["x"] = -217090.66257142,
                                ["name"] = "DictKey_GroupName_872",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 567666.82,
                                            ["speed"] = 0,
                                            ["x"] = -222161.47714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 194,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 2,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 251,
                                        ["y"] = 567666.82,
                                        ["x"] = -222161.47714285,
                                        ["name"] = "DictKey_GroupName_875",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 567666.82,
                                ["x"] = -222161.47714285,
                                ["name"] = "DictKey_GroupName_875",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 556943.23085714,
                                            ["speed"] = 0,
                                            ["x"] = -205599.24885714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 195,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 7,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 252,
                                        ["y"] = 556943.23085714,
                                        ["x"] = -205599.24885714,
                                        ["name"] = "DictKey_GroupName_878",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 556943.23085714,
                                ["x"] = -205599.24885714,
                                ["name"] = "DictKey_GroupName_878",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 555994.046,
                                            ["speed"] = 0,
                                            ["x"] = -205420.26514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 196,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 253,
                                        ["y"] = 555994.046,
                                        ["x"] = -205420.26514285,
                                        ["name"] = "DictKey_GroupName_881",
                                        ["effectTransparency"] = 0.8,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 555994.046,
                                ["x"] = -205420.26514285,
                                ["name"] = "DictKey_GroupName_881",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 555904.09742857,
                                            ["speed"] = 0,
                                            ["x"] = -205163.74514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 197,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 254,
                                        ["y"] = 555904.09742857,
                                        ["x"] = -205163.74514285,
                                        ["name"] = "DictKey_GroupName_884",
                                        ["effectTransparency"] = 0.4,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 555904.09742857,
                                ["x"] = -205163.74514285,
                                ["name"] = "DictKey_GroupName_884",
                                ["linkOffset"] = false,
                                ["dead"] = false,
                            }, -- end of [19]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["name"] = "Insurgents",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 688008.21771429,
                                                ["x"] = -274335.43771428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 688036.22314286,
                                                ["x"] = -274333.40657143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 110,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 694537.07428571,
                                            ["x"] = -275988.056,
                                            ["name"] = "DictKey_WptName_114",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 1,
                                                                        ["name"] = 9,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Patriot str",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 18,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694537.07428571,
                                        ["x"] = -275988.056,
                                        ["name"] = "DictKey_UnitName_113",
                                        ["heading"] = 5.3058009260628,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Patriot EPP",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 19,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694536.78857142,
                                        ["x"] = -276030.91314286,
                                        ["name"] = "DictKey_UnitName_116",
                                        ["heading"] = 5.3058009260628,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Patriot AMG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 20,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694584.21714285,
                                        ["x"] = -275988.34171429,
                                        ["name"] = "DictKey_UnitName_117",
                                        ["heading"] = 5.3058009260628,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "Patriot cp",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 21,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694538.78857142,
                                        ["x"] = -275942.91314286,
                                        ["name"] = "DictKey_UnitName_118",
                                        ["heading"] = 5.3058009260628,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["type"] = "Vulcan",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 22,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694442.78857142,
                                        ["x"] = -275989.77028572,
                                        ["name"] = "DictKey_UnitName_119",
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["type"] = "Patriot ln",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 23,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694605.02942857,
                                        ["x"] = -275913.39742857,
                                        ["name"] = "DictKey_UnitName_120",
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["type"] = "Patriot ln",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 24,
                                        ["skill"] = "Excellent",
                                        ["y"] = 694604.458,
                                        ["x"] = -276067.96885714,
                                        ["name"] = "DictKey_UnitName_121",
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 694537.07428571,
                                ["x"] = -275988.056,
                                ["name"] = "DictKey_GroupName_112",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "USA",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Escort",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 7500,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 150,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Escort",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["lastWptIndexFlagChangedManually"] = true,
                                                                ["engagementDistMax"] = 60000,
                                                                ["groupId"] = 159,
                                                                ["lastWptIndex"] = 3,
                                                                ["lastWptIndexFlag"] = true,
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Fighters",
                                                                }, -- end of ["targetTypes"]
                                                                ["pos"] = 
                                                                {
                                                                    ["y"] = 0,
                                                                    ["x"] = -500,
                                                                    ["z"] = 76,
                                                                }, -- end of ["pos"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 13,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 0,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 113113.50571429,
                                            ["x"] = -302068.71885714,
                                            ["name"] = "DictKey_WptName_707",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 7500,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 150,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2739.8042665703,
                                            ["ETA_locked"] = false,
                                            ["y"] = 606897.932,
                                            ["x"] = -294061.59485715,
                                            ["name"] = "DictKey_WptName_709",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 45,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 3256.5093592198,
                                            ["ETA_locked"] = false,
                                            ["y"] = 683858.8125,
                                            ["x"] = -284887.375,
                                            ["name"] = "DictKey_WptName_710",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 25,
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 160,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 7500,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "High",
                                        ["speed"] = 150,
                                        ["type"] = "F-4E",
                                        ["unitId"] = 216,
                                        ["psi"] = -1.5545819185395,
                                        ["y"] = 113113.50571429,
                                        ["x"] = -302068.71885714,
                                        ["name"] = "DictKey_UnitName_706",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "4864",
                                            ["flare"] = 30,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.5545819185395,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Springfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "418",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 7500,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "High",
                                        ["speed"] = 150,
                                        ["type"] = "F-4E",
                                        ["unitId"] = 217,
                                        ["psi"] = -1.5545819185395,
                                        ["y"] = 288634.39342854,
                                        ["x"] = -299336.66571428,
                                        ["name"] = "DictKey_UnitName_708",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "4864",
                                            ["flare"] = 30,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.5545819185395,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Springfield12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "420",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 113113.50571429,
                                ["x"] = -302068.71885714,
                                ["name"] = "DictKey_GroupName_705",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [6]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 461632.21485714,
                ["x"] = -164583.66799999,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "red",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 24,
                    ["name"] = "Belarus",
                }, -- end of [2]
                [3] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Nothing",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 30,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["linkUnit"] = 64,
                                            ["helipadId"] = 64,
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 86400,
                                            ["ETA_locked"] = true,
                                            ["y"] = 462326.24224172,
                                            ["x"] = -163975.91302781,
                                            ["name"] = "DictKey_WptName_231",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 47,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 30,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "night",
                                        ["skill"] = "Excellent",
                                        ["parking"] = "1",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 41.666666666667,
                                        ["type"] = "Mi-28N",
                                        ["unitId"] = 65,
                                        ["psi"] = -2.9710485349554,
                                        ["parking_id"] = "1",
                                        ["x"] = -163975.91302781,
                                        ["name"] = "DictKey_UnitName_230",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1500",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 462326.24224172,
                                        ["heading"] = 2.9710485349554,
                                        ["callsign"] = 102,
                                        ["onboard_num"] = "050",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462326.24224172,
                                ["x"] = -163975.91302781,
                                ["name"] = "DictKey_GroupName_229",
                                ["communication"] = true,
                                ["start_time"] = 86400,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 431,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 0.55555555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 760739.25257143,
                                            ["x"] = -125094.70571428,
                                            ["name"] = "DictKey_WptName_741",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 440,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 0.55555555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 24.394656665902,
                                            ["ETA_locked"] = false,
                                            ["y"] = 760747.40057143,
                                            ["x"] = -125105.53542856,
                                            ["name"] = "DictKey_WptName_742",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 440,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 27.777777777778,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 30.589964273266,
                                            ["ETA_locked"] = false,
                                            ["y"] = 760608.512,
                                            ["x"] = -125207.15028571,
                                            ["name"] = "DictKey_WptName_743",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 700,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 27.777777777778,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 700,
                                                                ["pattern"] = "Circle",
                                                                ["speed"] = 27.777777777778,
                                                                ["speedEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 42.343440435824,
                                            ["ETA_locked"] = false,
                                            ["y"] = 760621.49828573,
                                            ["x"] = -124671.04542857,
                                            ["name"] = "DictKey_WptName_744",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 167,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 431,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "standard",
                                        ["skill"] = "High",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 0.55555555555556,
                                        ["type"] = "Mi-28N",
                                        ["unitId"] = 224,
                                        ["psi"] = -2.4965736471592,
                                        ["y"] = 760739.25257143,
                                        ["x"] = -125094.70571428,
                                        ["name"] = "DictKey_UnitName_740",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 600,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 2.4965736471592,
                                        ["callsign"] = 104,
                                        ["onboard_num"] = "050",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760739.25257143,
                                ["x"] = -125094.70571428,
                                ["name"] = "DictKey_GroupName_739",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Russia",
                    ["ship"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86400,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 453848.3614286,
                                            ["x"] = -164293.69828572,
                                            ["name"] = "DictKey_WptName_12",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "KUZNECOW",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 2,
                                        ["skill"] = "Excellent",
                                        ["y"] = 453848.3614286,
                                        ["x"] = -164293.69828572,
                                        ["name"] = "DictKey_UnitName_11",
                                        ["heading"] = 2.1779311675013,
                                        ["modulation"] = 0,
                                        ["frequency"] = 127500000,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 453848.3614286,
                                ["x"] = -164293.69828572,
                                ["name"] = "DictKey_GroupName_10",
                                ["start_time"] = 86400,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86400,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 454205.30999999,
                                            ["x"] = -164531.81685714,
                                            ["name"] = "DictKey_WptName_20",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "MOLNIYA",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 4,
                                        ["skill"] = "Excellent",
                                        ["y"] = 454205.30999999,
                                        ["x"] = -164531.81685714,
                                        ["name"] = "DictKey_UnitName_19",
                                        ["heading"] = 2.1816615649929,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 454205.30999999,
                                ["x"] = -164531.81685714,
                                ["name"] = "DictKey_GroupName_18",
                                ["start_time"] = 86400,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86400,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 453973.07657142,
                                            ["x"] = -164205.92857143,
                                            ["name"] = "DictKey_WptName_25",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "NEUSTRASH",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 5,
                                        ["skill"] = "Excellent",
                                        ["y"] = 453973.07657142,
                                        ["x"] = -164205.92857143,
                                        ["name"] = "DictKey_UnitName_24",
                                        ["heading"] = 2.1816615649929,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 453973.07657142,
                                ["x"] = -164205.92857143,
                                ["name"] = "DictKey_GroupName_23",
                                ["start_time"] = 86400,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["ship"]
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 461916.09257142,
                                                ["x"] = -164291.29085714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 461916.59428571,
                                                ["x"] = -164290.56171428,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 461907.13828571,
                                            ["x"] = -164298.99942857,
                                            ["name"] = "DictKey_WptName_643",
                                            ["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"] = 149,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 200,
                                        ["skill"] = "High",
                                        ["y"] = 461907.13828571,
                                        ["x"] = -164298.99942857,
                                        ["name"] = "DictKey_UnitName_642",
                                        ["heading"] = 2.6529004630314,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "2S6 Tunguska",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 201,
                                        ["skill"] = "High",
                                        ["y"] = 462849.76314285,
                                        ["x"] = -163602.28257143,
                                        ["name"] = "DictKey_UnitName_646",
                                        ["heading"] = 2.6529004630314,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "2S6 Tunguska",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 202,
                                        ["skill"] = "High",
                                        ["y"] = 462710.70571428,
                                        ["x"] = -164562.39142857,
                                        ["name"] = "DictKey_UnitName_647",
                                        ["heading"] = 2.6529004630314,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "SA-11 Buk SR 9S18M1",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 203,
                                        ["skill"] = "High",
                                        ["y"] = 461120.66799999,
                                        ["x"] = -165217.31885714,
                                        ["name"] = "DictKey_UnitName_648",
                                        ["heading"] = 2.6529004630314,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["type"] = "SA-11 Buk LN 9A310M1",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 204,
                                        ["skill"] = "High",
                                        ["y"] = 461309.79142856,
                                        ["x"] = -165133.264,
                                        ["name"] = "DictKey_UnitName_649",
                                        ["heading"] = 2.6529004630314,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["type"] = "SA-11 Buk CC 9S470M1",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 205,
                                        ["skill"] = "High",
                                        ["y"] = 461223.98542856,
                                        ["x"] = -165164.78457143,
                                        ["name"] = "DictKey_UnitName_650",
                                        ["heading"] = 2.6529004630314,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 461907.13828571,
                                ["x"] = -164298.99942857,
                                ["name"] = "DictKey_GroupName_641",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 760786.98771429,
                                                ["x"] = -125117.46885714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 760737.27342857,
                                                ["x"] = -125098.326,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 760737.27342857,
                                                ["x"] = -125098.326,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 760244.26714286,
                                                ["x"] = -125438.09685714,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 760260.52114286,
                                                ["x"] = -125496.18028571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 760260.52114286,
                                                ["x"] = -125496.18028571,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 760244.26714286,
                                                ["x"] = -125438.09685714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 760260.52114286,
                                                ["x"] = -125496.18028571,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 430,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86400,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 760786.98771429,
                                            ["x"] = -125117.46885714,
                                            ["name"] = "DictKey_WptName_733",
                                            ["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]
                                        [2] = 
                                        {
                                            ["alt"] = 430,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2.5570799673047,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 760737.27342857,
                                            ["x"] = -125098.326,
                                            ["name"] = "DictKey_WptName_734",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20.833333333333,
                                            ["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"] = 430,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 31.296994614052,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 760244.26714286,
                                            ["x"] = -125438.09685714,
                                            ["name"] = "DictKey_WptName_735",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20.833333333333,
                                            ["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"] = 430,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86434.192105846,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 760260.52114286,
                                            ["x"] = -125496.18028571,
                                            ["name"] = "DictKey_WptName_736",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20.833333333333,
                                            ["action"] = "Off 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"] = 166,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ZiL-131 APA-80",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 223,
                                        ["skill"] = "Excellent",
                                        ["y"] = 760786.98771429,
                                        ["x"] = -125117.46885714,
                                        ["name"] = "DictKey_UnitName_732",
                                        ["heading"] = -1.2032374334002,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760786.98771429,
                                ["x"] = -125117.46885714,
                                ["name"] = "DictKey_GroupName_731",
                                ["start_time"] = 86400,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["task"] = "Без задачи",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462245.10742858,
                                                ["x"] = -164239.79800001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462168.25028572,
                                                ["x"] = -164288.65514287,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462167.39314286,
                                                ["x"] = -164283.79800001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462252.82171429,
                                                ["x"] = -164241.79800001,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462252.82171429,
                                                ["x"] = -164241.79800001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462248.82171429,
                                                ["x"] = -164239.79800001,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462165.10742858,
                                                ["x"] = -164287.22657144,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462163.67885715,
                                                ["x"] = -164282.94085715,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [8] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462168.25028572,
                                                ["x"] = -164288.65514287,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462166.53600001,
                                                ["x"] = -164278.65514287,
                                            }, -- end of [2]
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462166.53600001,
                                                ["x"] = -164278.65514287,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462258.82171429,
                                                ["x"] = -164239.22657144,
                                            }, -- end of [2]
                                        }, -- end of [9]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462163.67885715,
                                                ["x"] = -164282.94085715,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462255.67885715,
                                                ["x"] = -164242.94085715,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                        [10] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462258.82171429,
                                                ["x"] = -164239.22657144,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462258.82171429,
                                                ["x"] = -164239.22657144,
                                            }, -- end of [2]
                                        }, -- end of [10]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462248.82171429,
                                                ["x"] = -164239.79800001,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462165.10742858,
                                                ["x"] = -164287.22657144,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 462255.67885715,
                                                ["x"] = -164242.94085715,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 462245.10742858,
                                                ["x"] = -164239.79800001,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86400,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462167.39314286,
                                            ["x"] = -164283.79800001,
                                            ["name"] = "DictKey_WptName_855",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0.83333333333333,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86514.233702452,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462252.82171429,
                                            ["x"] = -164241.79800001,
                                            ["name"] = "DictKey_WptName_856",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86519.600265595,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462248.82171429,
                                            ["x"] = -164239.79800001,
                                            ["name"] = "DictKey_WptName_858",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86635.059667418,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462165.10742858,
                                            ["x"] = -164287.22657144,
                                            ["name"] = "DictKey_WptName_859",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86640.480714836,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462163.67885715,
                                            ["x"] = -164282.94085715,
                                            ["name"] = "DictKey_WptName_860",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86760.864102394,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462255.67885715,
                                            ["x"] = -164242.94085715,
                                            ["name"] = "DictKey_WptName_861",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86774.098565753,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462245.10742858,
                                            ["x"] = -164239.79800001,
                                            ["name"] = "DictKey_WptName_862",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86883.384515333,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462168.25028572,
                                            ["x"] = -164288.65514287,
                                            ["name"] = "DictKey_WptName_863",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86895.559565096,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462166.53600001,
                                            ["x"] = -164278.65514287,
                                            ["name"] = "DictKey_WptName_864",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 87015.986397823,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 462258.82171429,
                                            ["x"] = -164239.22657144,
                                            ["name"] = "DictKey_WptName_865",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 0.83333333333333,
                                            ["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"] = 190,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Infantry AK",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 247,
                                        ["skill"] = "Excellent",
                                        ["y"] = 462167.39314286,
                                        ["x"] = -164283.79800001,
                                        ["name"] = "DictKey_UnitName_854",
                                        ["heading"] = 1.1138600264322,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462167.39314286,
                                ["x"] = -164283.79800001,
                                ["name"] = "DictKey_GroupName_853",
                                ["start_time"] = 86400,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["lateActivation"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Intercept",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = false,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 86400,
                                            ["ETA_locked"] = true,
                                            ["y"] = 760798.75,
                                            ["x"] = -125116.8515625,
                                            ["name"] = "DictKey_WptName_37",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 27,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 166.66666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 86464.905553837,
                                            ["ETA_locked"] = false,
                                            ["y"] = 769491.43742857,
                                            ["x"] = -118678.10257143,
                                            ["name"] = "DictKey_WptName_727",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 10500,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 250,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 2,
                                                                        ["name"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 3,
                                                                        ["name"] = 13,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackUnit",
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["altitudeEnabled"] = false,
                                                                ["unitId"] = 215,
                                                                ["attackQtyLimit"] = false,
                                                                ["attackQty"] = 1,
                                                                ["expend"] = "Auto",
                                                                ["altitude"] = 10500,
                                                                ["directionEnabled"] = false,
                                                                ["groupAttack"] = false,
                                                                ["weaponType"] = 16777216,
                                                                ["direction"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackGroup",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["weaponType"] = 16777216,
                                                                ["groupId"] = 160,
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 88013.214623488,
                                            ["ETA_locked"] = false,
                                            ["y"] = 405701.40428571,
                                            ["x"] = -250911.316,
                                            ["name"] = "DictKey_WptName_728",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 0,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["linkUnit"] = 2,
                                            ["helipadId"] = 2,
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 88726.732123485,
                                            ["ETA_locked"] = false,
                                            ["y"] = 453848.3614286,
                                            ["x"] = -164293.69828572,
                                            ["name"] = "DictKey_WptName_729",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 0,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "279th kiap 1st squad navy",
                                        ["skill"] = "Player",
                                        ["parking"] = 14,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "Su-33",
                                        ["unitId"] = 7,
                                        ["psi"] = -0.93326823368381,
                                        ["parking_id"] = "01",
                                        ["x"] = -125116.8515625,
                                        ["name"] = "DictKey_UnitName_36",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [12] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 9500,
                                            ["flare"] = 48,
                                            ["chaff"] = 48,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 760798.75,
                                        ["heading"] = 0.93326823368381,
                                        ["callsign"] = 375,
                                        ["onboard_num"] = "075",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 0,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "279th kiap 1st squad navy",
                                        ["skill"] = "Excellent",
                                        ["parking"] = 11,
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "Su-33",
                                        ["unitId"] = 8,
                                        ["psi"] = -0.93326823368381,
                                        ["parking_id"] = "03",
                                        ["x"] = -125148.34375,
                                        ["name"] = "DictKey_UnitName_39",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [12] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 9500,
                                            ["flare"] = 48,
                                            ["chaff"] = 48,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 760748,
                                        ["heading"] = 0.93326823368381,
                                        ["callsign"] = 375,
                                        ["onboard_num"] = "077",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 760798.75,
                                ["x"] = -125116.8515625,
                                ["name"] = "DictKey_GroupName_35",
                                ["communication"] = true,
                                ["start_time"] = 86400,
                                ["modulation"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461632.36085714,
                                            ["speed"] = 0,
                                            ["x"] = -164583.61514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "ComCenter",
                                        ["type"] = ".Command Center",
                                        ["unitId"] = 13,
                                        ["y"] = 461632.36085714,
                                        ["x"] = -164583.61514285,
                                        ["name"] = "DictKey_GroupName_80",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461632.36085714,
                                ["x"] = -164583.61514285,
                                ["name"] = "DictKey_GroupName_80",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 5.1836278784232,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 463636.22628572,
                                            ["speed"] = 0,
                                            ["x"] = -163902.66,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "279th kiap 1st squad navy",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-33",
                                        ["unitId"] = 16,
                                        ["y"] = 463636.22628572,
                                        ["x"] = -163902.66,
                                        ["name"] = "DictKey_GroupName_101",
                                        ["heading"] = 5.1836278784232,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 463636.22628572,
                                ["x"] = -163902.66,
                                ["name"] = "DictKey_GroupName_101",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 463646.46914286,
                                            ["speed"] = 0,
                                            ["x"] = -163888.66142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "ZiL-131 APA-80",
                                        ["unitId"] = 44,
                                        ["rate"] = 6,
                                        ["y"] = 463646.46914286,
                                        ["x"] = -163888.66142857,
                                        ["name"] = "DictKey_GroupName_166",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 463646.46914286,
                                ["x"] = -163888.66142857,
                                ["name"] = "DictKey_GroupName_166",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 463647.64142857,
                                            ["speed"] = 0,
                                            ["x"] = -163917.98142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 27,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "konteiner_white",
                                        ["type"] = "Container white",
                                        ["unitId"] = 45,
                                        ["rate"] = 100,
                                        ["y"] = 463647.64142857,
                                        ["x"] = -163917.98142857,
                                        ["name"] = "DictKey_GroupName_169",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 463647.64142857,
                                ["x"] = -163917.98142857,
                                ["name"] = "DictKey_GroupName_169",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 463657.92714285,
                                            ["speed"] = 0,
                                            ["x"] = -163913.12428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 28,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["shape_name"] = "konteiner_white",
                                        ["type"] = "Container white",
                                        ["unitId"] = 46,
                                        ["y"] = 463657.92714285,
                                        ["x"] = -163913.12428571,
                                        ["name"] = "DictKey_GroupName_172",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 463657.92714285,
                                ["x"] = -163913.12428571,
                                ["name"] = "DictKey_GroupName_172",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462905.33971428,
                                            ["speed"] = 0,
                                            ["x"] = -163871.67714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 29,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "forest camo scheme #1 (native)",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25",
                                        ["unitId"] = 47,
                                        ["rate"] = "40",
                                        ["y"] = 462905.33971428,
                                        ["x"] = -163871.67714285,
                                        ["name"] = "DictKey_GroupName_175",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462905.33971428,
                                ["x"] = -163871.67714285,
                                ["name"] = "DictKey_GroupName_175",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462852.33285714,
                                            ["speed"] = 0,
                                            ["x"] = -163900.776,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 30,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "forest camo scheme #1 (native)",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25",
                                        ["unitId"] = 48,
                                        ["y"] = 462852.33285714,
                                        ["x"] = -163900.776,
                                        ["name"] = "DictKey_GroupName_178",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462852.33285714,
                                ["x"] = -163900.776,
                                ["name"] = "DictKey_GroupName_178",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462798.41857142,
                                            ["speed"] = 0,
                                            ["x"] = -163928.826,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 31,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "forest camo scheme #1 (native)",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25",
                                        ["unitId"] = 49,
                                        ["y"] = 462798.41857142,
                                        ["x"] = -163928.826,
                                        ["name"] = "DictKey_GroupName_181",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462798.41857142,
                                ["x"] = -163928.826,
                                ["name"] = "DictKey_GroupName_181",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462746.71657142,
                                            ["speed"] = 0,
                                            ["x"] = -163957.15971428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 32,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "forest camo scheme #1 (native)",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25",
                                        ["unitId"] = 50,
                                        ["y"] = 462746.71657142,
                                        ["x"] = -163957.15971428,
                                        ["name"] = "DictKey_GroupName_184",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462746.71657142,
                                ["x"] = -163957.15971428,
                                ["name"] = "DictKey_GroupName_184",
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462695.68942857,
                                            ["speed"] = 0,
                                            ["x"] = -163985.34428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24MR",
                                        ["unitId"] = 51,
                                        ["rate"] = "70",
                                        ["y"] = 462695.68942857,
                                        ["x"] = -163985.34428571,
                                        ["name"] = "DictKey_GroupName_187",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462695.68942857,
                                ["x"] = -163985.34428571,
                                ["name"] = "DictKey_GroupName_187",
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462640.50799999,
                                            ["speed"] = 0,
                                            ["x"] = -164013.80628571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24MR",
                                        ["unitId"] = 52,
                                        ["y"] = 462640.50799999,
                                        ["x"] = -164013.80628571,
                                        ["name"] = "DictKey_GroupName_190",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462640.50799999,
                                ["x"] = -164013.80628571,
                                ["name"] = "DictKey_GroupName_190",
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462587.06914285,
                                            ["speed"] = 0,
                                            ["x"] = -164041.68742857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 35,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24MR",
                                        ["unitId"] = 53,
                                        ["y"] = 462587.06914285,
                                        ["x"] = -164041.68742857,
                                        ["name"] = "DictKey_GroupName_193",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462587.06914285,
                                ["x"] = -164041.68742857,
                                ["name"] = "DictKey_GroupName_193",
                                ["dead"] = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462533.57171428,
                                            ["speed"] = 0,
                                            ["x"] = -164068.92257143,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 36,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-24MR",
                                        ["unitId"] = 54,
                                        ["y"] = 462533.57171428,
                                        ["x"] = -164068.92257143,
                                        ["name"] = "DictKey_GroupName_196",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462533.57171428,
                                ["x"] = -164068.92257143,
                                ["name"] = "DictKey_GroupName_196",
                                ["dead"] = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462481.21742857,
                                            ["speed"] = 0,
                                            ["x"] = -164097.42657143,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 37,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "MVD aeroflot",
                                        ["category"] = "Planes",
                                        ["type"] = "IL-76MD",
                                        ["unitId"] = 55,
                                        ["rate"] = "70",
                                        ["y"] = 462481.21742857,
                                        ["x"] = -164097.42657143,
                                        ["name"] = "DictKey_GroupName_199",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462481.21742857,
                                ["x"] = -164097.42657143,
                                ["name"] = "DictKey_GroupName_199",
                                ["dead"] = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462217.39142857,
                                            ["speed"] = 0,
                                            ["x"] = -164239.01228571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 40,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Tu-22M3",
                                        ["unitId"] = 58,
                                        ["rate"] = "100",
                                        ["y"] = 462217.39142857,
                                        ["x"] = -164239.01228571,
                                        ["name"] = "DictKey_GroupName_208",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462217.39142857,
                                ["x"] = -164239.01228571,
                                ["name"] = "DictKey_GroupName_208",
                                ["dead"] = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462163.84742857,
                                            ["speed"] = 0,
                                            ["x"] = -164267.71628571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Tu-22M3",
                                        ["unitId"] = 59,
                                        ["rate"] = "100",
                                        ["y"] = 462163.84742857,
                                        ["x"] = -164267.71628571,
                                        ["name"] = "DictKey_GroupName_211",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462163.84742857,
                                ["x"] = -164267.71628571,
                                ["name"] = "DictKey_GroupName_211",
                                ["dead"] = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461915.81228571,
                                            ["speed"] = 0,
                                            ["x"] = -164400.17685714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 42,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "RF Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "An-30M",
                                        ["unitId"] = 60,
                                        ["rate"] = "50",
                                        ["y"] = 461915.81228571,
                                        ["x"] = -164400.17685714,
                                        ["name"] = "DictKey_GroupName_214",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461915.81228571,
                                ["x"] = -164400.17685714,
                                ["name"] = "DictKey_GroupName_214",
                                ["dead"] = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461863.25885714,
                                            ["speed"] = 0,
                                            ["x"] = -164427.72457143,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 43,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "RF Air Force",
                                        ["category"] = "Planes",
                                        ["type"] = "An-30M",
                                        ["unitId"] = 61,
                                        ["y"] = 461863.25885714,
                                        ["x"] = -164427.72457143,
                                        ["name"] = "DictKey_GroupName_217",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461863.25885714,
                                ["x"] = -164427.72457143,
                                ["name"] = "DictKey_GroupName_217",
                                ["dead"] = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461786.83514285,
                                            ["speed"] = 0,
                                            ["x"] = -164467.59085714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 44,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Tu-160",
                                        ["unitId"] = 62,
                                        ["rate"] = "100",
                                        ["y"] = 461786.83514285,
                                        ["x"] = -164467.59085714,
                                        ["name"] = "DictKey_GroupName_220",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461786.83514285,
                                ["x"] = -164467.59085714,
                                ["name"] = "DictKey_GroupName_220",
                                ["dead"] = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461723.51942857,
                                            ["speed"] = 0,
                                            ["x"] = -164502.18285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 45,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Planes",
                                        ["type"] = "Tu-160",
                                        ["unitId"] = 63,
                                        ["y"] = 461723.51942857,
                                        ["x"] = -164502.18285714,
                                        ["name"] = "DictKey_GroupName_223",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461723.51942857,
                                ["x"] = -164502.18285714,
                                ["name"] = "DictKey_GroupName_223",
                                ["dead"] = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462326.24224172,
                                            ["speed"] = 0,
                                            ["x"] = -163975.91302781,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 46,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Heliports",
                                        ["shape_name"] = "FARPS",
                                        ["type"] = "FARP",
                                        ["unitId"] = 64,
                                        ["y"] = 462326.24224172,
                                        ["x"] = -163975.91302781,
                                        ["name"] = "DictKey_GroupName_226",
                                        ["heliport_callsign_id"] = 9,
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462326.24224172,
                                ["x"] = -163975.91302781,
                                ["name"] = "DictKey_GroupName_226",
                                ["dead"] = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                ["heading"] = 1.0821041362365,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460935.55228571,
                                            ["speed"] = 0,
                                            ["x"] = -164851.96314285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 48,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard",
                                        ["category"] = "Warehouses",
                                        ["shape_name"] = "SkladC",
                                        ["type"] = ".Ammunition depot",
                                        ["unitId"] = 66,
                                        ["rate"] = 100,
                                        ["y"] = 460935.55228571,
                                        ["x"] = -164851.96314285,
                                        ["name"] = "DictKey_GroupName_233",
                                        ["heading"] = 1.0821041362365,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460935.55228571,
                                ["x"] = -164851.96314285,
                                ["name"] = "DictKey_GroupName_233",
                                ["dead"] = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                ["heading"] = 1.0821041362365,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461021.52628571,
                                            ["speed"] = 0,
                                            ["x"] = -164810.31114285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 49,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Warehouses",
                                        ["shape_name"] = "SkladC",
                                        ["type"] = ".Ammunition depot",
                                        ["unitId"] = 67,
                                        ["y"] = 461021.52628571,
                                        ["x"] = -164810.31114285,
                                        ["name"] = "DictKey_GroupName_236",
                                        ["heading"] = 1.0821041362365,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461021.52628571,
                                ["x"] = -164810.31114285,
                                ["name"] = "DictKey_GroupName_236",
                                ["dead"] = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460789.25257142,
                                            ["speed"] = 0,
                                            ["x"] = -165010.26371428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 50,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "autumn",
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 68,
                                        ["rate"] = 20,
                                        ["y"] = 460789.25257142,
                                        ["x"] = -165010.26371428,
                                        ["name"] = "DictKey_GroupName_239",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460789.25257142,
                                ["x"] = -165010.26371428,
                                ["name"] = "DictKey_GroupName_239",
                                ["dead"] = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460797.53828571,
                                            ["speed"] = 0,
                                            ["x"] = -165005.69228571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 52,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "autumn",
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 70,
                                        ["y"] = 460797.53828571,
                                        ["x"] = -165005.69228571,
                                        ["name"] = "DictKey_GroupName_245",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460797.53828571,
                                ["x"] = -165005.69228571,
                                ["name"] = "DictKey_GroupName_245",
                                ["dead"] = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460805.82399999,
                                            ["speed"] = 0,
                                            ["x"] = -165001.40657142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 53,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 71,
                                        ["y"] = 460805.82399999,
                                        ["x"] = -165001.40657142,
                                        ["name"] = "DictKey_GroupName_248",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460805.82399999,
                                ["x"] = -165001.40657142,
                                ["name"] = "DictKey_GroupName_248",
                                ["dead"] = false,
                            }, -- end of [26]
                            [27] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460813.82399999,
                                            ["speed"] = 0,
                                            ["x"] = -164996.83514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 54,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 72,
                                        ["y"] = 460813.82399999,
                                        ["x"] = -164996.83514285,
                                        ["name"] = "DictKey_GroupName_251",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460813.82399999,
                                ["x"] = -164996.83514285,
                                ["name"] = "DictKey_GroupName_251",
                                ["dead"] = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460822.68114285,
                                            ["speed"] = 0,
                                            ["x"] = -164991.97799999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 55,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 73,
                                        ["y"] = 460822.68114285,
                                        ["x"] = -164991.97799999,
                                        ["name"] = "DictKey_GroupName_254",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460822.68114285,
                                ["x"] = -164991.97799999,
                                ["name"] = "DictKey_GroupName_254",
                                ["dead"] = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460831.25257142,
                                            ["speed"] = 0,
                                            ["x"] = -164987.40657142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 56,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 74,
                                        ["y"] = 460831.25257142,
                                        ["x"] = -164987.40657142,
                                        ["name"] = "DictKey_GroupName_257",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460831.25257142,
                                ["x"] = -164987.40657142,
                                ["name"] = "DictKey_GroupName_257",
                                ["dead"] = false,
                            }, -- end of [29]
                            [30] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460855.53828571,
                                            ["speed"] = 0,
                                            ["x"] = -164973.69228571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 57,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 75,
                                        ["y"] = 460855.53828571,
                                        ["x"] = -164973.69228571,
                                        ["name"] = "DictKey_GroupName_260",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460855.53828571,
                                ["x"] = -164973.69228571,
                                ["name"] = "DictKey_GroupName_260",
                                ["dead"] = false,
                            }, -- end of [30]
                            [31] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460864.68114285,
                                            ["speed"] = 0,
                                            ["x"] = -164968.54942856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 58,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 76,
                                        ["y"] = 460864.68114285,
                                        ["x"] = -164968.54942856,
                                        ["name"] = "DictKey_GroupName_263",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460864.68114285,
                                ["x"] = -164968.54942856,
                                ["name"] = "DictKey_GroupName_263",
                                ["dead"] = false,
                            }, -- end of [31]
                            [32] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460873.53828571,
                                            ["speed"] = 0,
                                            ["x"] = -164963.97799999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 59,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 77,
                                        ["y"] = 460873.53828571,
                                        ["x"] = -164963.97799999,
                                        ["name"] = "DictKey_GroupName_266",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460873.53828571,
                                ["x"] = -164963.97799999,
                                ["name"] = "DictKey_GroupName_266",
                                ["dead"] = false,
                            }, -- end of [32]
                            [33] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460882.10971428,
                                            ["speed"] = 0,
                                            ["x"] = -164959.69228571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 60,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 78,
                                        ["y"] = 460882.10971428,
                                        ["x"] = -164959.69228571,
                                        ["name"] = "DictKey_GroupName_269",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460882.10971428,
                                ["x"] = -164959.69228571,
                                ["name"] = "DictKey_GroupName_269",
                                ["dead"] = false,
                            }, -- end of [33]
                            [34] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460890.96685714,
                                            ["speed"] = 0,
                                            ["x"] = -164955.12085714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 62,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 80,
                                        ["y"] = 460890.96685714,
                                        ["x"] = -164955.12085714,
                                        ["name"] = "DictKey_GroupName_275",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460890.96685714,
                                ["x"] = -164955.12085714,
                                ["name"] = "DictKey_GroupName_275",
                                ["dead"] = false,
                            }, -- end of [34]
                            [35] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460899.82399999,
                                            ["speed"] = 0,
                                            ["x"] = -164949.97799999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 63,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 81,
                                        ["y"] = 460899.82399999,
                                        ["x"] = -164949.97799999,
                                        ["name"] = "DictKey_GroupName_278",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460899.82399999,
                                ["x"] = -164949.97799999,
                                ["name"] = "DictKey_GroupName_278",
                                ["dead"] = false,
                            }, -- end of [35]
                            [36] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460923.53828571,
                                            ["speed"] = 0,
                                            ["x"] = -164937.40657142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 65,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 83,
                                        ["y"] = 460923.53828571,
                                        ["x"] = -164937.40657142,
                                        ["name"] = "DictKey_GroupName_284",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460923.53828571,
                                ["x"] = -164937.40657142,
                                ["name"] = "DictKey_GroupName_284",
                                ["dead"] = false,
                            }, -- end of [36]
                            [37] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460932.68114285,
                                            ["speed"] = 0,
                                            ["x"] = -164931.97799999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 66,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 84,
                                        ["y"] = 460932.68114285,
                                        ["x"] = -164931.97799999,
                                        ["name"] = "DictKey_GroupName_287",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460932.68114285,
                                ["x"] = -164931.97799999,
                                ["name"] = "DictKey_GroupName_287",
                                ["dead"] = false,
                            }, -- end of [37]
                            [38] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460941.53828571,
                                            ["speed"] = 0,
                                            ["x"] = -164926.83514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 68,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 86,
                                        ["y"] = 460941.53828571,
                                        ["x"] = -164926.83514285,
                                        ["name"] = "DictKey_GroupName_293",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460941.53828571,
                                ["x"] = -164926.83514285,
                                ["name"] = "DictKey_GroupName_293",
                                ["dead"] = false,
                            }, -- end of [38]
                            [39] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460950.39542857,
                                            ["speed"] = 0,
                                            ["x"] = -164922.54942856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 69,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 87,
                                        ["y"] = 460950.39542857,
                                        ["x"] = -164922.54942856,
                                        ["name"] = "DictKey_GroupName_296",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460950.39542857,
                                ["x"] = -164922.54942856,
                                ["name"] = "DictKey_GroupName_296",
                                ["dead"] = false,
                            }, -- end of [39]
                            [40] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460959.53828571,
                                            ["speed"] = 0,
                                            ["x"] = -164917.12085714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 70,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 88,
                                        ["y"] = 460959.53828571,
                                        ["x"] = -164917.12085714,
                                        ["name"] = "DictKey_GroupName_299",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460959.53828571,
                                ["x"] = -164917.12085714,
                                ["name"] = "DictKey_GroupName_299",
                                ["dead"] = false,
                            }, -- end of [40]
                            [41] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460967.53828571,
                                            ["speed"] = 0,
                                            ["x"] = -164912.54942856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 71,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "T-80UD",
                                        ["unitId"] = 89,
                                        ["y"] = 460967.53828571,
                                        ["x"] = -164912.54942856,
                                        ["name"] = "DictKey_GroupName_302",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460967.53828571,
                                ["x"] = -164912.54942856,
                                ["name"] = "DictKey_GroupName_302",
                                ["dead"] = false,
                            }, -- end of [41]
                            [42] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460799.17285714,
                                            ["speed"] = 0,
                                            ["x"] = -165028.71885714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 72,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 90,
                                        ["rate"] = 10,
                                        ["y"] = 460799.17285714,
                                        ["x"] = -165028.71885714,
                                        ["name"] = "DictKey_GroupName_305",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460799.17285714,
                                ["x"] = -165028.71885714,
                                ["name"] = "DictKey_GroupName_305",
                                ["dead"] = false,
                            }, -- end of [42]
                            [43] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460806.88714285,
                                            ["speed"] = 0,
                                            ["x"] = -165024.43314285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 73,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 91,
                                        ["y"] = 460806.88714285,
                                        ["x"] = -165024.43314285,
                                        ["name"] = "DictKey_GroupName_308",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460806.88714285,
                                ["x"] = -165024.43314285,
                                ["name"] = "DictKey_GroupName_308",
                                ["dead"] = false,
                            }, -- end of [43]
                            [44] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460815.17285714,
                                            ["speed"] = 0,
                                            ["x"] = -165019.86171428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 74,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 92,
                                        ["y"] = 460815.17285714,
                                        ["x"] = -165019.86171428,
                                        ["name"] = "DictKey_GroupName_311",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460815.17285714,
                                ["x"] = -165019.86171428,
                                ["name"] = "DictKey_GroupName_311",
                                ["dead"] = false,
                            }, -- end of [44]
                            [45] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460823.17285714,
                                            ["speed"] = 0,
                                            ["x"] = -165015.29028571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 75,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 93,
                                        ["y"] = 460823.17285714,
                                        ["x"] = -165015.29028571,
                                        ["name"] = "DictKey_GroupName_314",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460823.17285714,
                                ["x"] = -165015.29028571,
                                ["name"] = "DictKey_GroupName_314",
                                ["dead"] = false,
                            }, -- end of [45]
                            [46] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460832.02999999,
                                            ["speed"] = 0,
                                            ["x"] = -165011.00457142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 76,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 94,
                                        ["y"] = 460832.02999999,
                                        ["x"] = -165011.00457142,
                                        ["name"] = "DictKey_GroupName_317",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460832.02999999,
                                ["x"] = -165011.00457142,
                                ["name"] = "DictKey_GroupName_317",
                                ["dead"] = false,
                            }, -- end of [46]
                            [47] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460840.02999999,
                                            ["speed"] = 0,
                                            ["x"] = -165006.14742856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 77,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 95,
                                        ["y"] = 460840.02999999,
                                        ["x"] = -165006.14742856,
                                        ["name"] = "DictKey_GroupName_320",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460840.02999999,
                                ["x"] = -165006.14742856,
                                ["name"] = "DictKey_GroupName_320",
                                ["dead"] = false,
                            }, -- end of [47]
                            [48] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460848.60142857,
                                            ["speed"] = 0,
                                            ["x"] = -165002.14742856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 78,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 96,
                                        ["y"] = 460848.60142857,
                                        ["x"] = -165002.14742856,
                                        ["name"] = "DictKey_GroupName_323",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460848.60142857,
                                ["x"] = -165002.14742856,
                                ["name"] = "DictKey_GroupName_323",
                                ["dead"] = false,
                            }, -- end of [48]
                            [49] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460857.45857142,
                                            ["speed"] = 0,
                                            ["x"] = -164997.29028571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 79,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 97,
                                        ["y"] = 460857.45857142,
                                        ["x"] = -164997.29028571,
                                        ["name"] = "DictKey_GroupName_326",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460857.45857142,
                                ["x"] = -164997.29028571,
                                ["name"] = "DictKey_GroupName_326",
                                ["dead"] = false,
                            }, -- end of [49]
                            [50] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460865.17285714,
                                            ["speed"] = 0,
                                            ["x"] = -164993.00457142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 80,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 98,
                                        ["y"] = 460865.17285714,
                                        ["x"] = -164993.00457142,
                                        ["name"] = "DictKey_GroupName_329",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460865.17285714,
                                ["x"] = -164993.00457142,
                                ["name"] = "DictKey_GroupName_329",
                                ["dead"] = false,
                            }, -- end of [50]
                            [51] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460873.45857142,
                                            ["speed"] = 0,
                                            ["x"] = -164988.43314285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 81,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 99,
                                        ["y"] = 460873.45857142,
                                        ["x"] = -164988.43314285,
                                        ["name"] = "DictKey_GroupName_332",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460873.45857142,
                                ["x"] = -164988.43314285,
                                ["name"] = "DictKey_GroupName_332",
                                ["dead"] = false,
                            }, -- end of [51]
                            [52] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460882.88714285,
                                            ["speed"] = 0,
                                            ["x"] = -164983.57599999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 82,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 100,
                                        ["y"] = 460882.88714285,
                                        ["x"] = -164983.57599999,
                                        ["name"] = "DictKey_GroupName_335",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460882.88714285,
                                ["x"] = -164983.57599999,
                                ["name"] = "DictKey_GroupName_335",
                                ["dead"] = false,
                            }, -- end of [52]
                            [53] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460891.45857142,
                                            ["speed"] = 0,
                                            ["x"] = -164979.00457142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 83,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "ABH_summer",
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 101,
                                        ["y"] = 460891.45857142,
                                        ["x"] = -164979.00457142,
                                        ["name"] = "DictKey_GroupName_338",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460891.45857142,
                                ["x"] = -164979.00457142,
                                ["name"] = "DictKey_GroupName_338",
                                ["dead"] = false,
                            }, -- end of [53]
                            [54] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460911.17285714,
                                            ["speed"] = 0,
                                            ["x"] = -164969.00457142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 84,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "KAMAZ Truck",
                                        ["unitId"] = 102,
                                        ["rate"] = 5,
                                        ["y"] = 460911.17285714,
                                        ["x"] = -164969.00457142,
                                        ["name"] = "DictKey_GroupName_341",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460911.17285714,
                                ["x"] = -164969.00457142,
                                ["name"] = "DictKey_GroupName_341",
                                ["dead"] = false,
                            }, -- end of [54]
                            [55] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460918.60142857,
                                            ["speed"] = 0,
                                            ["x"] = -164964.71885714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 85,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "KAMAZ Truck",
                                        ["unitId"] = 103,
                                        ["y"] = 460918.60142857,
                                        ["x"] = -164964.71885714,
                                        ["name"] = "DictKey_GroupName_344",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460918.60142857,
                                ["x"] = -164964.71885714,
                                ["name"] = "DictKey_GroupName_344",
                                ["dead"] = false,
                            }, -- end of [55]
                            [56] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460926.31571428,
                                            ["speed"] = 0,
                                            ["x"] = -164960.14742856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 86,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "KAMAZ Truck",
                                        ["unitId"] = 104,
                                        ["y"] = 460926.31571428,
                                        ["x"] = -164960.14742856,
                                        ["name"] = "DictKey_GroupName_347",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460926.31571428,
                                ["x"] = -164960.14742856,
                                ["name"] = "DictKey_GroupName_347",
                                ["dead"] = false,
                            }, -- end of [56]
                            [57] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460934.31571428,
                                            ["speed"] = 0,
                                            ["x"] = -164955.86171428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 87,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "KAMAZ Truck",
                                        ["unitId"] = 105,
                                        ["y"] = 460934.31571428,
                                        ["x"] = -164955.86171428,
                                        ["name"] = "DictKey_GroupName_350",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460934.31571428,
                                ["x"] = -164955.86171428,
                                ["name"] = "DictKey_GroupName_350",
                                ["dead"] = false,
                            }, -- end of [57]
                            [58] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460942.02999999,
                                            ["speed"] = 0,
                                            ["x"] = -164951.57599999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 88,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "KAMAZ Truck",
                                        ["unitId"] = 106,
                                        ["y"] = 460942.02999999,
                                        ["x"] = -164951.57599999,
                                        ["name"] = "DictKey_GroupName_353",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460942.02999999,
                                ["x"] = -164951.57599999,
                                ["name"] = "DictKey_GroupName_353",
                                ["dead"] = false,
                            }, -- end of [58]
                            [59] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460950.00542856,
                                            ["speed"] = 0,
                                            ["x"] = -164947.44828571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 89,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "KAMAZ Truck",
                                        ["unitId"] = 107,
                                        ["y"] = 460950.00542856,
                                        ["x"] = -164947.44828571,
                                        ["name"] = "DictKey_GroupName_356",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460950.00542856,
                                ["x"] = -164947.44828571,
                                ["name"] = "DictKey_GroupName_356",
                                ["dead"] = false,
                            }, -- end of [59]
                            [60] = 
                            {
                                ["heading"] = 5.7944931166212,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460958.60142857,
                                            ["speed"] = 0,
                                            ["x"] = -164942.71885714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 90,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "KAMAZ Truck",
                                        ["unitId"] = 108,
                                        ["y"] = 460958.60142857,
                                        ["x"] = -164942.71885714,
                                        ["name"] = "DictKey_GroupName_359",
                                        ["heading"] = 5.7944931166212,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460958.60142857,
                                ["x"] = -164942.71885714,
                                ["name"] = "DictKey_GroupName_359",
                                ["dead"] = false,
                            }, -- end of [60]
                            [61] = 
                            {
                                ["heading"] = 0.069813170079773,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460976.88714285,
                                            ["speed"] = 0,
                                            ["x"] = -164933.29028571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 91,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BRDM-2",
                                        ["unitId"] = 109,
                                        ["rate"] = 8,
                                        ["y"] = 460976.88714285,
                                        ["x"] = -164933.29028571,
                                        ["name"] = "DictKey_GroupName_362",
                                        ["heading"] = 0.069813170079773,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460976.88714285,
                                ["x"] = -164933.29028571,
                                ["name"] = "DictKey_GroupName_362",
                                ["dead"] = false,
                            }, -- end of [61]
                            [62] = 
                            {
                                ["heading"] = 2.7227136331112,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460981.45857142,
                                            ["speed"] = 0,
                                            ["x"] = -164929.57599999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 92,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 110,
                                        ["rate"] = 1,
                                        ["y"] = 460981.45857142,
                                        ["x"] = -164929.57599999,
                                        ["name"] = "DictKey_GroupName_365",
                                        ["heading"] = 2.7227136331112,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460981.45857142,
                                ["x"] = -164929.57599999,
                                ["name"] = "DictKey_GroupName_365",
                                ["dead"] = false,
                            }, -- end of [62]
                            [63] = 
                            {
                                ["heading"] = 0.069813170079773,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 460982.31571428,
                                            ["speed"] = 0,
                                            ["x"] = -164935.00457142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 93,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 111,
                                        ["y"] = 460982.31571428,
                                        ["x"] = -164935.00457142,
                                        ["name"] = "DictKey_GroupName_368",
                                        ["heading"] = 0.069813170079773,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 460982.31571428,
                                ["x"] = -164935.00457142,
                                ["name"] = "DictKey_GroupName_368",
                                ["dead"] = false,
                            }, -- end of [63]
                            [64] = 
                            {
                                ["heading"] = 2.7227136331112,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461652.03771428,
                                            ["speed"] = 0,
                                            ["x"] = -164571.83285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 94,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 112,
                                        ["y"] = 461652.03771428,
                                        ["x"] = -164571.83285714,
                                        ["name"] = "DictKey_GroupName_371",
                                        ["heading"] = 2.7227136331112,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461652.03771428,
                                ["x"] = -164571.83285714,
                                ["name"] = "DictKey_GroupName_371",
                                ["dead"] = false,
                            }, -- end of [64]
                            [65] = 
                            {
                                ["heading"] = 0.069813170079773,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461658.89485714,
                                            ["speed"] = 0,
                                            ["x"] = -164581.83285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 95,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "ABH_summer",
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 113,
                                        ["rate"] = 10,
                                        ["y"] = 461658.89485714,
                                        ["x"] = -164581.83285714,
                                        ["name"] = "DictKey_GroupName_374",
                                        ["heading"] = 0.069813170079773,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461658.89485714,
                                ["x"] = -164581.83285714,
                                ["name"] = "DictKey_GroupName_374",
                                ["dead"] = false,
                            }, -- end of [65]
                            [66] = 
                            {
                                ["heading"] = 5.7421332390613,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461667.18057142,
                                            ["speed"] = 0,
                                            ["x"] = -164581.54714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 96,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 114,
                                        ["y"] = 461667.18057142,
                                        ["x"] = -164581.54714285,
                                        ["name"] = "DictKey_GroupName_377",
                                        ["heading"] = 5.7421332390613,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461667.18057142,
                                ["x"] = -164581.54714285,
                                ["name"] = "DictKey_GroupName_377",
                                ["dead"] = false,
                            }, -- end of [66]
                            [67] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461007.85342856,
                                            ["speed"] = 0,
                                            ["x"] = -164907.20285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 97,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_FSB",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-26",
                                        ["unitId"] = 115,
                                        ["rate"] = "30",
                                        ["y"] = 461007.85342856,
                                        ["x"] = -164907.20285714,
                                        ["name"] = "DictKey_GroupName_380",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461007.85342856,
                                ["x"] = -164907.20285714,
                                ["name"] = "DictKey_GroupName_380",
                                ["dead"] = false,
                            }, -- end of [67]
                            [68] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461031.73914285,
                                            ["speed"] = 0,
                                            ["x"] = -164894.63142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 98,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "RF Air Force",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-26",
                                        ["unitId"] = 116,
                                        ["y"] = 461031.73914285,
                                        ["x"] = -164894.63142857,
                                        ["name"] = "DictKey_GroupName_383",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461031.73914285,
                                ["x"] = -164894.63142857,
                                ["name"] = "DictKey_GroupName_383",
                                ["dead"] = false,
                            }, -- end of [68]
                            [69] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461053.11057142,
                                            ["speed"] = 0,
                                            ["x"] = -164883.63142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 99,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard 1",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-24V",
                                        ["unitId"] = 117,
                                        ["rate"] = "30",
                                        ["y"] = 461053.11057142,
                                        ["x"] = -164883.63142857,
                                        ["name"] = "DictKey_GroupName_386",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461053.11057142,
                                ["x"] = -164883.63142857,
                                ["name"] = "DictKey_GroupName_386",
                                ["dead"] = false,
                            }, -- end of [69]
                            [70] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461071.02485713,
                                            ["speed"] = 0,
                                            ["x"] = -164874.20285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 100,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard 1",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-24V",
                                        ["unitId"] = 118,
                                        ["y"] = 461071.02485713,
                                        ["x"] = -164874.20285714,
                                        ["name"] = "DictKey_GroupName_389",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461071.02485713,
                                ["x"] = -164874.20285714,
                                ["name"] = "DictKey_GroupName_389",
                                ["dead"] = false,
                            }, -- end of [70]
                            [71] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461088.62485713,
                                            ["speed"] = 0,
                                            ["x"] = -164864.45999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 101,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "standard 1",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-24V",
                                        ["unitId"] = 119,
                                        ["y"] = 461088.62485713,
                                        ["x"] = -164864.45999999,
                                        ["name"] = "DictKey_GroupName_392",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461088.62485713,
                                ["x"] = -164864.45999999,
                                ["name"] = "DictKey_GroupName_392",
                                ["dead"] = false,
                            }, -- end of [71]
                            [72] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461107.16771428,
                                            ["speed"] = 0,
                                            ["x"] = -164854.71714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 102,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia Demo `Werewolf`",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 120,
                                        ["rate"] = "50",
                                        ["y"] = 461107.16771428,
                                        ["x"] = -164854.71714285,
                                        ["name"] = "DictKey_GroupName_395",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461107.16771428,
                                ["x"] = -164854.71714285,
                                ["name"] = "DictKey_GroupName_395",
                                ["dead"] = false,
                            }, -- end of [72]
                            [73] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461125.3962857,
                                            ["speed"] = 0,
                                            ["x"] = -164844.97428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 103,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia Standard Army (Worn)",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Ka-50",
                                        ["unitId"] = 121,
                                        ["y"] = 461125.3962857,
                                        ["x"] = -164844.97428571,
                                        ["name"] = "DictKey_GroupName_398",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461125.3962857,
                                ["x"] = -164844.97428571,
                                ["name"] = "DictKey_GroupName_398",
                                ["dead"] = false,
                            }, -- end of [73]
                            [74] = 
                            {
                                ["heading"] = 3.385938748869,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461141.61742856,
                                            ["speed"] = 0,
                                            ["x"] = -164846.61228571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 104,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "ABH_summer",
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 122,
                                        ["y"] = 461141.61742856,
                                        ["x"] = -164846.61228571,
                                        ["name"] = "DictKey_GroupName_401",
                                        ["heading"] = 3.385938748869,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461141.61742856,
                                ["x"] = -164846.61228571,
                                ["name"] = "DictKey_GroupName_401",
                                ["dead"] = false,
                            }, -- end of [74]
                            [75] = 
                            {
                                ["heading"] = 3.3335788713092,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461148.5502857,
                                            ["speed"] = 0,
                                            ["x"] = -164855.65514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 105,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural-4320-31",
                                        ["unitId"] = 123,
                                        ["rate"] = 7,
                                        ["y"] = 461148.5502857,
                                        ["x"] = -164855.65514285,
                                        ["name"] = "DictKey_GroupName_404",
                                        ["heading"] = 3.3335788713092,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461148.5502857,
                                ["x"] = -164855.65514285,
                                ["name"] = "DictKey_GroupName_404",
                                ["dead"] = false,
                            }, -- end of [75]
                            [76] = 
                            {
                                ["heading"] = 0.069813170079773,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461027.67742856,
                                            ["speed"] = 0,
                                            ["x"] = -164911.11799999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 106,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 124,
                                        ["y"] = 461027.67742856,
                                        ["x"] = -164911.11799999,
                                        ["name"] = "DictKey_GroupName_407",
                                        ["heading"] = 0.069813170079773,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461027.67742856,
                                ["x"] = -164911.11799999,
                                ["name"] = "DictKey_GroupName_407",
                                ["dead"] = false,
                            }, -- end of [76]
                            [77] = 
                            {
                                ["heading"] = 2.6005405854716,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461086.45599999,
                                            ["speed"] = 0,
                                            ["x"] = -164878.56371428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 107,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 125,
                                        ["y"] = 461086.45599999,
                                        ["x"] = -164878.56371428,
                                        ["name"] = "DictKey_GroupName_410",
                                        ["heading"] = 2.6005405854716,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461086.45599999,
                                ["x"] = -164878.56371428,
                                ["name"] = "DictKey_GroupName_410",
                                ["dead"] = false,
                            }, -- end of [77]
                            [78] = 
                            {
                                ["heading"] = 4.1887902047864,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461153.07171428,
                                            ["speed"] = 0,
                                            ["x"] = -164861.38228571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 108,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 126,
                                        ["y"] = 461153.07171428,
                                        ["x"] = -164861.38228571,
                                        ["name"] = "DictKey_GroupName_413",
                                        ["heading"] = 4.1887902047864,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461153.07171428,
                                ["x"] = -164861.38228571,
                                ["name"] = "DictKey_GroupName_413",
                                ["dead"] = false,
                            }, -- end of [78]
                            [79] = 
                            {
                                ["heading"] = 1.5184364492351,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461144.63171428,
                                            ["speed"] = 0,
                                            ["x"] = -164862.28657142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 109,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 127,
                                        ["y"] = 461144.63171428,
                                        ["x"] = -164862.28657142,
                                        ["name"] = "DictKey_GroupName_416",
                                        ["heading"] = 1.5184364492351,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461144.63171428,
                                ["x"] = -164862.28657142,
                                ["name"] = "DictKey_GroupName_416",
                                ["dead"] = false,
                            }, -- end of [79]
                            [80] = 
                            {
                                ["heading"] = 4.2236967898263,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 461121.1202857,
                                            ["speed"] = 0,
                                            ["x"] = -164887.30514285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 110,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Tigr_233036",
                                        ["unitId"] = 128,
                                        ["rate"] = 3,
                                        ["y"] = 461121.1202857,
                                        ["x"] = -164887.30514285,
                                        ["name"] = "DictKey_GroupName_419",
                                        ["heading"] = 4.2236967898263,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 461121.1202857,
                                ["x"] = -164887.30514285,
                                ["name"] = "DictKey_GroupName_419",
                                ["dead"] = false,
                            }, -- end of [80]
                            [81] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760319.86771427,
                                            ["speed"] = 0,
                                            ["x"] = -125426.71971428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 111,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard 1",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 129,
                                        ["rate"] = "50",
                                        ["y"] = 760319.86771427,
                                        ["x"] = -125426.71971428,
                                        ["name"] = "DictKey_GroupName_422",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760319.86771427,
                                ["x"] = -125426.71971428,
                                ["name"] = "DictKey_GroupName_422",
                                ["dead"] = false,
                            }, -- end of [81]
                            [82] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760345.32485712,
                                            ["speed"] = 0,
                                            ["x"] = -125410.06257143,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 112,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard 1",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 130,
                                        ["y"] = 760345.32485712,
                                        ["x"] = -125410.06257143,
                                        ["name"] = "DictKey_GroupName_425",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760345.32485712,
                                ["x"] = -125410.06257143,
                                ["name"] = "DictKey_GroupName_425",
                                ["dead"] = false,
                            }, -- end of [82]
                            [83] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760369.83914284,
                                            ["speed"] = 0,
                                            ["x"] = -125393.40542857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 113,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard 1",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 131,
                                        ["y"] = 760369.83914284,
                                        ["x"] = -125393.40542857,
                                        ["name"] = "DictKey_GroupName_428",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760369.83914284,
                                ["x"] = -125393.40542857,
                                ["name"] = "DictKey_GroupName_428",
                                ["dead"] = false,
                            }, -- end of [83]
                            [84] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760395.01057141,
                                            ["speed"] = 0,
                                            ["x"] = -125376.17685714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 114,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "af standard 1",
                                        ["category"] = "Planes",
                                        ["type"] = "Su-25T",
                                        ["unitId"] = 132,
                                        ["y"] = 760395.01057141,
                                        ["x"] = -125376.17685714,
                                        ["name"] = "DictKey_GroupName_431",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760395.01057141,
                                ["x"] = -125376.17685714,
                                ["name"] = "DictKey_GroupName_431",
                                ["dead"] = false,
                            }, -- end of [84]
                            [85] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760419.87057141,
                                            ["speed"] = 0,
                                            ["x"] = -125359.01171428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 115,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "31 GvIAP_Zernograd",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 133,
                                        ["rate"] = "50",
                                        ["y"] = 760419.87057141,
                                        ["x"] = -125359.01171428,
                                        ["name"] = "DictKey_GroupName_434",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760419.87057141,
                                ["x"] = -125359.01171428,
                                ["name"] = "DictKey_GroupName_434",
                                ["dead"] = true,
                            }, -- end of [85]
                            [86] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760444.72771427,
                                            ["speed"] = 0,
                                            ["x"] = -125342.44028571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 116,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "28 GvIAP_Andreapol",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 134,
                                        ["y"] = 760444.72771427,
                                        ["x"] = -125342.44028571,
                                        ["name"] = "DictKey_GroupName_437",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760444.72771427,
                                ["x"] = -125342.44028571,
                                ["name"] = "DictKey_GroupName_437",
                                ["dead"] = true,
                            }, -- end of [86]
                            [87] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760468.88742857,
                                            ["speed"] = 0,
                                            ["x"] = -125325.05057142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 117,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "28 GvIAP_Andreapol",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 135,
                                        ["y"] = 760468.88742857,
                                        ["x"] = -125325.05057142,
                                        ["name"] = "DictKey_GroupName_440",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760468.88742857,
                                ["x"] = -125325.05057142,
                                ["name"] = "DictKey_GroupName_440",
                                ["dead"] = true,
                            }, -- end of [87]
                            [88] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760493.89771427,
                                            ["speed"] = 0,
                                            ["x"] = -125308.90342857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 118,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "28 GvIAP_Andreapol",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 136,
                                        ["y"] = 760493.89771427,
                                        ["x"] = -125308.90342857,
                                        ["name"] = "DictKey_GroupName_443",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760493.89771427,
                                ["x"] = -125308.90342857,
                                ["name"] = "DictKey_GroupName_443",
                                ["dead"] = true,
                            }, -- end of [88]
                            [89] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760518.61485712,
                                            ["speed"] = 0,
                                            ["x"] = -125292.02342857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 119,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "28 GvIAP_Andreapol",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 137,
                                        ["y"] = 760518.61485712,
                                        ["x"] = -125292.02342857,
                                        ["name"] = "DictKey_GroupName_446",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760518.61485712,
                                ["x"] = -125292.02342857,
                                ["name"] = "DictKey_GroupName_446",
                                ["dead"] = true,
                            }, -- end of [89]
                            [90] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760543.03057141,
                                            ["speed"] = 0,
                                            ["x"] = -125274.842,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 120,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "28 GvIAP_Andreapol",
                                        ["category"] = "Planes",
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 138,
                                        ["y"] = 760543.03057141,
                                        ["x"] = -125274.842,
                                        ["name"] = "DictKey_GroupName_449",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760543.03057141,
                                ["x"] = -125274.842,
                                ["name"] = "DictKey_GroupName_449",
                                ["dead"] = true,
                            }, -- end of [90]
                            [91] = 
                            {
                                ["heading"] = 3.3335788713092,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760271.23799998,
                                            ["speed"] = 0,
                                            ["x"] = -125460.76685714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 121,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "MVD aeroflot",
                                        ["category"] = "Planes",
                                        ["type"] = "IL-76MD",
                                        ["unitId"] = 139,
                                        ["rate"] = "70",
                                        ["y"] = 760271.23799998,
                                        ["x"] = -125460.76685714,
                                        ["name"] = "DictKey_GroupName_452",
                                        ["heading"] = 3.3335788713092,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760271.23799998,
                                ["x"] = -125460.76685714,
                                ["name"] = "DictKey_GroupName_452",
                                ["dead"] = true,
                            }, -- end of [91]
                            [92] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760910.7762857,
                                            ["speed"] = 0,
                                            ["x"] = -124983.92828571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 122,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "night",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-28N",
                                        ["unitId"] = 140,
                                        ["rate"] = "50",
                                        ["y"] = 760910.7762857,
                                        ["x"] = -124983.92828571,
                                        ["name"] = "DictKey_GroupName_455",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760910.7762857,
                                ["x"] = -124983.92828571,
                                ["name"] = "DictKey_GroupName_455",
                                ["dead"] = true,
                            }, -- end of [92]
                            [93] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760952.49057141,
                                            ["speed"] = 0,
                                            ["x"] = -124955.35685714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 124,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_VVS_Grey",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 142,
                                        ["rate"] = "30",
                                        ["y"] = 760952.49057141,
                                        ["x"] = -124955.35685714,
                                        ["name"] = "DictKey_GroupName_461",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760952.49057141,
                                ["x"] = -124955.35685714,
                                ["name"] = "DictKey_GroupName_461",
                                ["dead"] = true,
                            }, -- end of [93]
                            [94] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760972.20485712,
                                            ["speed"] = 0,
                                            ["x"] = -124941.07114285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 125,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_VVS_Grey",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 143,
                                        ["y"] = 760972.20485712,
                                        ["x"] = -124941.07114285,
                                        ["name"] = "DictKey_GroupName_464",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760972.20485712,
                                ["x"] = -124941.07114285,
                                ["name"] = "DictKey_GroupName_464",
                                ["dead"] = true,
                            }, -- end of [94]
                            [95] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760993.34771427,
                                            ["speed"] = 0,
                                            ["x"] = -124926.78542857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 126,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Russia_VVS_Grey",
                                        ["category"] = "Helicopters",
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 144,
                                        ["y"] = 760993.34771427,
                                        ["x"] = -124926.78542857,
                                        ["name"] = "DictKey_GroupName_467",
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760993.34771427,
                                ["x"] = -124926.78542857,
                                ["name"] = "DictKey_GroupName_467",
                                ["dead"] = true,
                            }, -- end of [95]
                            [96] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 761452.04057143,
                                            ["speed"] = 0,
                                            ["x"] = -124259.94399999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 151,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 6,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 207,
                                        ["y"] = 761452.04057143,
                                        ["x"] = -124259.94399999,
                                        ["name"] = "DictKey_GroupName_676",
                                        ["effectTransparency"] = 0.6,
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 761452.04057143,
                                ["x"] = -124259.94399999,
                                ["name"] = "DictKey_GroupName_676",
                                ["dead"] = false,
                            }, -- end of [96]
                            [97] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760222.26228571,
                                            ["speed"] = 0,
                                            ["x"] = -124179.18028571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 152,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = "1",
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 208,
                                        ["y"] = 760222.26228571,
                                        ["x"] = -124179.18028571,
                                        ["name"] = "DictKey_GroupName_679",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760222.26228571,
                                ["x"] = -124179.18028571,
                                ["name"] = "DictKey_GroupName_679",
                                ["dead"] = false,
                            }, -- end of [97]
                            [98] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760762.10028571,
                                            ["speed"] = 0,
                                            ["x"] = -123896.18828571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 153,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 4,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 209,
                                        ["y"] = 760762.10028571,
                                        ["x"] = -123896.18828571,
                                        ["name"] = "DictKey_GroupName_682",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760762.10028571,
                                ["x"] = -123896.18828571,
                                ["name"] = "DictKey_GroupName_682",
                                ["dead"] = false,
                            }, -- end of [98]
                            [99] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760381.87428572,
                                            ["speed"] = 0,
                                            ["x"] = -125490.56371429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 154,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 7,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 210,
                                        ["y"] = 760381.87428572,
                                        ["x"] = -125490.56371429,
                                        ["name"] = "DictKey_GroupName_685",
                                        ["effectTransparency"] = 0.6,
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760381.87428572,
                                ["x"] = -125490.56371429,
                                ["name"] = "DictKey_GroupName_685",
                                ["dead"] = false,
                            }, -- end of [99]
                            [100] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760653.66771428,
                                            ["speed"] = 0,
                                            ["x"] = -125500.50599999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 155,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 8,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 211,
                                        ["y"] = 760653.66771428,
                                        ["x"] = -125500.50599999,
                                        ["name"] = "DictKey_GroupName_688",
                                        ["effectTransparency"] = 0.8,
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760653.66771428,
                                ["x"] = -125500.50599999,
                                ["name"] = "DictKey_GroupName_688",
                                ["dead"] = false,
                            }, -- end of [100]
                            [101] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760713.68571428,
                                            ["speed"] = 0,
                                            ["x"] = -125494.38171428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 156,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 6,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 212,
                                        ["y"] = 760713.68571428,
                                        ["x"] = -125494.38171428,
                                        ["name"] = "DictKey_GroupName_691",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760713.68571428,
                                ["x"] = -125494.38171428,
                                ["name"] = "DictKey_GroupName_691",
                                ["dead"] = false,
                            }, -- end of [101]
                            [102] = 
                            {
                                ["heading"] = 5.6897733615015,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760910.134,
                                            ["speed"] = 0,
                                            ["x"] = -124982.9842857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 157,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["effectPreset"] = 5,
                                        ["category"] = "Effects",
                                        ["type"] = "big_smoke",
                                        ["unitId"] = 213,
                                        ["y"] = 760910.134,
                                        ["x"] = -124982.9842857,
                                        ["name"] = "DictKey_GroupName_694",
                                        ["effectTransparency"] = 1,
                                        ["heading"] = 5.6897733615015,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760910.134,
                                ["x"] = -124982.9842857,
                                ["name"] = "DictKey_GroupName_694",
                                ["dead"] = false,
                            }, -- end of [102]
                            [103] = 
                            {
                                ["heading"] = 4.1364303272266,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760044.12857142,
                                            ["speed"] = 0,
                                            ["x"] = -125552.56342857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 158,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "autumn",
                                        ["category"] = "Unarmed",
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["unitId"] = 214,
                                        ["rate"] = 10,
                                        ["y"] = 760044.12857142,
                                        ["x"] = -125552.56342857,
                                        ["name"] = "DictKey_GroupName_697",
                                        ["heading"] = 4.1364303272266,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760044.12857142,
                                ["x"] = -125552.56342857,
                                ["name"] = "DictKey_GroupName_697",
                                ["dead"] = true,
                            }, -- end of [103]
                            [104] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760329.06457144,
                                            ["speed"] = 0,
                                            ["x"] = -125476.23428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 161,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 218,
                                        ["y"] = 760329.06457144,
                                        ["x"] = -125476.23428571,
                                        ["name"] = "DictKey_GroupName_711",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760329.06457144,
                                ["x"] = -125476.23428571,
                                ["name"] = "DictKey_GroupName_711",
                                ["dead"] = false,
                            }, -- end of [104]
                            [105] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760880.17971429,
                                            ["speed"] = 0,
                                            ["x"] = -124982.11142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 162,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 219,
                                        ["y"] = 760880.17971429,
                                        ["x"] = -124982.11142857,
                                        ["name"] = "DictKey_GroupName_714",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760880.17971429,
                                ["x"] = -124982.11142857,
                                ["name"] = "DictKey_GroupName_714",
                                ["dead"] = false,
                            }, -- end of [105]
                            [106] = 
                            {
                                ["heading"] = 4.1189770347066,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760857.70828572,
                                            ["speed"] = 0,
                                            ["x"] = -124998.45428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 163,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 220,
                                        ["y"] = 760857.70828572,
                                        ["x"] = -124998.45428571,
                                        ["name"] = "DictKey_GroupName_717",
                                        ["heading"] = 4.1189770347066,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760857.70828572,
                                ["x"] = -124998.45428571,
                                ["name"] = "DictKey_GroupName_717",
                                ["dead"] = false,
                            }, -- end of [106]
                            [107] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760872.41685715,
                                            ["speed"] = 0,
                                            ["x"] = -125002.54,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 164,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 221,
                                        ["rate"] = 1,
                                        ["y"] = 760872.41685715,
                                        ["x"] = -125002.54,
                                        ["name"] = "DictKey_GroupName_720",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760872.41685715,
                                ["x"] = -125002.54,
                                ["name"] = "DictKey_GroupName_720",
                                ["dead"] = false,
                            }, -- end of [107]
                            [108] = 
                            {
                                ["heading"] = 2.3212879051525,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760839.73114287,
                                            ["speed"] = 0,
                                            ["x"] = -125000.49714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 165,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 222,
                                        ["y"] = 760839.73114287,
                                        ["x"] = -125000.49714286,
                                        ["name"] = "DictKey_GroupName_723",
                                        ["heading"] = 2.3212879051525,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760839.73114287,
                                ["x"] = -125000.49714286,
                                ["name"] = "DictKey_GroupName_723",
                                ["dead"] = false,
                            }, -- end of [108]
                            [109] = 
                            {
                                ["heading"] = 4.1189770347066,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760280.87714286,
                                            ["speed"] = 0,
                                            ["x"] = -125427.75171428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 168,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 225,
                                        ["rate"] = 10,
                                        ["y"] = 760280.87714286,
                                        ["x"] = -125427.75171428,
                                        ["name"] = "DictKey_GroupName_779",
                                        ["heading"] = 4.1189770347066,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760280.87714286,
                                ["x"] = -125427.75171428,
                                ["name"] = "DictKey_GroupName_779",
                                ["dead"] = false,
                            }, -- end of [109]
                            [110] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760293.04628573,
                                            ["speed"] = 0,
                                            ["x"] = -125428.51228571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 169,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 226,
                                        ["y"] = 760293.04628573,
                                        ["x"] = -125428.51228571,
                                        ["name"] = "DictKey_GroupName_782",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760293.04628573,
                                ["x"] = -125428.51228571,
                                ["name"] = "DictKey_GroupName_782",
                                ["dead"] = false,
                            }, -- end of [110]
                            [111] = 
                            {
                                ["heading"] = 4.1189770347066,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760264.52485715,
                                            ["speed"] = 0,
                                            ["x"] = -125443.72371428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 170,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 227,
                                        ["y"] = 760264.52485715,
                                        ["x"] = -125443.72371428,
                                        ["name"] = "DictKey_GroupName_785",
                                        ["heading"] = 4.1189770347066,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760264.52485715,
                                ["x"] = -125443.72371428,
                                ["name"] = "DictKey_GroupName_785",
                                ["dead"] = false,
                            }, -- end of [111]
                            [112] = 
                            {
                                ["heading"] = 4.0666171571468,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760525.02057144,
                                            ["speed"] = 0,
                                            ["x"] = -125269.55285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 171,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 228,
                                        ["y"] = 760525.02057144,
                                        ["x"] = -125269.55285714,
                                        ["name"] = "DictKey_GroupName_788",
                                        ["heading"] = 4.0666171571468,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760525.02057144,
                                ["x"] = -125269.55285714,
                                ["name"] = "DictKey_GroupName_788",
                                ["dead"] = false,
                            }, -- end of [112]
                            [113] = 
                            {
                                ["heading"] = 2.4085543677522,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760335.63600002,
                                            ["speed"] = 0,
                                            ["x"] = -125499.37714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 172,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 229,
                                        ["y"] = 760335.63600002,
                                        ["x"] = -125499.37714286,
                                        ["name"] = "DictKey_GroupName_791",
                                        ["heading"] = 2.4085543677522,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760335.63600002,
                                ["x"] = -125499.37714286,
                                ["name"] = "DictKey_GroupName_791",
                                ["dead"] = false,
                            }, -- end of [113]
                            [114] = 
                            {
                                ["heading"] = 2.4434609527921,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760327.06457144,
                                            ["speed"] = 0,
                                            ["x"] = -125489.09142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 173,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 230,
                                        ["y"] = 760327.06457144,
                                        ["x"] = -125489.09142857,
                                        ["name"] = "DictKey_GroupName_794",
                                        ["heading"] = 2.4434609527921,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760327.06457144,
                                ["x"] = -125489.09142857,
                                ["name"] = "DictKey_GroupName_794",
                                ["dead"] = false,
                            }, -- end of [114]
                            [115] = 
                            {
                                ["heading"] = 4.1189770347066,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760667.33257144,
                                            ["speed"] = 0,
                                            ["x"] = -125387.45628571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 174,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 231,
                                        ["y"] = 760667.33257144,
                                        ["x"] = -125387.45628571,
                                        ["name"] = "DictKey_GroupName_797",
                                        ["heading"] = 4.1189770347066,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760667.33257144,
                                ["x"] = -125387.45628571,
                                ["name"] = "DictKey_GroupName_797",
                                ["dead"] = false,
                            }, -- end of [115]
                            [116] = 
                            {
                                ["heading"] = 4.1189770347066,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760635.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -125407.87685714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 175,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 232,
                                        ["y"] = 760635.00000002,
                                        ["x"] = -125407.87685714,
                                        ["name"] = "DictKey_GroupName_800",
                                        ["heading"] = 4.1189770347066,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760635.00000002,
                                ["x"] = -125407.87685714,
                                ["name"] = "DictKey_GroupName_800",
                                ["dead"] = false,
                            }, -- end of [116]
                            [117] = 
                            {
                                ["heading"] = 2.3212879051525,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760606.9217143,
                                            ["speed"] = 0,
                                            ["x"] = -125401.07,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 176,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 233,
                                        ["y"] = 760606.9217143,
                                        ["x"] = -125401.07,
                                        ["name"] = "DictKey_GroupName_803",
                                        ["heading"] = 2.3212879051525,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760606.9217143,
                                ["x"] = -125401.07,
                                ["name"] = "DictKey_GroupName_803",
                                ["dead"] = false,
                            }, -- end of [117]
                            [118] = 
                            {
                                ["heading"] = 3.8222710618676,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760659.67485716,
                                            ["speed"] = 0,
                                            ["x"] = -125355.12371429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 177,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 234,
                                        ["y"] = 760659.67485716,
                                        ["x"] = -125355.12371429,
                                        ["name"] = "DictKey_GroupName_806",
                                        ["heading"] = 3.8222710618676,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760659.67485716,
                                ["x"] = -125355.12371429,
                                ["name"] = "DictKey_GroupName_806",
                                ["dead"] = false,
                            }, -- end of [118]
                            [119] = 
                            {
                                ["heading"] = 0.05235987755983,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 760377.42400002,
                                            ["speed"] = 0,
                                            ["x"] = -125377.55085714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 178,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 235,
                                        ["y"] = 760377.42400002,
                                        ["x"] = -125377.55085714,
                                        ["name"] = "DictKey_GroupName_809",
                                        ["heading"] = 0.05235987755983,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 760377.42400002,
                                ["x"] = -125377.55085714,
                                ["name"] = "DictKey_GroupName_809",
                                ["dead"] = false,
                            }, -- end of [119]
                            [120] = 
                            {
                                ["heading"] = 2.0420352248334,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462263.54057143,
                                            ["speed"] = 0,
                                            ["x"] = -164232.55800001,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 184,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "BTR-80",
                                        ["unitId"] = 241,
                                        ["y"] = 462263.54057143,
                                        ["x"] = -164232.55800001,
                                        ["name"] = "DictKey_GroupName_835",
                                        ["heading"] = 2.0420352248334,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462263.54057143,
                                ["x"] = -164232.55800001,
                                ["name"] = "DictKey_GroupName_835",
                                ["dead"] = false,
                            }, -- end of [120]
                            [121] = 
                            {
                                ["heading"] = 0.66322511575785,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462266.08742857,
                                            ["speed"] = 0,
                                            ["x"] = -164243.15371429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 185,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 242,
                                        ["y"] = 462266.08742857,
                                        ["x"] = -164243.15371429,
                                        ["name"] = "DictKey_GroupName_838",
                                        ["heading"] = 0.66322511575785,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462266.08742857,
                                ["x"] = -164243.15371429,
                                ["name"] = "DictKey_GroupName_838",
                                ["dead"] = false,
                            }, -- end of [121]
                            [122] = 
                            {
                                ["heading"] = 4.0491638646268,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462270.57171429,
                                            ["speed"] = 0,
                                            ["x"] = -164238.08628572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 186,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 243,
                                        ["y"] = 462270.57171429,
                                        ["x"] = -164238.08628572,
                                        ["name"] = "DictKey_GroupName_841",
                                        ["heading"] = 4.0491638646268,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462270.57171429,
                                ["x"] = -164238.08628572,
                                ["name"] = "DictKey_GroupName_841",
                                ["dead"] = false,
                            }, -- end of [122]
                            [123] = 
                            {
                                ["heading"] = 2.0420352248334,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462151.14314286,
                                            ["speed"] = 0,
                                            ["x"] = -164289.22914286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 187,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Tigr_233036",
                                        ["unitId"] = 244,
                                        ["rate"] = 3,
                                        ["y"] = 462151.14314286,
                                        ["x"] = -164289.22914286,
                                        ["name"] = "DictKey_GroupName_844",
                                        ["heading"] = 2.0420352248334,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462151.14314286,
                                ["x"] = -164289.22914286,
                                ["name"] = "DictKey_GroupName_844",
                                ["dead"] = false,
                            }, -- end of [123]
                            [124] = 
                            {
                                ["heading"] = 2.0943951023932,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 462151.14314286,
                                            ["speed"] = 0,
                                            ["x"] = -164294.65771429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 188,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Unarmed",
                                        ["type"] = "Infantry AK",
                                        ["unitId"] = 245,
                                        ["y"] = 462151.14314286,
                                        ["x"] = -164294.65771429,
                                        ["name"] = "DictKey_GroupName_847",
                                        ["heading"] = 2.0943951023932,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 462151.14314286,
                                ["x"] = -164294.65771429,
                                ["name"] = "DictKey_GroupName_847",
                                ["dead"] = false,
                            }, -- end of [124]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [4]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "DictKey_sortie_5",
    ["version"] = 15,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 7,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 100,
                    ["volume"] = 1000,
                    ["predicate"] = "a_set_flag",
                    ["unit"] = 8,
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 25,
                    ["clearview"] = false,
                    ["volume"] = 1000,
                    ["KeyDict_text"] = "DictKey_ActionText_107",
                    ["text"] = "DictKey_ActionText_107",
                    ["predicate"] = "a_out_text_delay",
                    ["unit"] = 8,
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "СМЕРТЬ_ПИЛОТА",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 100,
                    ["seconds"] = 600,
                    ["predicate"] = "c_time_since_flag",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["winner"] = "blue",
                    ["volume"] = 1000,
                    ["KeyDict_text"] = "DictKey_ActionText_108",
                    ["text"] = "DictKey_ActionText_108",
                    ["predicate"] = "a_end_mission",
                    ["unit"] = 8,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "СМЕРТЬ_ПИЛОТА_01",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_time_after",
                    ["seconds"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "ВЗРЫВЫ",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["volume"] = 1000,
                    ["zone"] = 2158,
                    ["predicate"] = "a_explosion",
                    ["unit"] = 8,
                }, -- end of [1]
                [2] = 
                {
                    ["altitude"] = 1,
                    ["volume"] = 4000,
                    ["zone"] = 2160,
                    ["predicate"] = "a_explosion",
                    ["unit"] = 8,
                }, -- end of [2]
                [3] = 
                {
                    ["altitude"] = 1,
                    ["volume"] = 1000,
                    ["zone"] = 2326,
                    ["predicate"] = "a_explosion",
                    ["unit"] = 8,
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_time_after",
                    ["seconds"] = 2,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 7,
                    ["unit"] = 8,
                    ["predicate"] = "a_activate_group",
                    ["volume"] = 1000,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "ЗАДЕРЖКА_СТАРТА",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 2492,
                    ["predicate"] = "c_unit_out_zone",
                    ["unit"] = 7,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 7,
                }, -- end of [2]
                [3] = 
                {
                    ["altitude"] = 600,
                    ["predicate"] = "c_unit_altitude_higher",
                    ["unit"] = 7,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["volume"] = 1000,
                    ["predicate"] = "a_set_flag",
                    ["unit"] = 8,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "ВЗЛЁТ",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_time_after",
                    ["seconds"] = 20,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["volume"] = 1000,
                    ["file"] = "ResKey_Action_737",
                    ["predicate"] = "a_out_sound",
                    ["unit"] = 8,
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 10,
                    ["clearview"] = false,
                    ["volume"] = 1000,
                    ["KeyDict_text"] = "DictKey_ActionText_738",
                    ["text"] = "DictKey_ActionText_738",
                    ["predicate"] = "a_out_text_delay",
                    ["unit"] = 8,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 166,
                    ["volume"] = 1000,
                    ["predicate"] = "a_activate_group",
                    ["unit"] = 8,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "АПА",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 215,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "ЦЕЛЬ_УБИТ",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["unit"] = 8,
                    ["file"] = "ResKey_Action_827",
                    ["predicate"] = "a_out_sound",
                    ["volume"] = 1000,
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 60,
                    ["unit"] = 8,
                    ["volume"] = 1000,
                    ["predicate"] = "a_out_text_delay",
                    ["text"] = "DictKey_ActionText_828",
                    ["KeyDict_text"] = "DictKey_ActionText_828",
                    ["clearview"] = false,
                }, -- end of [2]
                [3] = 
                {
                    ["flag"] = 2,
                    ["unit"] = 8,
                    ["predicate"] = "a_set_flag",
                    ["volume"] = 1000,
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 7,
                    ["zoneunit"] = 2,
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 166,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "c_unit_speed_lower",
                    ["speedU"] = 0.27777777777778,
                    ["unit"] = 7,
                }, -- end of [2]
                [3] = 
                {
                    ["flag"] = 2,
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "ПОСАДКА_ТАКР",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["unit"] = 8,
                    ["file"] = "ResKey_Action_829",
                    ["predicate"] = "a_out_sound",
                    ["volume"] = 1000,
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 60,
                    ["unit"] = 8,
                    ["volume"] = 1000,
                    ["predicate"] = "a_out_text_delay",
                    ["text"] = "DictKey_ActionText_830",
                    ["KeyDict_text"] = "DictKey_ActionText_830",
                    ["clearview"] = false,
                }, -- end of [2]
                [3] = 
                {
                    ["flag"] = 3,
                    ["unit"] = 8,
                    ["predicate"] = "a_set_flag",
                    ["volume"] = 1000,
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["seconds"] = 120,
                    ["predicate"] = "c_time_since_flag",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "ПОСАДКА_ТАКР_01",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "DictKey_ActionText_831",
                    ["volume"] = 1000,
                    ["predicate"] = "a_end_mission",
                    ["winner"] = "red",
                    ["KeyDict_text"] = "DictKey_ActionText_831",
                    ["unit"] = 8,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 2658,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 7,
                }, -- end of [1]
                [2] = 
                {
                    ["speedU"] = 11.111111111111,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 7,
                }, -- end of [2]
                [3] = 
                {
                    ["flag"] = 2,
                    ["predicate"] = "c_flag_is_true",
                }, -- end of [3]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 190,
                    ["unit"] = 8,
                    ["predicate"] = "a_activate_group",
                    ["volume"] = 1000,
                }, -- end of [1]
                [2] = 
                {
                    ["density"] = 1,
                    ["zone"] = 2158,
                    ["group"] = 47,
                    ["preset"] = 1,
                    ["predicate"] = "a_activate_group",
                }, -- end of [2]
                [3] = 
                {
                    ["volume"] = 1000,
                    ["file"] = "ResKey_Action_832",
                    ["predicate"] = "a_out_sound",
                    ["unit"] = 8,
                }, -- end of [3]
                [4] = 
                {
                    ["seconds"] = 60,
                    ["clearview"] = false,
                    ["volume"] = 1000,
                    ["KeyDict_text"] = "DictKey_ActionText_833",
                    ["text"] = "DictKey_ActionText_833",
                    ["predicate"] = "a_out_text_delay",
                    ["unit"] = 8,
                }, -- end of [4]
                [5] = 
                {
                    ["flag"] = 3,
                    ["volume"] = 1000,
                    ["predicate"] = "a_set_flag",
                    ["unit"] = 8,
                }, -- end of [5]
            }, -- end of ["actions"]
            ["comment"] = "ПОСАДКА_СОЧИ",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["seconds"] = 360,
                    ["predicate"] = "c_time_since_flag",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["winner"] = "red",
                    ["volume"] = 1000,
                    ["KeyDict_text"] = "DictKey_ActionText_834",
                    ["text"] = "DictKey_ActionText_834",
                    ["predicate"] = "a_end_mission",
                    ["unit"] = 8,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "ПОСАДКА_СОЧИ_01",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 7,
                    ["numhits"] = 1,
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 2824,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "ПОЖАРЫ",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["density"] = 1,
                    ["destruction_level"] = 80,
                    ["zone"] = 2825,
                    ["preset"] = 1,
                    ["predicate"] = "a_scenery_destruction_zone",
                }, -- end of [1]
                [2] = 
                {
                    ["density"] = 1,
                    ["destruction_level"] = 80,
                    ["zone"] = 2826,
                    ["preset"] = 1,
                    ["predicate"] = "a_scenery_destruction_zone",
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [12]
    }, -- end of ["trigrules"]
    ["currentKey"] = 189896,
    ["start_time"] = 59400,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["hydro"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro",
            ["mm"] = 0,
        }, -- end of ["hydro"]
        ["eos"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "eos",
            ["mm"] = 0,
        }, -- end of ["eos"]
        ["ecm"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ecm",
            ["mm"] = 0,
        }, -- end of ["ecm"]
        ["helmet"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "helmet",
            ["mm"] = 0,
        }, -- end of ["helmet"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["autopilot"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "autopilot",
            ["mm"] = 0,
        }, -- end of ["autopilot"]
        ["hud"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hud",
            ["mm"] = 0,
        }, -- end of ["hud"]
        ["asc"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc",
            ["mm"] = 0,
        }, -- end of ["asc"]
        ["rws"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "rws",
            ["mm"] = 0,
        }, -- end of ["rws"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["mfd"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "mfd",
            ["mm"] = 0,
        }, -- end of ["mfd"]
        ["radar"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "radar",
            ["mm"] = 0,
        }, -- end of ["radar"]
    }, -- end of ["failures"]
} -- end of mission
