mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_radio_transmission(\"ATISv2.ogg\", \"Kutaisi\", true, true, 134000, 5); mission.trig.func[1]=nil;",
            [2] = "a_group_off(\"Convoi 1\");a_group_off(\"Convoi 2\"); mission.trig.func[2]=nil;",
            [3] = "a_group_on(\"Convoi 1\");a_group_on(\"Convoi 2\"); mission.trig.func[3]=nil;",
            [4] = "a_ai_task(\"Traffic Live\", 1); mission.trig.func[4]=nil;",
            [5] = "a_ai_task(\"Traffic Live 2\", 1); mission.trig.func[5]=nil;",
            [6] = "a_add_radio_item(\"debloquer rescue\", 3, 1);a_add_radio_item(\"flare on extraction site\", 10, 1);a_add_radio_item(\"flare on ENI soldiers\", 11, 1); mission.trig.func[6]=nil;",
            [7] = "a_remove_radio_item(\"debloquer rescue\");a_remove_radio_item(\"flare on extraction site\");a_remove_radio_item(\"flare on ENI soldiers\");a_add_radio_item(\"debloquer rescue\", 3, 1);a_add_radio_item(\"flare on extraction site\", 10, 1);a_add_radio_item(\"flare on ENI soldiers\", 11, 1);",
            [8] = "a_activate_group(\"Rescue\"); mission.trig.func[8]=nil;",
            [9] = "a_signal_flare(\"Hover zone\", 1, \"1\", \"0\");a_clear_flag(10);",
            [10] = "a_explosion_marker(\"Smoke zone\", 1, \"1\");a_clear_flag(11);",
            [11] = "a_radio_transmission(\"sos.ogg\", \"Hover zone\", false, true, 40000, 15);a_radio_transmission(\"sos.ogg\", \"Hover zone\", false, true, 244000, 15); mission.trig.func[11]=nil;",
            [12] = "a_signal_flare_unit(220, \"1\", \"0\");",
            [13] = "a_set_flag(1);a_out_text_delay(\"TOP HOVER\", 5);",
            [14] = "a_clear_flag(1);a_out_text_delay(\"STOP HOVER: timer reset to zero\", 5);",
            [15] = "a_out_sound(\"Static.ogg\");a_out_text_delay(\"CRASH SITE FOUND!\", 20);a_explosion_marker(\"Hover zone\", 1, \"3\"); mission.trig.func[15]=nil;",
            [16] = "a_set_flag(2);a_out_text_delay(\"TOP RESCUE: 30 seconds left\", 5);a_explosion_marker(\"Hover zone\", 1, \"3\");",
            [17] = "a_clear_flag(2);a_out_text_delay(\"STOP RESCUE: timer reset to zero\", 5);",
            [18] = "a_out_text_delay(\"TOP RESCUE : 20 seconds left\", 5); mission.trig.func[18]=nil;",
            [19] = "a_out_text_delay(\"TOP RESCUE : 10 seconds left\", 5); mission.trig.func[19]=nil;",
            [20] = "a_set_flag(5);a_deactivate_group(\"Rescapes\");a_out_text_delay(\"EXFILTRATION IN PROGRESS. Helicos SAR RTB.\", 15);a_out_sound(\"Static.ogg\"); mission.trig.func[20]=nil;",
            [21] = "a_out_text_delay(\"EXTRACTION GROUP SHOT DOWN. MISSION FAILED.\", 20);a_out_sound(\"Static.ogg\"); mission.trig.func[21]=nil;",
            [22] = "a_out_text_delay(\"ALL CRASH SURVIVORS KILLED! MISSION FAILED.\", 20);a_out_sound(\"Static.ogg\"); mission.trig.func[22]=nil;",
            [23] = "a_out_text_delay(\"ATTENTION, PERTES CIVILES!\", 10);",
            [24] = "a_set_flag(4);a_activate_group(\"Groupe attaque rescapes\");a_ai_task(\"Rescapes\", 1); mission.trig.func[24]=nil;",
            [25] = "a_out_text_delay(\"CRASH SITE UNDER ATTACK. TANGOS ENI 1 CLIK SOUTH WEST. MARKING THEIR POSITION. PLEASE PROVIDE AIR SUPPORT!\", 10);a_explosion_marker_unit(270, \"1\");a_out_sound(\"Static.ogg\"); mission.trig.func[25]=nil;",
            [26] = "a_out_text_delay(\"CRASH SITE UNDER ATTACK. TANGOS ENI 1 CLIK SOUTH WEST. MARKING THEIR POSITION. PLEASE PROVIDE AIR SUPPORT!\", 10);a_explosion_marker_unit(270, \"1\");a_out_sound(\"Static.ogg\"); mission.trig.func[26]=nil;",
            [27] = "a_explosion_marker_unit(270, \"1\"); mission.trig.func[27]=nil;",
            [28] = "a_ai_task(\"Rescapes\", 2); mission.trig.func[28]=nil;",
            [29] = "a_out_text_delay(\"ENNEMY TROUPS DESTROYED. THANKS GUYS!\", 10);a_out_sound(\"Static.ogg\"); mission.trig.func[29]=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 if not mission.trig.flag[7] then mission.trig.actions[7](); mission.trig.flag[7] = true; end; else mission.trig.flag[7] = false; end;",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then if not mission.trig.flag[9] then mission.trig.actions[9](); mission.trig.flag[9] = true; end; else mission.trig.flag[9] = false; end;",
            [10] = "if mission.trig.conditions[10]() then if not mission.trig.flag[10] then mission.trig.actions[10](); mission.trig.flag[10] = true; end; else mission.trig.flag[10] = false; end;",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then if not mission.trig.flag[12] then mission.trig.actions[12](); mission.trig.flag[12] = true; end; else mission.trig.flag[12] = false; end;",
            [13] = "if mission.trig.conditions[13]() then if not mission.trig.flag[13] then mission.trig.actions[13](); mission.trig.flag[13] = true; end; else mission.trig.flag[13] = false; end;",
            [14] = "if mission.trig.conditions[14]() then if not mission.trig.flag[14] then mission.trig.actions[14](); mission.trig.flag[14] = true; end; else mission.trig.flag[14] = false; end;",
            [15] = "if mission.trig.conditions[15]() then mission.trig.actions[15]() end",
            [16] = "if mission.trig.conditions[16]() then if not mission.trig.flag[16] then mission.trig.actions[16](); mission.trig.flag[16] = true; end; else mission.trig.flag[16] = false; end;",
            [17] = "if mission.trig.conditions[17]() then if not mission.trig.flag[17] then mission.trig.actions[17](); mission.trig.flag[17] = true; end; else mission.trig.flag[17] = false; end;",
            [18] = "if mission.trig.conditions[18]() then mission.trig.actions[18]() end",
            [19] = "if mission.trig.conditions[19]() then mission.trig.actions[19]() end",
            [20] = "if mission.trig.conditions[20]() then mission.trig.actions[20]() end",
            [21] = "if mission.trig.conditions[21]() then mission.trig.actions[21]() end",
            [22] = "if mission.trig.conditions[22]() then mission.trig.actions[22]() end",
            [23] = "if mission.trig.conditions[23]() then if not mission.trig.flag[23] then mission.trig.actions[23](); mission.trig.flag[23] = true; end; else mission.trig.flag[23] = false; end;",
            [24] = "if mission.trig.conditions[24]() then mission.trig.actions[24]() end",
            [25] = "if mission.trig.conditions[25]() then mission.trig.actions[25]() end",
            [26] = "if mission.trig.conditions[26]() then mission.trig.actions[26]() end",
            [27] = "if mission.trig.conditions[27]() then mission.trig.actions[27]() end",
            [28] = "if mission.trig.conditions[28]() then mission.trig.actions[28]() end",
            [29] = "if mission.trig.conditions[29]() then mission.trig.actions[29]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
            [15] = true,
            [16] = true,
            [17] = true,
            [18] = true,
            [19] = true,
            [20] = true,
            [21] = true,
            [22] = true,
            [23] = true,
            [24] = true,
            [25] = true,
            [26] = true,
            [27] = true,
            [28] = true,
            [29] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(true)",
            [2] = "return(true)",
            [3] = "return(c_part_of_group_in_zone(\"Redwolf 1 (host)\", \"Ingress\") or c_part_of_group_in_zone(\"Redwolf 2\", \"Ingress\") or c_part_of_group_in_zone(\"Redwolf 3\", \"Ingress\") or c_part_of_group_in_zone(\"Redwolf 4\", \"Ingress\") )",
            [4] = "return(c_time_after(120) )",
            [5] = "return(c_time_after(330) )",
            [6] = "return(true)",
            [7] = "return(c_unit_alive(125) )",
            [8] = "return(c_flag_is_true(3) )",
            [9] = "return(c_flag_is_true(10) )",
            [10] = "return(c_flag_is_true(11) )",
            [11] = "return(true)",
            [12] = "return(c_part_of_group_in_zone(\"Redwolf 1 (host)\", \"Flare zone\") or c_part_of_group_in_zone(\"Redwolf 2\", \"Flare zone\") or c_part_of_group_in_zone(\"Redwolf 3\", \"Flare zone\") or c_part_of_group_in_zone(\"Redwolf 4\", \"Flare zone\") or c_part_of_group_in_zone(\"Redwolf FARP (Backup)\", \"Flare zone\") or c_part_of_group_in_zone(\"Huey 1 FARP\", \"Flare zone\") or c_part_of_group_in_zone(\"Huey 2 FARP\", \"Flare zone\") or c_part_of_group_in_zone(\"Huey 3 KUTAISI\", \"Flare zone\") or c_part_of_group_in_zone(\"Huey 4 KUTAISI\", \"Flare zone\") )",
            [13] = "return(c_part_of_group_in_zone(\"Redwolf 1 (host)\", \"Hover zone\") and c_unit_altitude_lower(125, 1310) or c_part_of_group_in_zone(\"Redwolf 2\", \"Hover zone\") and c_unit_altitude_lower(126, 1310) or c_part_of_group_in_zone(\"Redwolf 3\", \"Hover zone\") and c_unit_altitude_lower(127, 1310) or c_part_of_group_in_zone(\"Redwolf 4\", \"Hover zone\") and c_unit_altitude_lower(128, 1310) or c_part_of_group_in_zone(\"Redwolf FARP (Backup)\", \"Hover zone\") and c_unit_altitude_lower(241, 1310) )",
            [14] = "return(c_part_of_group_out_zone(\"Redwolf 1 (host)\", \"Hover zone\") and c_part_of_group_out_zone(\"Redwolf 2\", \"Hover zone\") and c_part_of_group_out_zone(\"Redwolf 3\", \"Hover zone\") and c_part_of_group_out_zone(\"Redwolf 4\", \"Hover zone\") and c_part_of_group_out_zone(\"Redwolf FARP (Backup)\", \"Hover zone\") )",
            [15] = "return(c_time_since_flag(1, 20) )",
            [16] = "return(c_part_of_group_in_zone(\"Rescue\", \"Hover zone\") or c_part_of_group_in_zone(\"Huey 1 FARP\", \"Hover zone\") and c_unit_altitude_higher(265, 1310) or c_part_of_group_in_zone(\"Huey 2 FARP\", \"Hover zone\") and c_unit_altitude_higher(266, 1310) or c_part_of_group_in_zone(\"Huey 3 KUTAISI\", \"Hover zone\") and c_unit_altitude_higher(277, 1310) or c_part_of_group_in_zone(\"Huey 4 KUTAISI\", \"Hover zone\") and c_unit_altitude_higher(278, 1310) )",
            [17] = "return(c_part_of_group_out_zone(\"Huey 1 FARP\", \"Hover zone\") and c_part_of_group_out_zone(\"Huey 2 FARP\", \"Hover zone\") and c_part_of_group_out_zone(\"Huey 3 KUTAISI\", \"Hover zone\") and c_part_of_group_out_zone(\"Huey 4 KUTAISI\", \"Hover zone\") and c_part_of_group_out_zone(\"Rescue\", \"Hover zone\") )",
            [18] = "return(c_flag_is_true(2) and c_time_since_flag(2, 10) )",
            [19] = "return(c_flag_is_true(2) and c_time_since_flag(2, 20) )",
            [20] = "return(c_flag_is_true(2) and c_time_since_flag(2, 30) )",
            [21] = "return(c_group_dead(\"Rescue\") )",
            [22] = "return(c_flag_is_false(5) and c_group_dead(\"Rescapes\") )",
            [23] = "return(c_unit_damaged(107) or c_unit_damaged(112) or c_unit_damaged(113) or c_unit_damaged(114) or c_unit_damaged(115) or c_unit_damaged(116) or c_unit_damaged(117) or c_unit_damaged(118) or c_unit_damaged(119) or c_unit_damaged(120) or c_unit_damaged(121) )",
            [24] = "return(c_part_of_group_in_zone(\"Huey 1 FARP\", \"Hover zone\") or c_part_of_group_in_zone(\"Huey 2 FARP\", \"Hover zone\") or c_part_of_group_in_zone(\"Huey 3 KUTAISI\", \"Hover zone\") or c_part_of_group_in_zone(\"Huey 4 KUTAISI\", \"Hover zone\") )",
            [25] = "return(c_time_since_flag(4, 15) )",
            [26] = "return(c_time_since_flag(4, 50) )",
            [27] = "return(c_time_since_flag(4, 100) )",
            [28] = "return(c_time_since_flag(4, 120) )",
            [29] = "return(c_group_dead(\"Groupe attaque rescapes\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 0,
        ["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"]
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = false,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["blue"] = 0,
                ["red"] = 2,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["blue"] = 0,
                ["red"] = 1,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["usedModules"] = 
    {
        ["A-10C Warthog by Eagle Dynamics"] = true,
        ["UH-1H Huey by Belsimtek"] = true,
        ["Ka-50 Black Shark by Eagle Dynamics"] = true,
        ["Combined Arms by Eagle Dynamics"] = true,
        ["P-51D Mustang by Eagle Dynamics"] = true,
        ["Su-25T by Eagle Dynamics"] = true,
        ["Flaming Cliffs by Eagle Dynamics"] = true,
        ["FW-190D9 by Eagle Dynamics"] = true,
    }, -- end of ["usedModules"]
    ["resourceCounter"] = 
    {
        ["taliban fighters{684D6F54-7960-498e-80EB-0AF094184FDC}.png"] = 1,
        ["ATISv2.ogg"] = 1,
        ["ABRIS/Database/NAVIGATION.lua"] = 1,
        ["ABRIS/Database/ADDITIONAL.lua"] = 1,
        ["Config/View/SnapViewsDefault.lua"] = 1,
        ["Operations{9B6BD6A6-9109-4519-B204-D528CCD26212}.png"] = 1,
        ["Scripts/World/GPS_GNSS.lua"] = 1,
        ["sos.ogg"] = 2,
        ["Static.ogg"] = 5,
        ["mods/aircrafts/Ka-50/Cockpit/Scripts/ARK/ARK.lua"] = 1,
        ["Village-near-Istalif{B7D4825A-687B-4284-9B9E-329FAFB42779}.png"] = 1,
        ["Config/View/View.lua"] = 1,
        ["Scripts/Aircrafts/ka-50/Cockpit/ARK/ARK.lua"] = 1,
        ["ABRIS/Database/ROUTES.lua"] = 1,
        ["Config/View/Server.lua"] = 1,
    }, -- end of ["resourceCounter"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 716913.14285719,
                ["radius"] = 500,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -307222.85714283,
                ["hidden"] = true,
                ["name"] = "Flare zone",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 717148.28571438,
                ["radius"] = 75,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 0.50196078431373,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -307224.28571428,
                ["hidden"] = true,
                ["name"] = "Hover zone",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 713512.28571441,
                ["radius"] = 3500,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -296996.85714284,
                ["hidden"] = true,
                ["name"] = "Ingress",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 683879.42857157,
                ["radius"] = 3000,
                ["zoneId"] = 4,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -284887.14285712,
                ["hidden"] = true,
                ["name"] = "Kutaisi",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 716600.85714295,
                ["radius"] = 50,
                ["zoneId"] = 5,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -307913.42857142,
                ["hidden"] = true,
                ["name"] = "Smoke zone",
            }, -- end of [5]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 3,
                ["dir"] = 75,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 5,
                ["dir"] = 150,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = true,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 0,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 2,
            ["temperature"] = -1,
        }, -- end of ["season"]
        ["type_weather"] = 1,
        ["qnh"] = 750,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 350,
            ["visibility"] = 1100,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 350,
            ["density"] = 10,
            ["base"] = 2300,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["needModules"] = 
    {
    }, -- end of ["needModules"]
    ["map"] = 
    {
        ["centerY"] = 684352.00000009,
        ["zoom"] = 10000,
        ["centerX"] = -284986.85714286,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 6,
            [6] = 15,
            [7] = 20,
            [8] = 12,
            [9] = 0,
            [10] = 9,
            [11] = 10,
            [12] = 3,
            [13] = 4,
            [14] = 2,
            [15] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 16,
            [3] = 17,
            [4] = 19,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Nos dernières opérations dans la vallée de Kur Bahmaro a permis de pacifier cette dernière. En contre partie, les combats se sont déplacés dans la vallée de Kur Sairme plus à l'Est.\
Depuis plusieurs semaines, nos opérations aéroportées dans cette vallée ont essuyé plusieurs tirs AA sans pouvoir en déterminer l'origine. Ce phénomène a pris une telle ampleur chez nos pilotes que la zone délimitée par les villages de Tskaltashua, de Kur Sairme et de Hani a été appelée \"le triangle des Bermudes\".\
Une légende cours parmis les villages de la vallée qu'une tribu cachée depuis toujours dans les montagnes au centre de ce triangle s'est rangée du coté des terroristes en échange d'armes AA qu'ils utilisent contre nos hélicoptères.\
\
Il y a moins de 24h, un Mi-26 a été touché dans cette zone et s'est écrasé. Nous ignorons où et si il y a des survivants. Mais la mission SAR ne peut être déclenchée en toute sécurité dans ces conditions.",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "Mission primaire: Repérer et détruire le village de cette tribu. Evitez si possible les pertes civiles. \
\
Mission secondaire: Repérer le site du crash, déterminer si il y a des survivants et communiquer la position aux helicos SAR en standby sur le FARP de Tskaltashua. Pour ceci, vous devrez rester au dessus du site de crash au moins 20 secondes. Une fois l'extraction effectuée, assurez vous que le groupe SAR rentre sain et sauf à Tskaltashua.\
Décollage de notre base de Kutaisi. ATIS sur 134.000 Mhz.\
Départ par le Sud sur Vani puis Bagdati et Tskaltashua en point d'entrée du triangle des Bermudes (rentré sur ABRIS). Au leader de determiner le plan SAR dans cette zone.\
Pour info, les rescapés du crash possèdent une balise de repérage émettant sur 40.00 Mhz FM.\
\
Possibilité de rearm/refuel sur le FARP de Tskaltashua. Un Ka-50 en standby si besoin dispo sur cette FARP. Helicos SAR en stdby si les pilotes de Ka-50 doivent s'ejecter.\
Attention, convois alliés dans la vallée.",
    ["descriptionRedTask"] = "",
    ["pictureFileNameB"] = 
    {
        [1] = "taliban fighters{684D6F54-7960-498e-80EB-0AF094184FDC}.png",
        [2] = "Village-near-Istalif{B7D4825A-687B-4284-9B9E-329FAFB42779}.png",
        [3] = "Operations{9B6BD6A6-9109-4519-B204-D528CCD26212}.png",
    }, -- end of ["pictureFileNameB"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["comment"] = "ATIS",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["loop"] = true,
                    ["zone"] = 4,
                    ["power"] = 5,
                    ["value"] = true,
                    ["file"] = "ATISv2.ogg",
                    ["predicate"] = "a_radio_transmission",
                    ["frequency"] = 134000,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["comment"] = "Convois OFF",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 207,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 208,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 91,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 93,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 94,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 92,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["comment"] = "Convois ON",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 207,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 208,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["seconds"] = 120,
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "TRAFFIC BASE 1",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 183,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 330,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_time_after",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 184,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "TRAFFIC BASE 2",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["comment"] = "Radio",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 3,
                    ["radiotext"] = "debloquer rescue",
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "a_add_radio_item",
                    ["flag"] = 10,
                    ["value"] = 1,
                    ["radiotext"] = "flare on extraction site",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["radiotext"] = "flare on ENI soldiers",
                    ["value"] = 1,
                    ["flag"] = 11,
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 125,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "reactive menu",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "debloquer rescue",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["radiotext"] = "flare on extraction site",
                    ["coalitionlist"] = "all",
                    ["predicate"] = "a_remove_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "flare on ENI soldiers",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 3,
                    ["predicate"] = "a_add_radio_item",
                    ["radiotext"] = "debloquer rescue",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
                [5] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 10,
                    ["predicate"] = "a_add_radio_item",
                    ["radiotext"] = "flare on extraction site",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [5]
                [6] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 11,
                    ["predicate"] = "a_add_radio_item",
                    ["radiotext"] = "flare on ENI soldiers",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [6]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "debug rescue",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 193,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 10,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["zone"] = 2,
                    ["color"] = "1",
                    ["predicate"] = "a_signal_flare",
                    ["bearing"] = "0",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 10,
                    ["predicate"] = "a_clear_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "flare on extraction",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 11,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "flare on ENI soldiers",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["zone"] = 5,
                    ["color"] = "1",
                    ["bearing"] = "0",
                    ["predicate"] = "a_explosion_marker",
                    ["unit"] = 270,
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 11,
                    ["predicate"] = "a_clear_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["comment"] = "Radio Rescapes",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["loop"] = true,
                    ["zone"] = 2,
                    ["power"] = 15,
                    ["value"] = false,
                    ["file"] = "sos.ogg",
                    ["predicate"] = "a_radio_transmission",
                    ["frequency"] = 40000,
                }, -- end of [1]
                [2] = 
                {
                    ["frequency"] = 244000,
                    ["loop"] = true,
                    ["power"] = 15,
                    ["zone"] = 2,
                    ["value"] = false,
                    ["file"] = "sos.ogg",
                    ["predicate"] = "a_radio_transmission",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 91,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 93,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 94,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 92,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "or",
                }, -- end of [8]
                [9] = 
                {
                    ["group"] = 202,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["group"] = 212,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "or",
                }, -- end of [12]
                [13] = 
                {
                    ["group"] = 213,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [13]
                [14] = 
                {
                    ["predicate"] = "or",
                }, -- end of [14]
                [15] = 
                {
                    ["group"] = 215,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [15]
                [16] = 
                {
                    ["predicate"] = "or",
                }, -- end of [16]
                [17] = 
                {
                    ["group"] = 216,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [17]
            }, -- end of ["rules"]
            ["comment"] = "Flare rescapes",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["color"] = "1",
                    ["predicate"] = "a_signal_flare_unit",
                    ["bearing"] = "0",
                    ["unit"] = 220,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 91,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_lower",
                    ["unit"] = 125,
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "or",
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 93,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [4]
                [5] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_lower",
                    ["unit"] = 126,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 94,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [7]
                [8] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_lower",
                    ["unit"] = 127,
                }, -- end of [8]
                [9] = 
                {
                    ["predicate"] = "or",
                }, -- end of [9]
                [10] = 
                {
                    ["group"] = 92,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [10]
                [11] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_lower",
                    ["unit"] = 128,
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "or",
                }, -- end of [12]
                [13] = 
                {
                    ["group"] = 202,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [13]
                [14] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_lower",
                    ["unit"] = 241,
                }, -- end of [14]
            }, -- end of ["rules"]
            ["comment"] = "Top Hover",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "TOP HOVER",
                    ["seconds"] = 5,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 91,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 93,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 94,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 92,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 202,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [5]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "Stop Hover",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["predicate"] = "a_clear_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "STOP HOVER: timer reset to zero",
                    ["seconds"] = 5,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [14]
        [15] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 1,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 20,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 20,
                    ["text"] = "CRASH SITE FOUND!",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["altitude"] = 1,
                    ["zone"] = 2,
                    ["color"] = "3",
                    ["predicate"] = "a_explosion_marker",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "Crash spotted",
        }, -- end of [15]
        [16] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 193,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 212,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [3]
                [4] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_higher",
                    ["unit"] = 265,
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "or",
                }, -- end of [5]
                [6] = 
                {
                    ["group"] = 213,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [6]
                [7] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_higher",
                    ["unit"] = 266,
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "or",
                }, -- end of [8]
                [9] = 
                {
                    ["group"] = 215,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [9]
                [10] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_higher",
                    ["unit"] = 277,
                }, -- end of [10]
                [11] = 
                {
                    ["predicate"] = "or",
                }, -- end of [11]
                [12] = 
                {
                    ["group"] = 216,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [12]
                [13] = 
                {
                    ["altitude"] = 1310,
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["predicate"] = "c_unit_altitude_higher",
                    ["unit"] = 278,
                }, -- end of [13]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "TOP RESCUE: 30 seconds left",
                    ["seconds"] = 5,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["altitude"] = 1,
                    ["zone"] = 2,
                    ["color"] = "3",
                    ["predicate"] = "a_explosion_marker",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "Start rescue",
        }, -- end of [16]
        [17] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 212,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 213,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 215,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [3]
                [4] = 
                {
                    ["group"] = 216,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 193,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_out_zone",
                    ["zone"] = 2,
                }, -- end of [5]
            }, -- end of ["rules"]
            ["comment"] = "Stop rescue",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["predicate"] = "a_clear_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["text"] = "STOP RESCUE: timer reset to zero",
                    ["seconds"] = 5,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
        }, -- end of [17]
        [18] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 10,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 5,
                    ["text"] = "TOP RESCUE : 20 seconds left",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Top rescue 10",
        }, -- end of [18]
        [19] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 20,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "Top rescue 20",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "TOP RESCUE : 10 seconds left",
                    ["seconds"] = 5,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [19]
        [20] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["flag"] = 2,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 30,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 186,
                    ["predicate"] = "a_deactivate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "EXFILTRATION IN PROGRESS. Helicos SAR RTB.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
                [4] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [4]
            }, -- end of ["actions"]
            ["comment"] = "Rescue OK",
        }, -- end of [20]
        [21] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 193,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["text"] = "EXTRACTION GROUP SHOT DOWN. MISSION FAILED.",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "Rescue Dead",
        }, -- end of [21]
        [22] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 186,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "Rescapes Dead",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "ALL CRASH SURVIVORS KILLED! MISSION FAILED.",
                    ["seconds"] = 20,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [22]
        [23] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 107,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["unit"] = 112,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 113,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["unit"] = 114,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["predicate"] = "or",
                }, -- end of [8]
                [9] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 115,
                }, -- end of [9]
                [10] = 
                {
                    ["predicate"] = "or",
                }, -- end of [10]
                [11] = 
                {
                    ["unit"] = 116,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [11]
                [12] = 
                {
                    ["predicate"] = "or",
                }, -- end of [12]
                [13] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 117,
                }, -- end of [13]
                [14] = 
                {
                    ["predicate"] = "or",
                }, -- end of [14]
                [15] = 
                {
                    ["unit"] = 118,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [15]
                [16] = 
                {
                    ["predicate"] = "or",
                }, -- end of [16]
                [17] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 119,
                }, -- end of [17]
                [18] = 
                {
                    ["predicate"] = "or",
                }, -- end of [18]
                [19] = 
                {
                    ["unit"] = 120,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = "",
                }, -- end of [19]
                [20] = 
                {
                    ["predicate"] = "or",
                }, -- end of [20]
                [21] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_damaged",
                    ["unit"] = 121,
                }, -- end of [21]
            }, -- end of ["rules"]
            ["comment"] = "Pertes civiles",
            ["eventlist"] = "",
            ["predicate"] = "triggerFront",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "ATTENTION, PERTES CIVILES!",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [23]
        [24] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 212,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 213,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["group"] = 215,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [5]
                [6] = 
                {
                    ["predicate"] = "or",
                }, -- end of [6]
                [7] = 
                {
                    ["group"] = 216,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["comment"] = "Attaques rescapes",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 214,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "a_ai_task",
                    ["ai_task"] = 
                    {
                        [1] = 186,
                        [2] = 1,
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [24]
        [25] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 4,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 15,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Signal attaque 1",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "CRASH SITE UNDER ATTACK. TANGOS ENI 1 CLIK SOUTH WEST. MARKING THEIR POSITION. PLEASE PROVIDE AIR SUPPORT!",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["color"] = "1",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_explosion_marker_unit",
                    ["unit"] = 270,
                }, -- end of [2]
                [3] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [25]
        [26] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 4,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 50,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["text"] = "CRASH SITE UNDER ATTACK. TANGOS ENI 1 CLIK SOUTH WEST. MARKING THEIR POSITION. PLEASE PROVIDE AIR SUPPORT!",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["color"] = "1",
                    ["unit"] = 270,
                    ["predicate"] = "a_explosion_marker_unit",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "Signal attaque 2",
        }, -- end of [26]
        [27] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 4,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 100,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["comment"] = "Signal attaque 3",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["color"] = "1",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_explosion_marker_unit",
                    ["unit"] = 270,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [27]
        [28] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 1,
                    ["flag"] = 4,
                    ["predicate"] = "c_time_since_flag",
                    ["seconds"] = 120,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Rescapes mortels",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["ai_task"] = 
                    {
                        [1] = 186,
                        [2] = 2,
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 186,
                        [2] = 1,
                    }, -- end of ["set_ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [28]
        [29] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 214,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Attaque repoussee",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "ENNEMY TROUPS DESTROYED. THANKS GUYS!",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["file"] = "Static.ogg",
                    ["predicate"] = "a_out_sound",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [29]
    }, -- end of ["trigrules"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [8]
                [9] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 685068.0625,
                                            ["x"] = -284219.84375,
                                            ["name"] = "TAKEOFF",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["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"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 259.05879944016,
                                            ["y"] = 687732.28571434,
                                            ["x"] = -294679.99999999,
                                            ["name"] = "W1",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 626.47187267172,
                                            ["y"] = 712990.28571433,
                                            ["x"] = -291069.14285713,
                                            ["name"] = "W2",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 743.94727735555,
                                            ["y"] = 714783.14285719,
                                            ["x"] = -299027.7142857,
                                            ["name"] = "INGRESS",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1138.4794160935,
                                            ["y"] = 687732.28571434,
                                            ["x"] = -294679.7142857,
                                            ["name"] = "W4",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1314.416388017,
                                            ["y"] = 678807.1428572,
                                            ["x"] = -286335.99999999,
                                            ["name"] = "W5",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 50,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1440.9928380639,
                                            ["y"] = 683879.1428572,
                                            ["x"] = -284890.28571427,
                                            ["name"] = "LAND",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 91,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.8921934535152,
                                        ["type"] = "Ka-50",
                                        ["callsign"] = 100,
                                        ["psi"] = -2.8921934535152,
                                        ["livery_id"] = "Russia Fictional Snow Splatter",
                                        ["onboard_num"] = "50",
                                        ["parking"] = 16,
                                        ["y"] = 685068.0625,
                                        ["x"] = -284219.84375,
                                        ["name"] = "Host only",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 0,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 125,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685068.0625,
                                ["x"] = -284219.84375,
                                ["name"] = "Redwolf 1 (host)",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 684966.1875,
                                            ["x"] = -283989.9375,
                                            ["name"] = "TAKEOFF",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["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"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 265.02302173481,
                                            ["y"] = 687733.14285722,
                                            ["x"] = -294680.28571428,
                                            ["name"] = "W1",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 632.42329408879,
                                            ["y"] = 712990.28571437,
                                            ["x"] = -291069.71428571,
                                            ["name"] = "W2",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 749.89157569482,
                                            ["y"] = 714783.42857151,
                                            ["x"] = -299027.71428571,
                                            ["name"] = "INGRESS",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1144.4162431024,
                                            ["y"] = 687733.14285723,
                                            ["x"] = -294679.42857143,
                                            ["name"] = "W4",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1320.3740581952,
                                            ["y"] = 678806.28571437,
                                            ["x"] = -286335.42857143,
                                            ["name"] = "W5",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 50,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1446.9495871578,
                                            ["y"] = 683878.57142865,
                                            ["x"] = -284890.85714286,
                                            ["name"] = "LAND",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 92,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.888323231395,
                                        ["type"] = "Ka-50",
                                        ["callsign"] = 101,
                                        ["psi"] = -2.888323231395,
                                        ["livery_id"] = "Russia Fictional Snow Splatter",
                                        ["onboard_num"] = "51",
                                        ["parking"] = 20,
                                        ["y"] = 684966.1875,
                                        ["x"] = -283989.9375,
                                        ["name"] = "Pilot #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 0,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 126,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684966.1875,
                                ["x"] = -283989.9375,
                                ["name"] = "Redwolf 4",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 685177.5625,
                                            ["x"] = -284123.03125,
                                            ["name"] = "TAKEOFF",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["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"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 260.67377396445,
                                            ["y"] = 687732.28571435,
                                            ["x"] = -294679.7142857,
                                            ["name"] = "W1",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 628.08975566828,
                                            ["y"] = 712990.57142863,
                                            ["x"] = -291069.42857142,
                                            ["name"] = "W2",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 745.56205093478,
                                            ["y"] = 714783.71428578,
                                            ["x"] = -299027.7142857,
                                            ["name"] = "INGRESS",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1140.09825182,
                                            ["y"] = 687732.57142863,
                                            ["x"] = -294679.7142857,
                                            ["name"] = "W4",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1316.0414308836,
                                            ["y"] = 678806.57142864,
                                            ["x"] = -286336.28571428,
                                            ["name"] = "W5",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 50,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1442.6282352794,
                                            ["y"] = 683878.85714292,
                                            ["x"] = -284889.99999999,
                                            ["name"] = "LAND",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 93,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.9041569291479,
                                        ["type"] = "Ka-50",
                                        ["callsign"] = 102,
                                        ["psi"] = -2.9041569291479,
                                        ["livery_id"] = "Russia Fictional Snow Splatter",
                                        ["onboard_num"] = "52",
                                        ["parking"] = 22,
                                        ["y"] = 685177.5625,
                                        ["x"] = -284123.03125,
                                        ["name"] = "Pilot #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 0,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 127,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685177.5625,
                                ["x"] = -284123.03125,
                                ["name"] = "Redwolf 2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 685187.75,
                                            ["x"] = -283953.65625,
                                            ["name"] = "TAKEOFF",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["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"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 264.58483849643,
                                            ["y"] = 687732.57142865,
                                            ["x"] = -294680.28571428,
                                            ["name"] = "W1",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 631.99791172813,
                                            ["y"] = 712990.57142865,
                                            ["x"] = -291069.42857142,
                                            ["name"] = "W2",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 749.46528902217,
                                            ["y"] = 714783.4285715,
                                            ["x"] = -299027.42857142,
                                            ["name"] = "INGRESS",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1144.000184152,
                                            ["y"] = 687732.28571436,
                                            ["x"] = -294679.99999999,
                                            ["name"] = "W4",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1319.9429712591,
                                            ["y"] = 678806.85714294,
                                            ["x"] = -286335.99999999,
                                            ["name"] = "W5",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 50,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1446.5354467952,
                                            ["y"] = 683879.7142858,
                                            ["x"] = -284890.85714285,
                                            ["name"] = "LAND",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 94,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.9086558202977,
                                        ["type"] = "Ka-50",
                                        ["callsign"] = 103,
                                        ["psi"] = -2.9086558202977,
                                        ["livery_id"] = "Russia Fictional Snow Splatter",
                                        ["onboard_num"] = "53",
                                        ["parking"] = 18,
                                        ["y"] = 685187.75,
                                        ["x"] = -283953.65625,
                                        ["name"] = "Pilot #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 0,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 128,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685187.75,
                                ["x"] = -283953.65625,
                                ["name"] = "Redwolf 3",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Start",
                                                ["params"] = 
                                                {
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 683576.375,
                                            ["x"] = -284330.15625,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 100,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 54.618866409183,
                                            ["y"] = 685697.14285726,
                                            ["x"] = -285155.7142857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 150,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 90.552198481322,
                                            ["y"] = 683700.00000012,
                                            ["x"] = -285592.85714284,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 175,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 123.05134775256,
                                            ["y"] = 683676.00000004,
                                            ["x"] = -284786.28571428,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 200,
                                                                ["pattern"] = "Circle",
                                                                ["speed"] = 41.666666666667,
                                                                ["altitudeEdited"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 6,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 183,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 1.9420213751262,
                                        ["type"] = "Mi-26",
                                        ["callsign"] = 105,
                                        ["psi"] = -1.9420213751262,
                                        ["livery_id"] = "United Nations",
                                        ["onboard_num"] = "50",
                                        ["parking"] = 35,
                                        ["y"] = 683576.375,
                                        ["x"] = -284330.15625,
                                        ["name"] = "Pilot #5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "9600",
                                            ["flare"] = 192,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 217,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "High",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683576.375,
                                ["x"] = -284330.15625,
                                ["name"] = "Traffic Live",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 134,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["lateActivation"] = true,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = true,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["linkUnit"] = 230,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 88,
                                            ["y"] = 714744.28571438,
                                            ["helipadId"] = 230,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -299163.14285714,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 700,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 135.16666696923,
                                            ["y"] = 711496.28571438,
                                            ["x"] = -303773.14285714,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 900,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 183.78261295491,
                                            ["y"] = 711174.85714295,
                                            ["x"] = -305773.14285714,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 280.00429577588,
                                            ["y"] = 715110.57142866,
                                            ["x"] = -306537.42857143,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 1301,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 331.79789617821,
                                            ["y"] = 717148.85714295,
                                            ["x"] = -307223.71428571,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Land",
                                                                    ["params"] = 
                                                                    {
                                                                        ["y"] = 717133.42857157,
                                                                        ["x"] = -307234.28571426,
                                                                        ["duration"] = 300,
                                                                        ["durationFlag"] = false,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["duration"] = 60,
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 1301,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 484.03247212197,
                                            ["y"] = 717776.28571433,
                                            ["x"] = -300911.71428569,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "Land",
                                            ["ETA"] = 568.03427566978,
                                            ["ETA_locked"] = false,
                                            ["linkUnit"] = 230,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 279,
                                            ["y"] = 714744.28571438,
                                            ["helipadId"] = 230,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -299163.14285714,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 193,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = -2.5278159693953,
                                        ["callsign"] = 106,
                                        ["psi"] = 2.5278159693953,
                                        ["livery_id"] = "Russia",
                                        ["onboard_num"] = "54",
                                        ["type"] = "Mi-8MT",
                                        ["y"] = 714744.28571438,
                                        ["x"] = -299163.14285714,
                                        ["name"] = "Pilot #7",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 2073,
                                            ["flare"] = 192,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 231,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "High",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714744.28571438,
                                ["x"] = -299163.14285714,
                                ["name"] = "Rescue",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 132.5,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["linkUnit"] = 230,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 88,
                                            ["y"] = 714744.28571438,
                                            ["helipadId"] = 230,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["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"]
                                            ["x"] = -299163.14285714,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 202,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 0,
                                        ["callsign"] = 107,
                                        ["psi"] = 0,
                                        ["livery_id"] = "Russia Demo #024",
                                        ["onboard_num"] = "55",
                                        ["type"] = "Ka-50",
                                        ["y"] = 714744.28571438,
                                        ["x"] = -299163.14285714,
                                        ["name"] = "Pilot #8 at Tskaltashua",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- 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"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 241,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714744.28571438,
                                ["x"] = -299163.14285714,
                                ["name"] = "Redwolf FARP (Backup)",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 132.5,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["linkUnit"] = 230,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 88,
                                            ["y"] = 714744.28571438,
                                            ["helipadId"] = 230,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -299163.14285714,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 682,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 307.42399728777,
                                            ["y"] = 726124.00000003,
                                            ["x"] = -305043.71428569,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 957,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 754.57869441992,
                                            ["y"] = 709001.14285717,
                                            ["x"] = -312387.99999997,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "Land",
                                            ["ETA"] = 1100.6122028033,
                                            ["ETA_locked"] = false,
                                            ["linkUnit"] = 230,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 279,
                                            ["y"] = 714744.28571438,
                                            ["helipadId"] = 230,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -299163.14285714,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 212,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.047761185185,
                                        ["callsign"] = 108,
                                        ["psi"] = -2.047761185185,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["onboard_num"] = "56",
                                        ["type"] = "UH-1H",
                                        ["y"] = 714744.28571438,
                                        ["x"] = -299163.14285714,
                                        ["name"] = "Pilot #1 at Tskaltashua",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "M134_L",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "M134_R",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "631",
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 265,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714744.28571438,
                                ["x"] = -299163.14285714,
                                ["name"] = "Huey 1 FARP",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "TakeOffParking",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["linkUnit"] = 230,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 88,
                                            ["y"] = 714744.28571438,
                                            ["helipadId"] = 230,
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -299163.14285714,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 683,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 307.50593773454,
                                            ["y"] = 726128.28571432,
                                            ["x"] = -305042.85714283,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 957,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 754.76506755546,
                                            ["y"] = 709000.5714286,
                                            ["x"] = -312386.85714283,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["speed_locked"] = true,
                                            ["type"] = "Land",
                                            ["ETA"] = 1100.778880899,
                                            ["ETA_locked"] = false,
                                            ["linkUnit"] = 230,
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["alt"] = 279,
                                            ["y"] = 714744.28571438,
                                            ["helipadId"] = 230,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["formation_template"] = "",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["x"] = -299163.14285714,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 213,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.0475481952741,
                                        ["callsign"] = 109,
                                        ["psi"] = -2.0475481952741,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["onboard_num"] = "57",
                                        ["type"] = "UH-1H",
                                        ["y"] = 714744.28571438,
                                        ["x"] = -299163.14285714,
                                        ["name"] = "Pilot #9 at Tskaltashua",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "M134_L",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "M134_R",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "631",
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 266,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714744.28571438,
                                ["x"] = -299163.14285714,
                                ["name"] = "Huey 2 FARP",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 682736.6875,
                                            ["x"] = -285906.40625,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 363.47738433136,
                                            ["y"] = 687733.71428576,
                                            ["x"] = -294679.71428569,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1281.9446076081,
                                            ["y"] = 712990.00000004,
                                            ["x"] = -291069.71428569,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1575.5839421294,
                                            ["y"] = 714781.71428576,
                                            ["x"] = -299027.14285712,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 683,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2037.9624906957,
                                            ["y"] = 726128.28571432,
                                            ["x"] = -305045.4285714,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 960,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2708.8633337601,
                                            ["y"] = 708999.71428575,
                                            ["x"] = -312388.28571426,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 960,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3232.9796557013,
                                            ["y"] = 714782.28571432,
                                            ["x"] = -299027.14285711,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 4001.3078887259,
                                            ["y"] = 687734.00000004,
                                            ["x"] = -294679.14285712,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 45,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2940.9185634908,
                                            ["airdromeId"] = 25,
                                            ["y"] = 683853.75717885,
                                            ["x"] = -284889.06283057,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 215,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.6238475565151,
                                        ["type"] = "UH-1H",
                                        ["callsign"] = 111,
                                        ["psi"] = -2.6238475565151,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["onboard_num"] = "58",
                                        ["parking"] = 12,
                                        ["y"] = 682736.6875,
                                        ["x"] = -285906.40625,
                                        ["name"] = "Pilot #10 at Kutaisi",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "M134_L",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "M134_R",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "631",
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 277,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682736.6875,
                                ["x"] = -285906.40625,
                                ["name"] = "Huey 3 KUTAISI",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Transport",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 682944.1875,
                                            ["x"] = -285759.90625,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 364.47187524246,
                                            ["y"] = 687733.42857147,
                                            ["x"] = -294679.71428569,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1282.9565524809,
                                            ["y"] = 712990.28571433,
                                            ["x"] = -291070.28571426,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1576.5645246065,
                                            ["y"] = 714780.57142861,
                                            ["x"] = -299027.14285712,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 683,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2039.024855082,
                                            ["y"] = 726129.71428575,
                                            ["x"] = -305045.4285714,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 957,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2709.9635129634,
                                            ["y"] = 709000.00000004,
                                            ["x"] = -312388.28571426,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 957,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3234.07574963,
                                            ["y"] = 714782.28571432,
                                            ["x"] = -299027.14285711,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2562.7595870592,
                                            ["y"] = 687733.42857147,
                                            ["x"] = -294679.71428569,
                                            ["speed"] = 27.777777777778,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 45,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2941.8871157555,
                                            ["airdromeId"] = 25,
                                            ["y"] = 683853.75717885,
                                            ["x"] = -284889.06283057,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 216,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 2.6488455555964,
                                        ["type"] = "UH-1H",
                                        ["callsign"] = 110,
                                        ["psi"] = -2.6488455555964,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["onboard_num"] = "59",
                                        ["parking"] = 14,
                                        ["y"] = 682944.1875,
                                        ["x"] = -285759.90625,
                                        ["name"] = "Pilot #11 at Kutaisi",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "M134_L",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "XM158_MK5",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "M134_R",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "631",
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 278,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682944.1875,
                                ["x"] = -285759.90625,
                                ["name"] = "Huey 4 KUTAISI",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 683634.0625,
                                            ["x"] = -284313.59375,
                                            ["name"] = "TAKEOFF",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 265.02302173481,
                                            ["y"] = 687418.95535731,
                                            ["x"] = -295595.77678571,
                                            ["name"] = "W1",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 632.42329408879,
                                            ["y"] = 712676.09821446,
                                            ["x"] = -291985.20535714,
                                            ["name"] = "W2",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 749.89157569482,
                                            ["y"] = 714469.2410716,
                                            ["x"] = -299943.20535714,
                                            ["name"] = "INGRESS",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 400,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1144.4162431024,
                                            ["y"] = 687418.95535732,
                                            ["x"] = -295594.91964286,
                                            ["name"] = "W4",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1320.3740581952,
                                            ["y"] = 678492.09821446,
                                            ["x"] = -287250.91964286,
                                            ["name"] = "W5",
                                            ["speed"] = 69.444444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 50,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1446.9495871578,
                                            ["y"] = 683564.38392874,
                                            ["x"] = -285806.34821429,
                                            ["name"] = "LAND",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 231,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 0,
                                        ["type"] = "Ka-50",
                                        ["callsign"] = 101,
                                        ["psi"] = -2.8179156397549,
                                        ["livery_id"] = "Russia Fictional Snow Splatter",
                                        ["onboard_num"] = "51",
                                        ["parking"] = 39,
                                        ["y"] = 683634.0625,
                                        ["x"] = -284313.59375,
                                        ["name"] = "Pilot #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 0,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 301,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683634.0625,
                                ["x"] = -284313.59375,
                                ["name"] = "Redwolf 5",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [12]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1294,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 717142.85714295,
                                            ["x"] = -307222.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["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"] = 186,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SetImmortal",
                                                ["params"] = 
                                                {
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "SetImmortal",
                                                ["params"] = 
                                                {
                                                    ["value"] = false,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 717142.85714295,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #43",
                                        ["unitId"] = 220,
                                        ["heading"] = 5.6374134839417,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -307222.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 717156.57142866,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #44",
                                        ["unitId"] = 221,
                                        ["heading"] = 0.59341194567807,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -307215.42857143,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 717138.85714295,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #45",
                                        ["unitId"] = 222,
                                        ["heading"] = 4.4331363000656,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -307234,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 717157.42857146,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #69",
                                        ["unitId"] = 279,
                                        ["heading"] = 6.1261056745001,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -307204.85714285,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 717130.57142861,
                                        ["type"] = "Infantry AK",
                                        ["name"] = "Unit #70",
                                        ["unitId"] = 280,
                                        ["heading"] = 4.4331363000656,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -307231.7142857,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 717142.85714295,
                                ["x"] = -307222.57142857,
                                ["name"] = "Rescapes",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Start",
                                                ["params"] = 
                                                {
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "Transport",
                                ["uncontrolled"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 25,
                                            ["y"] = 682349.875,
                                            ["x"] = -284599,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 200,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 82.215642946258,
                                            ["y"] = 693528.85714295,
                                            ["x"] = -282270.85714286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 117.89061651002,
                                            ["y"] = 692143.14285724,
                                            ["x"] = -277513.71428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 278.01675862228,
                                            ["y"] = 670700.28571438,
                                            ["x"] = -283413.71428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 200,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 314.01528920461,
                                            ["y"] = 671943.14285723,
                                            ["x"] = -288256.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SwitchWaypoint",
                                                                    ["params"] = 
                                                                    {
                                                                        ["goToWaypointIndex"] = 2,
                                                                        ["fromWaypointIndex"] = 5,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 6,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 92,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 435.90636912818,
                                            ["y"] = 683880.28571433,
                                            ["x"] = -284890.57142856,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 184,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 1.3654705325249,
                                        ["type"] = "Yak-40",
                                        ["callsign"] = 104,
                                        ["psi"] = -1.3654705325249,
                                        ["livery_id"] = "Aeroflot",
                                        ["onboard_num"] = "10",
                                        ["parking"] = "4",
                                        ["y"] = 682349.875,
                                        ["x"] = -284599,
                                        ["name"] = "Pilot #6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3080",
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["unitId"] = 218,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "High",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682349.875,
                                ["x"] = -284599,
                                ["name"] = "Traffic Live 2",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 134,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 3.8920842319474,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685159.71428573,
                                            ["speed"] = 0,
                                            ["x"] = -283954.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 95,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATMZ-5",
                                        ["unitId"] = 129,
                                        ["y"] = 685159.71428573,
                                        ["x"] = -283954.85714285,
                                        ["name"] = "Traffic Base",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.8920842319474,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685159.71428573,
                                ["x"] = -283954.85714285,
                                ["name"] = "Traffic Base",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 2.4434609527921,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684996.2857143,
                                            ["speed"] = 0,
                                            ["x"] = -283993.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 96,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATMZ-5",
                                        ["unitId"] = 130,
                                        ["y"] = 684996.2857143,
                                        ["x"] = -283993.99999999,
                                        ["name"] = "Traffic Base #001",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.4434609527921,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684996.2857143,
                                ["x"] = -283993.99999999,
                                ["name"] = "Traffic Base #001",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 5.6548667764616,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685180.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -284091.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 97,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATMZ-5",
                                        ["unitId"] = 131,
                                        ["y"] = 685180.00000002,
                                        ["x"] = -284091.99999999,
                                        ["name"] = "Traffic Base #002",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.6548667764616,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685180.00000002,
                                ["x"] = -284091.99999999,
                                ["name"] = "Traffic Base #002",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 5.4977871437821,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685069.71428573,
                                            ["speed"] = 0,
                                            ["x"] = -284189.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 98,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATMZ-5",
                                        ["unitId"] = 132,
                                        ["y"] = 685069.71428573,
                                        ["x"] = -284189.14285714,
                                        ["name"] = "Traffic Base #003",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685069.71428573,
                                ["x"] = -284189.14285714,
                                ["name"] = "Traffic Base #003",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 3.4382986264288,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685007.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -284004.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 99,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-375 APA-50",
                                        ["unitId"] = 133,
                                        ["rate"] = 3,
                                        ["y"] = 685007.42857145,
                                        ["x"] = -284004.28571428,
                                        ["name"] = "Traffic Base #004",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.4382986264288,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685007.42857145,
                                ["x"] = -284004.28571428,
                                ["name"] = "Traffic Base #004",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 2.8274333882308,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685148.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -283961.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 100,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-375 APA-50",
                                        ["unitId"] = 134,
                                        ["y"] = 685148.00000002,
                                        ["x"] = -283961.42857142,
                                        ["name"] = "Traffic Base #005",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.8274333882308,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685148.00000002,
                                ["x"] = -283961.42857142,
                                ["name"] = "Traffic Base #005",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 4.4680428851055,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685169.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -284082.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 101,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-375 APA-50",
                                        ["unitId"] = 135,
                                        ["y"] = 685169.42857145,
                                        ["x"] = -284082.85714285,
                                        ["name"] = "Traffic Base #006",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.4680428851055,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685169.42857145,
                                ["x"] = -284082.85714285,
                                ["name"] = "Traffic Base #006",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 4.3807764225058,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685060.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284178.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 102,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-375 APA-50",
                                        ["unitId"] = 136,
                                        ["y"] = 685060.57142859,
                                        ["x"] = -284178.28571428,
                                        ["name"] = "Traffic Base #007",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.3807764225058,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685060.57142859,
                                ["x"] = -284178.28571428,
                                ["name"] = "Traffic Base #007",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 5.3058009260628,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684998.28571431,
                                            ["speed"] = 0,
                                            ["x"] = -284001.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 103,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 137,
                                        ["rate"] = 1,
                                        ["y"] = 684998.28571431,
                                        ["x"] = -284001.71428571,
                                        ["name"] = "Traffic Base #008",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.3058009260628,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684998.28571431,
                                ["x"] = -284001.71428571,
                                ["name"] = "Traffic Base #008",
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 6.0388392119004,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684980.85714288,
                                            ["speed"] = 0,
                                            ["x"] = -284033.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 104,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 138,
                                        ["rate"] = 1,
                                        ["y"] = 684980.85714288,
                                        ["x"] = -284033.42857142,
                                        ["name"] = "Traffic Base #009",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 6.0388392119004,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684980.85714288,
                                ["x"] = -284033.42857142,
                                ["name"] = "Traffic Base #009",
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 1.6755160819146,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685155.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -283960.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 105,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 139,
                                        ["rate"] = 1,
                                        ["y"] = 685155.42857145,
                                        ["x"] = -283960.85714285,
                                        ["name"] = "Traffic Base #010",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.6755160819146,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685155.42857145,
                                ["x"] = -283960.85714285,
                                ["name"] = "Traffic Base #010",
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 0.47123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685165.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -283993.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 106,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 140,
                                        ["rate"] = 1,
                                        ["y"] = 685165.42857145,
                                        ["x"] = -283993.42857142,
                                        ["name"] = "Traffic Base #011",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.47123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685165.42857145,
                                ["x"] = -283993.42857142,
                                ["name"] = "Traffic Base #011",
                                ["dead"] = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["heading"] = 3.1415926535898,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685062.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284184.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 107,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 141,
                                        ["rate"] = 1,
                                        ["y"] = 685062.57142859,
                                        ["x"] = -284184.57142856,
                                        ["name"] = "Traffic Base #012",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685062.57142859,
                                ["x"] = -284184.57142856,
                                ["name"] = "Traffic Base #012",
                                ["dead"] = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["heading"] = 3.0194196059502,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685173.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -284088.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 108,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 142,
                                        ["rate"] = 1,
                                        ["y"] = 685173.42857145,
                                        ["x"] = -284088.57142856,
                                        ["name"] = "Traffic Base #013",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.0194196059502,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685173.42857145,
                                ["x"] = -284088.57142856,
                                ["name"] = "Traffic Base #013",
                                ["dead"] = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["heading"] = 2.8797932657906,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685051.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -284177.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 109,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 143,
                                        ["rate"] = 1,
                                        ["y"] = 685051.42857145,
                                        ["x"] = -284177.14285714,
                                        ["name"] = "Traffic Base #014",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.8797932657906,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685051.42857145,
                                ["x"] = -284177.14285714,
                                ["name"] = "Traffic Base #014",
                                ["dead"] = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["heading"] = 3.08923277603,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685162.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -284080.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 110,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 144,
                                        ["rate"] = 1,
                                        ["y"] = 685162.00000002,
                                        ["x"] = -284080.85714285,
                                        ["name"] = "Traffic Base #015",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.08923277603,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685162.00000002,
                                ["x"] = -284080.85714285,
                                ["name"] = "Traffic Base #015",
                                ["dead"] = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["heading"] = 1.6755160819146,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685084.28571431,
                                            ["speed"] = 0,
                                            ["x"] = -284025.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 111,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 145,
                                        ["rate"] = 1,
                                        ["y"] = 685084.28571431,
                                        ["x"] = -284025.42857142,
                                        ["name"] = "Traffic Base #016",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.6755160819146,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685084.28571431,
                                ["x"] = -284025.42857142,
                                ["name"] = "Traffic Base #016",
                                ["dead"] = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                ["heading"] = 1.7453292519943,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685088.28571431,
                                            ["speed"] = 0,
                                            ["x"] = -284019.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 112,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 146,
                                        ["rate"] = 1,
                                        ["y"] = 685088.28571431,
                                        ["x"] = -284019.7142857,
                                        ["name"] = "Traffic Base #017",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.7453292519943,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685088.28571431,
                                ["x"] = -284019.7142857,
                                ["name"] = "Traffic Base #017",
                                ["dead"] = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                ["heading"] = 2.6529004630314,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685092.85714288,
                                            ["speed"] = 0,
                                            ["x"] = -284015.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 113,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 147,
                                        ["rate"] = 1,
                                        ["y"] = 685092.85714288,
                                        ["x"] = -284015.42857142,
                                        ["name"] = "Traffic Base #018",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.6529004630314,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685092.85714288,
                                ["x"] = -284015.42857142,
                                ["name"] = "Traffic Base #018",
                                ["dead"] = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                ["heading"] = 2.9321531433505,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685097.71428574,
                                            ["speed"] = 0,
                                            ["x"] = -284012.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 114,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 148,
                                        ["rate"] = 1,
                                        ["y"] = 685097.71428574,
                                        ["x"] = -284012.28571428,
                                        ["name"] = "Traffic Base #019",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.9321531433505,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685097.71428574,
                                ["x"] = -284012.28571428,
                                ["name"] = "Traffic Base #019",
                                ["dead"] = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                ["heading"] = 2.6354471705114,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685077.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -283990.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 115,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-4320-31",
                                        ["unitId"] = 149,
                                        ["rate"] = 7,
                                        ["y"] = 685077.42857145,
                                        ["x"] = -283990.85714285,
                                        ["name"] = "Traffic Base #020",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.6354471705114,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685077.42857145,
                                ["x"] = -283990.85714285,
                                ["name"] = "Traffic Base #020",
                                ["dead"] = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                ["heading"] = 0.85521133347722,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685062.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284087.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 116,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "BMP-3",
                                        ["unitId"] = 150,
                                        ["livery_id"] = "autumn",
                                        ["rate"] = 15,
                                        ["y"] = 685062.57142859,
                                        ["x"] = -284087.42857142,
                                        ["name"] = "Traffic Base #021",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.85521133347722,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685062.57142859,
                                ["x"] = -284087.42857142,
                                ["name"] = "Traffic Base #021",
                                ["dead"] = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                ["heading"] = 2.5656340004317,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685084.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284005.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 117,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 151,
                                        ["rate"] = 5,
                                        ["y"] = 685084.57142859,
                                        ["x"] = -284005.14285713,
                                        ["name"] = "Traffic Base #022",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.5656340004317,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685084.57142859,
                                ["x"] = -284005.14285713,
                                ["name"] = "Traffic Base #022",
                                ["dead"] = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                ["heading"] = 0.1221730476396,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685069.71428574,
                                            ["speed"] = 0,
                                            ["x"] = -284082.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 118,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 152,
                                        ["rate"] = 1,
                                        ["y"] = 685069.71428574,
                                        ["x"] = -284082.57142856,
                                        ["name"] = "Traffic Base #023",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.1221730476396,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685069.71428574,
                                ["x"] = -284082.57142856,
                                ["name"] = "Traffic Base #023",
                                ["dead"] = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                ["heading"] = 5.4977871437821,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 685053.71428574,
                                            ["speed"] = 0,
                                            ["x"] = -284096.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 119,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 153,
                                        ["rate"] = 1,
                                        ["y"] = 685053.71428574,
                                        ["x"] = -284096.28571428,
                                        ["name"] = "Traffic Base #024",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 685053.71428574,
                                ["x"] = -284096.28571428,
                                ["name"] = "Traffic Base #024",
                                ["dead"] = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                ["heading"] = 2.9146998508305,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684949.71428574,
                                            ["speed"] = 0,
                                            ["x"] = -284227.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 120,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Mi-26",
                                        ["unitId"] = 154,
                                        ["livery_id"] = "Russia_FSB",
                                        ["rate"] = "30",
                                        ["y"] = 684949.71428574,
                                        ["x"] = -284227.14285713,
                                        ["name"] = "Traffic Base #025",
                                        ["category"] = "Helicopters",
                                        ["heading"] = 2.9146998508305,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684949.71428574,
                                ["x"] = -284227.14285713,
                                ["name"] = "Traffic Base #025",
                                ["dead"] = true,
                            }, -- end of [26]
                            [27] = 
                            {
                                ["heading"] = 1.1519173063163,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684935.42857157,
                                            ["speed"] = 0,
                                            ["x"] = -284247.14285712,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 121,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 155,
                                        ["livery_id"] = "Russia Standard Army (Worn)",
                                        ["y"] = 684935.42857157,
                                        ["x"] = -284247.14285712,
                                        ["name"] = "Traffic Base #026",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.1519173063163,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684935.42857157,
                                ["x"] = -284247.14285712,
                                ["name"] = "Traffic Base #026",
                                ["dead"] = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                ["heading"] = 3.6477381366681,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684960.28571442,
                                            ["speed"] = 0,
                                            ["x"] = -284212.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 122,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural ATsP-6",
                                        ["unitId"] = 156,
                                        ["livery_id"] = "Russia Standard Army (Worn)",
                                        ["y"] = 684960.28571442,
                                        ["x"] = -284212.85714284,
                                        ["name"] = "Traffic Base #027",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.6477381366681,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684960.28571442,
                                ["x"] = -284212.85714284,
                                ["name"] = "Traffic Base #027",
                                ["dead"] = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                ["heading"] = 5.6374134839417,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684956.857143,
                                            ["speed"] = 0,
                                            ["x"] = -284204.57142855,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 123,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 157,
                                        ["rate"] = 1,
                                        ["y"] = 684956.857143,
                                        ["x"] = -284204.57142855,
                                        ["name"] = "Traffic Base #028",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.6374134839417,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684956.857143,
                                ["x"] = -284204.57142855,
                                ["name"] = "Traffic Base #028",
                                ["dead"] = false,
                            }, -- end of [29]
                            [30] = 
                            {
                                ["heading"] = 0.4014257279587,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684927.42857157,
                                            ["speed"] = 0,
                                            ["x"] = -284209.42857141,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 124,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 158,
                                        ["rate"] = 1,
                                        ["y"] = 684927.42857157,
                                        ["x"] = -284209.42857141,
                                        ["name"] = "Traffic Base #029",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.4014257279587,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684927.42857157,
                                ["x"] = -284209.42857141,
                                ["name"] = "Traffic Base #029",
                                ["dead"] = false,
                            }, -- end of [30]
                            [31] = 
                            {
                                ["heading"] = 0.29670597283904,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684929.71428585,
                                            ["speed"] = 0,
                                            ["x"] = -284216.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 125,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 159,
                                        ["rate"] = 1,
                                        ["y"] = 684929.71428585,
                                        ["x"] = -284216.28571427,
                                        ["name"] = "Traffic Base #030",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.29670597283904,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684929.71428585,
                                ["x"] = -284216.28571427,
                                ["name"] = "Traffic Base #030",
                                ["dead"] = false,
                            }, -- end of [31]
                            [32] = 
                            {
                                ["heading"] = 5.6548667764616,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684965.42857157,
                                            ["speed"] = 0,
                                            ["x"] = -284230.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 126,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 160,
                                        ["rate"] = 1,
                                        ["y"] = 684965.42857157,
                                        ["x"] = -284230.85714284,
                                        ["name"] = "Traffic Base #031",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.6548667764616,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684965.42857157,
                                ["x"] = -284230.85714284,
                                ["name"] = "Traffic Base #031",
                                ["dead"] = false,
                            }, -- end of [32]
                            [33] = 
                            {
                                ["heading"] = 2.1118483949131,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684930.57142871,
                                            ["speed"] = 0,
                                            ["x"] = -284227.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 127,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-375",
                                        ["unitId"] = 161,
                                        ["rate"] = 5,
                                        ["y"] = 684930.57142871,
                                        ["x"] = -284227.99999998,
                                        ["name"] = "Traffic Base #032",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.1118483949131,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684930.57142871,
                                ["x"] = -284227.99999998,
                                ["name"] = "Traffic Base #032",
                                ["dead"] = false,
                            }, -- end of [33]
                            [34] = 
                            {
                                ["heading"] = 2.8797932657906,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684742.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284181.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 129,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 163,
                                        ["livery_id"] = "2nd fs `swifts` team, kubinka ab",
                                        ["rate"] = "50",
                                        ["y"] = 684742.57142859,
                                        ["x"] = -284181.14285713,
                                        ["name"] = "Traffic Base #033",
                                        ["category"] = "Planes",
                                        ["heading"] = 2.8797932657906,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684742.57142859,
                                ["x"] = -284181.14285713,
                                ["name"] = "Traffic Base #033",
                                ["dead"] = false,
                            }, -- end of [34]
                            [35] = 
                            {
                                ["heading"] = 6.0213859193804,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684764.85714288,
                                            ["speed"] = 0,
                                            ["x"] = -284256.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 130,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 164,
                                        ["livery_id"] = "2nd fs `swifts` team, kubinka ab",
                                        ["y"] = 684764.85714288,
                                        ["x"] = -284256.57142856,
                                        ["name"] = "Traffic Base #034",
                                        ["category"] = "Planes",
                                        ["heading"] = 6.0213859193804,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684764.85714288,
                                ["x"] = -284256.57142856,
                                ["name"] = "Traffic Base #034",
                                ["dead"] = false,
                            }, -- end of [35]
                            [36] = 
                            {
                                ["heading"] = 2.8797932657906,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684626.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -284211.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 131,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "MiG-29S",
                                        ["unitId"] = 165,
                                        ["livery_id"] = "2nd fs `swifts` team, kubinka ab",
                                        ["y"] = 684626.00000002,
                                        ["x"] = -284211.99999999,
                                        ["name"] = "Traffic Base #035",
                                        ["category"] = "Planes",
                                        ["heading"] = 2.8797932657906,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684626.00000002,
                                ["x"] = -284211.99999999,
                                ["name"] = "Traffic Base #035",
                                ["dead"] = false,
                            }, -- end of [36]
                            [37] = 
                            {
                                ["heading"] = 6.0213859193804,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684534.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -284325.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 132,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-25",
                                        ["unitId"] = 166,
                                        ["livery_id"] = "field camo scheme #3 (worn-out). 960th shap",
                                        ["rate"] = "40",
                                        ["y"] = 684534.00000002,
                                        ["x"] = -284325.71428571,
                                        ["name"] = "Traffic Base #036",
                                        ["category"] = "Planes",
                                        ["heading"] = 6.0213859193804,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684534.00000002,
                                ["x"] = -284325.71428571,
                                ["name"] = "Traffic Base #036",
                                ["dead"] = false,
                            }, -- end of [37]
                            [38] = 
                            {
                                ["heading"] = 0.82030474843733,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684954.2857143,
                                            ["speed"] = 0,
                                            ["x"] = -284135.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 133,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "UAZ-469",
                                        ["unitId"] = 167,
                                        ["rate"] = 3,
                                        ["y"] = 684954.2857143,
                                        ["x"] = -284135.42857142,
                                        ["name"] = "Traffic Base #037",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.82030474843733,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684954.2857143,
                                ["x"] = -284135.42857142,
                                ["name"] = "Traffic Base #037",
                                ["dead"] = false,
                            }, -- end of [38]
                            [39] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684961.71428573,
                                            ["speed"] = 0,
                                            ["x"] = -284129.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 134,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 168,
                                        ["rate"] = 1,
                                        ["y"] = 684961.71428573,
                                        ["x"] = -284129.42857142,
                                        ["name"] = "Traffic Base #038",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684961.71428573,
                                ["x"] = -284129.42857142,
                                ["name"] = "Traffic Base #038",
                                ["dead"] = false,
                            }, -- end of [39]
                            [40] = 
                            {
                                ["heading"] = 1.6406094968747,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684946.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284144.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 135,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 169,
                                        ["rate"] = 1,
                                        ["y"] = 684946.57142859,
                                        ["x"] = -284144.57142856,
                                        ["name"] = "Traffic Base #039",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.6406094968747,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684946.57142859,
                                ["x"] = -284144.57142856,
                                ["name"] = "Traffic Base #039",
                                ["dead"] = false,
                            }, -- end of [40]
                            [41] = 
                            {
                                ["heading"] = 2.8797932657906,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683426.00000003,
                                            ["speed"] = 0,
                                            ["x"] = -284372.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 136,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Tu-142",
                                        ["unitId"] = 170,
                                        ["livery_id"] = "af standard",
                                        ["rate"] = "100",
                                        ["y"] = 683426.00000003,
                                        ["x"] = -284372.28571427,
                                        ["name"] = "Traffic Base #040",
                                        ["category"] = "Planes",
                                        ["heading"] = 2.8797932657906,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683426.00000003,
                                ["x"] = -284372.28571427,
                                ["name"] = "Traffic Base #040",
                                ["dead"] = false,
                            }, -- end of [41]
                            [42] = 
                            {
                                ["heading"] = 2.8797932657906,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683494.00000003,
                                            ["speed"] = 0,
                                            ["x"] = -284353.42857141,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 137,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Tu-142",
                                        ["unitId"] = 171,
                                        ["livery_id"] = "af standard",
                                        ["y"] = 683494.00000003,
                                        ["x"] = -284353.42857141,
                                        ["name"] = "Traffic Base #041",
                                        ["category"] = "Planes",
                                        ["heading"] = 2.8797932657906,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683494.00000003,
                                ["x"] = -284353.42857141,
                                ["name"] = "Traffic Base #041",
                                ["dead"] = false,
                            }, -- end of [42]
                            [43] = 
                            {
                                ["heading"] = 2.8797932657906,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683683.14285723,
                                            ["speed"] = 0,
                                            ["x"] = -284302.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 138,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Mi-26",
                                        ["unitId"] = 172,
                                        ["livery_id"] = "RF Air Force",
                                        ["rate"] = "30",
                                        ["y"] = 683683.14285723,
                                        ["x"] = -284302.28571428,
                                        ["name"] = "Traffic Base #042",
                                        ["category"] = "Helicopters",
                                        ["heading"] = 2.8797932657906,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683683.14285723,
                                ["x"] = -284302.28571428,
                                ["name"] = "Traffic Base #042",
                                ["dead"] = false,
                            }, -- end of [43]
                            [44] = 
                            {
                                ["heading"] = 2.8797932657906,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683642.57142866,
                                            ["speed"] = 0,
                                            ["x"] = -284313.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 139,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Mi-26",
                                        ["unitId"] = 173,
                                        ["livery_id"] = "RF Air Force",
                                        ["y"] = 683642.57142866,
                                        ["x"] = -284313.71428571,
                                        ["name"] = "Traffic Base #043",
                                        ["category"] = "Helicopters",
                                        ["heading"] = 2.8797932657906,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683642.57142866,
                                ["x"] = -284313.71428571,
                                ["name"] = "Traffic Base #043",
                                ["dead"] = false,
                            }, -- end of [44]
                            [45] = 
                            {
                                ["heading"] = 2.460914245312,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684760.57142858,
                                            ["speed"] = 0,
                                            ["x"] = -284200.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 140,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 174,
                                        ["rate"] = 1,
                                        ["y"] = 684760.57142858,
                                        ["x"] = -284200.85714285,
                                        ["name"] = "Traffic Base #044",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.460914245312,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684760.57142858,
                                ["x"] = -284200.85714285,
                                ["name"] = "Traffic Base #044",
                                ["dead"] = false,
                            }, -- end of [45]
                            [46] = 
                            {
                                ["heading"] = 2.3212879051525,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684736.00000001,
                                            ["speed"] = 0,
                                            ["x"] = -284207.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 141,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 175,
                                        ["rate"] = 1,
                                        ["y"] = 684736.00000001,
                                        ["x"] = -284207.14285713,
                                        ["name"] = "Traffic Base #045",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.3212879051525,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684736.00000001,
                                ["x"] = -284207.14285713,
                                ["name"] = "Traffic Base #045",
                                ["dead"] = false,
                            }, -- end of [46]
                            [47] = 
                            {
                                ["heading"] = 2.7401669256311,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684644.2857143,
                                            ["speed"] = 0,
                                            ["x"] = -284233.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 142,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 176,
                                        ["rate"] = 1,
                                        ["y"] = 684644.2857143,
                                        ["x"] = -284233.71428571,
                                        ["name"] = "Traffic Base #046",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.7401669256311,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684644.2857143,
                                ["x"] = -284233.71428571,
                                ["name"] = "Traffic Base #046",
                                ["dead"] = false,
                            }, -- end of [47]
                            [48] = 
                            {
                                ["heading"] = 2.9496064358704,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684621.71428573,
                                            ["speed"] = 0,
                                            ["x"] = -284239.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 143,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 177,
                                        ["rate"] = 1,
                                        ["y"] = 684621.71428573,
                                        ["x"] = -284239.42857142,
                                        ["name"] = "Traffic Base #047",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.9496064358704,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684621.71428573,
                                ["x"] = -284239.42857142,
                                ["name"] = "Traffic Base #047",
                                ["dead"] = false,
                            }, -- end of [48]
                            [49] = 
                            {
                                ["heading"] = 0.75049157835756,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684537.42857144,
                                            ["speed"] = 0,
                                            ["x"] = -284300.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 144,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 178,
                                        ["rate"] = 1,
                                        ["y"] = 684537.42857144,
                                        ["x"] = -284300.57142856,
                                        ["name"] = "Traffic Base #048",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.75049157835756,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684537.42857144,
                                ["x"] = -284300.57142856,
                                ["name"] = "Traffic Base #048",
                                ["dead"] = false,
                            }, -- end of [49]
                            [50] = 
                            {
                                ["heading"] = 1.221730476396,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684515.71428573,
                                            ["speed"] = 0,
                                            ["x"] = -284307.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 145,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 179,
                                        ["rate"] = 1,
                                        ["y"] = 684515.71428573,
                                        ["x"] = -284307.14285713,
                                        ["name"] = "Traffic Base #049",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.221730476396,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684515.71428573,
                                ["x"] = -284307.14285713,
                                ["name"] = "Traffic Base #049",
                                ["dead"] = false,
                            }, -- end of [50]
                            [51] = 
                            {
                                ["heading"] = 5.8992128717408,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684768.57142858,
                                            ["speed"] = 0,
                                            ["x"] = -284233.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 146,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 180,
                                        ["rate"] = 1,
                                        ["y"] = 684768.57142858,
                                        ["x"] = -284233.99999999,
                                        ["name"] = "Traffic Base #050",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.8992128717408,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684768.57142858,
                                ["x"] = -284233.99999999,
                                ["name"] = "Traffic Base #050",
                                ["dead"] = false,
                            }, -- end of [51]
                            [52] = 
                            {
                                ["heading"] = 6.1959188445799,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684753.71428573,
                                            ["speed"] = 0,
                                            ["x"] = -284237.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 147,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 181,
                                        ["rate"] = 1,
                                        ["y"] = 684753.71428573,
                                        ["x"] = -284237.71428571,
                                        ["name"] = "Traffic Base #051",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 6.1959188445799,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684753.71428573,
                                ["x"] = -284237.71428571,
                                ["name"] = "Traffic Base #051",
                                ["dead"] = false,
                            }, -- end of [52]
                            [53] = 
                            {
                                ["heading"] = 5.0090949532237,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684768.00000001,
                                            ["speed"] = 0,
                                            ["x"] = -284242.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 148,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "GAZ-66",
                                        ["unitId"] = 182,
                                        ["livery_id"] = "autumn",
                                        ["rate"] = 3,
                                        ["y"] = 684768.00000001,
                                        ["x"] = -284242.28571428,
                                        ["name"] = "Traffic Base #052",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.0090949532237,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684768.00000001,
                                ["x"] = -284242.28571428,
                                ["name"] = "Traffic Base #052",
                                ["dead"] = false,
                            }, -- end of [53]
                            [54] = 
                            {
                                ["heading"] = 0.36651914291881,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684521.14285716,
                                            ["speed"] = 0,
                                            ["x"] = -284314.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 149,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATMZ-5",
                                        ["unitId"] = 183,
                                        ["y"] = 684521.14285716,
                                        ["x"] = -284314.28571428,
                                        ["name"] = "Traffic Base #053",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.36651914291881,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684521.14285716,
                                ["x"] = -284314.28571428,
                                ["name"] = "Traffic Base #053",
                                ["dead"] = false,
                            }, -- end of [54]
                            [55] = 
                            {
                                ["heading"] = 2.757620218151,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684580.85714287,
                                            ["speed"] = 0,
                                            ["x"] = -284238.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 150,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAZ Bus",
                                        ["unitId"] = 184,
                                        ["rate"] = 3,
                                        ["y"] = 684580.85714287,
                                        ["x"] = -284238.28571427,
                                        ["name"] = "Traffic Base #054",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.757620218151,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684580.85714287,
                                ["x"] = -284238.28571427,
                                ["name"] = "Traffic Base #054",
                                ["dead"] = false,
                            }, -- end of [55]
                            [56] = 
                            {
                                ["heading"] = 5.7072266540215,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684589.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -284246.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 151,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 185,
                                        ["rate"] = 1,
                                        ["y"] = 684589.42857145,
                                        ["x"] = -284246.28571427,
                                        ["name"] = "Traffic Base #055",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.7072266540215,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684589.42857145,
                                ["x"] = -284246.28571427,
                                ["name"] = "Traffic Base #055",
                                ["dead"] = false,
                            }, -- end of [56]
                            [57] = 
                            {
                                ["heading"] = 0.05235987755983,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684577.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -284250.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 152,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 186,
                                        ["rate"] = 1,
                                        ["y"] = 684577.42857145,
                                        ["x"] = -284250.85714284,
                                        ["name"] = "Traffic Base #056",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.05235987755983,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684577.42857145,
                                ["x"] = -284250.85714284,
                                ["name"] = "Traffic Base #056",
                                ["dead"] = false,
                            }, -- end of [57]
                            [58] = 
                            {
                                ["heading"] = 5.9341194567807,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684584.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284249.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 153,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 187,
                                        ["rate"] = 1,
                                        ["y"] = 684584.57142859,
                                        ["x"] = -284249.42857142,
                                        ["name"] = "Traffic Base #057",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.9341194567807,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684584.57142859,
                                ["x"] = -284249.42857142,
                                ["name"] = "Traffic Base #057",
                                ["dead"] = false,
                            }, -- end of [58]
                            [59] = 
                            {
                                ["heading"] = 2.8274333882308,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684511.42857146,
                                            ["speed"] = 0,
                                            ["x"] = -284245.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 154,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATZ-10",
                                        ["unitId"] = 188,
                                        ["rate"] = 3,
                                        ["y"] = 684511.42857146,
                                        ["x"] = -284245.7142857,
                                        ["name"] = "Traffic Base #058",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.8274333882308,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684511.42857146,
                                ["x"] = -284245.7142857,
                                ["name"] = "Traffic Base #058",
                                ["dead"] = false,
                            }, -- end of [59]
                            [60] = 
                            {
                                ["heading"] = 3.3161255787892,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684382.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -284256.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 155,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-25",
                                        ["unitId"] = 189,
                                        ["livery_id"] = "field camo scheme #3 (worn-out). 960th shap",
                                        ["rate"] = "40",
                                        ["y"] = 684382.00000002,
                                        ["x"] = -284256.57142856,
                                        ["name"] = "Traffic Base #059",
                                        ["category"] = "Planes",
                                        ["heading"] = 3.3161255787892,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684382.00000002,
                                ["x"] = -284256.57142856,
                                ["name"] = "Traffic Base #059",
                                ["dead"] = false,
                            }, -- end of [60]
                            [61] = 
                            {
                                ["heading"] = 0.15707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684368.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -284339.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 156,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-25",
                                        ["unitId"] = 190,
                                        ["livery_id"] = "field camo scheme #1 (native)",
                                        ["y"] = 684368.57142859,
                                        ["x"] = -284339.42857142,
                                        ["name"] = "Traffic Base #060",
                                        ["category"] = "Planes",
                                        ["heading"] = 0.15707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684368.57142859,
                                ["x"] = -284339.42857142,
                                ["name"] = "Traffic Base #060",
                                ["dead"] = false,
                            }, -- end of [61]
                            [62] = 
                            {
                                ["heading"] = 1.6929693744345,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684377.42857145,
                                            ["speed"] = 0,
                                            ["x"] = -284270.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 157,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATMZ-5",
                                        ["unitId"] = 191,
                                        ["livery_id"] = "field camo scheme #1 (native)",
                                        ["y"] = 684377.42857145,
                                        ["x"] = -284270.85714284,
                                        ["name"] = "Traffic Base #061",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.6929693744345,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684377.42857145,
                                ["x"] = -284270.85714284,
                                ["name"] = "Traffic Base #061",
                                ["dead"] = false,
                            }, -- end of [62]
                            [63] = 
                            {
                                ["heading"] = 6.1086523819802,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684386.28571431,
                                            ["speed"] = 0,
                                            ["x"] = -284267.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 158,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 192,
                                        ["rate"] = 1,
                                        ["y"] = 684386.28571431,
                                        ["x"] = -284267.7142857,
                                        ["name"] = "Traffic Base #062",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684386.28571431,
                                ["x"] = -284267.7142857,
                                ["name"] = "Traffic Base #062",
                                ["dead"] = false,
                            }, -- end of [63]
                            [64] = 
                            {
                                ["heading"] = 4.4505895925855,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684530.28571431,
                                            ["speed"] = 0,
                                            ["x"] = -284651.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 159,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "2S6 Tunguska",
                                        ["unitId"] = 193,
                                        ["livery_id"] = "autumn",
                                        ["rate"] = 20,
                                        ["y"] = 684530.28571431,
                                        ["x"] = -284651.14285713,
                                        ["name"] = "Traffic Base #063",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.4505895925855,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684530.28571431,
                                ["x"] = -284651.14285713,
                                ["name"] = "Traffic Base #063",
                                ["dead"] = false,
                            }, -- end of [64]
                            [65] = 
                            {
                                ["heading"] = 5.550147021342,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684545.71428574,
                                            ["speed"] = 0,
                                            ["x"] = -284635.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 160,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "GAZ-66",
                                        ["unitId"] = 194,
                                        ["livery_id"] = "autumn",
                                        ["y"] = 684545.71428574,
                                        ["x"] = -284635.7142857,
                                        ["name"] = "Traffic Base #064",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.550147021342,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684545.71428574,
                                ["x"] = -284635.7142857,
                                ["name"] = "Traffic Base #064",
                                ["dead"] = false,
                            }, -- end of [65]
                            [66] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684517.14285716,
                                            ["speed"] = 0,
                                            ["x"] = -284640.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 161,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 195,
                                        ["rate"] = 1,
                                        ["y"] = 684517.14285716,
                                        ["x"] = -284640.28571427,
                                        ["name"] = "Traffic Base #065",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684517.14285716,
                                ["x"] = -284640.28571427,
                                ["name"] = "Traffic Base #065",
                                ["dead"] = false,
                            }, -- end of [66]
                            [67] = 
                            {
                                ["heading"] = 2.9496064358704,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684521.71428574,
                                            ["speed"] = 0,
                                            ["x"] = -284656.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 162,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 196,
                                        ["rate"] = 1,
                                        ["y"] = 684521.71428574,
                                        ["x"] = -284656.85714284,
                                        ["name"] = "Traffic Base #066",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.9496064358704,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684521.71428574,
                                ["x"] = -284656.85714284,
                                ["name"] = "Traffic Base #066",
                                ["dead"] = false,
                            }, -- end of [67]
                            [68] = 
                            {
                                ["heading"] = 3.8222710618676,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684540.00000002,
                                            ["speed"] = 0,
                                            ["x"] = -284638.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 163,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 197,
                                        ["rate"] = 1,
                                        ["y"] = 684540.00000002,
                                        ["x"] = -284638.28571427,
                                        ["name"] = "Traffic Base #067",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.8222710618676,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684540.00000002,
                                ["x"] = -284638.28571427,
                                ["name"] = "Traffic Base #067",
                                ["dead"] = false,
                            }, -- end of [68]
                            [69] = 
                            {
                                ["heading"] = 2.7925268031909,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 684574.85714289,
                                            ["speed"] = 0,
                                            ["x"] = -284223.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 164,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAZ Bus",
                                        ["unitId"] = 198,
                                        ["livery_id"] = "RF Air Force",
                                        ["y"] = 684574.85714289,
                                        ["x"] = -284223.7142857,
                                        ["name"] = "Traffic Base #068",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.7925268031909,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 684574.85714289,
                                ["x"] = -284223.7142857,
                                ["name"] = "Traffic Base #068",
                                ["dead"] = false,
                            }, -- end of [69]
                            [70] = 
                            {
                                ["heading"] = 4.4331363000656,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683214.00000003,
                                            ["speed"] = 0,
                                            ["x"] = -285032.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 165,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "2S6 Tunguska",
                                        ["unitId"] = 199,
                                        ["livery_id"] = "autumn",
                                        ["rate"] = 20,
                                        ["y"] = 683214.00000003,
                                        ["x"] = -285032.28571427,
                                        ["name"] = "Traffic Base #069",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.4331363000656,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683214.00000003,
                                ["x"] = -285032.28571427,
                                ["name"] = "Traffic Base #069",
                                ["dead"] = false,
                            }, -- end of [70]
                            [71] = 
                            {
                                ["heading"] = 5.532693728822,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683227.42857146,
                                            ["speed"] = 0,
                                            ["x"] = -285018.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 166,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "GAZ-66",
                                        ["unitId"] = 200,
                                        ["livery_id"] = "autumn",
                                        ["y"] = 683227.42857146,
                                        ["x"] = -285018.85714284,
                                        ["name"] = "Traffic Base #070",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.532693728822,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683227.42857146,
                                ["x"] = -285018.85714284,
                                ["name"] = "Traffic Base #070",
                                ["dead"] = false,
                            }, -- end of [71]
                            [72] = 
                            {
                                ["heading"] = 5.6548667764616,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683215.42857146,
                                            ["speed"] = 0,
                                            ["x"] = -285021.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 167,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 201,
                                        ["rate"] = 1,
                                        ["y"] = 683215.42857146,
                                        ["x"] = -285021.7142857,
                                        ["name"] = "Traffic Base #071",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.6548667764616,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683215.42857146,
                                ["x"] = -285021.7142857,
                                ["name"] = "Traffic Base #071",
                                ["dead"] = false,
                            }, -- end of [72]
                            [73] = 
                            {
                                ["heading"] = 5.0090949532237,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683206.00000003,
                                            ["speed"] = 0,
                                            ["x"] = -285031.7142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 168,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 202,
                                        ["rate"] = 1,
                                        ["y"] = 683206.00000003,
                                        ["x"] = -285031.7142857,
                                        ["name"] = "Traffic Base #072",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.0090949532237,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683206.00000003,
                                ["x"] = -285031.7142857,
                                ["name"] = "Traffic Base #072",
                                ["dead"] = false,
                            }, -- end of [73]
                            [74] = 
                            {
                                ["heading"] = 2.1293016874331,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683224.5714286,
                                            ["speed"] = 0,
                                            ["x"] = -285027.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 169,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 203,
                                        ["rate"] = 1,
                                        ["y"] = 683224.5714286,
                                        ["x"] = -285027.99999998,
                                        ["name"] = "Traffic Base #073",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.1293016874331,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683224.5714286,
                                ["x"] = -285027.99999998,
                                ["name"] = "Traffic Base #073",
                                ["dead"] = false,
                            }, -- end of [74]
                            [75] = 
                            {
                                ["heading"] = 5.4977871437821,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683299.71428575,
                                            ["speed"] = 0,
                                            ["x"] = -284545.42857141,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 170,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-27",
                                        ["unitId"] = 204,
                                        ["livery_id"] = "`russian knights` team #05",
                                        ["rate"] = "50",
                                        ["y"] = 683299.71428575,
                                        ["x"] = -284545.42857141,
                                        ["name"] = "Traffic Base #074",
                                        ["category"] = "Planes",
                                        ["heading"] = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683299.71428575,
                                ["x"] = -284545.42857141,
                                ["name"] = "Traffic Base #074",
                                ["dead"] = false,
                            }, -- end of [75]
                            [76] = 
                            {
                                ["heading"] = 2.3561944901923,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683244.00000003,
                                            ["speed"] = 0,
                                            ["x"] = -284483.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 171,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-27",
                                        ["unitId"] = 205,
                                        ["livery_id"] = "adf 148th savasleyka ab-1",
                                        ["y"] = 683244.00000003,
                                        ["x"] = -284483.14285713,
                                        ["name"] = "Traffic Base #075",
                                        ["category"] = "Planes",
                                        ["heading"] = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683244.00000003,
                                ["x"] = -284483.14285713,
                                ["name"] = "Traffic Base #075",
                                ["dead"] = false,
                            }, -- end of [76]
                            [77] = 
                            {
                                ["heading"] = 5.4977871437821,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683208.28571432,
                                            ["speed"] = 0,
                                            ["x"] = -284626.57142855,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 172,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-27",
                                        ["unitId"] = 206,
                                        ["livery_id"] = "adf 148th savasleyka ab-1",
                                        ["y"] = 683208.28571432,
                                        ["x"] = -284626.57142855,
                                        ["name"] = "Traffic Base #076",
                                        ["category"] = "Planes",
                                        ["heading"] = 5.4977871437821,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683208.28571432,
                                ["x"] = -284626.57142855,
                                ["name"] = "Traffic Base #076",
                                ["dead"] = false,
                            }, -- end of [77]
                            [78] = 
                            {
                                ["heading"] = 2.3561944901923,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683151.42857146,
                                            ["speed"] = 0,
                                            ["x"] = -284562.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 173,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Su-27",
                                        ["unitId"] = 207,
                                        ["livery_id"] = "adf 148th savasleyka ab-1",
                                        ["y"] = 683151.42857146,
                                        ["x"] = -284562.85714284,
                                        ["name"] = "Traffic Base #077",
                                        ["category"] = "Planes",
                                        ["heading"] = 2.3561944901923,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683151.42857146,
                                ["x"] = -284562.85714284,
                                ["name"] = "Traffic Base #077",
                                ["dead"] = false,
                            }, -- end of [78]
                            [79] = 
                            {
                                ["heading"] = 2.4434609527921,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683200.00000003,
                                            ["speed"] = 0,
                                            ["x"] = -284508.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 174,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "IL-76MD",
                                        ["unitId"] = 208,
                                        ["livery_id"] = "FSB aeroflot",
                                        ["rate"] = "70",
                                        ["y"] = 683200.00000003,
                                        ["x"] = -284508.85714284,
                                        ["name"] = "Traffic Base #078",
                                        ["category"] = "Planes",
                                        ["heading"] = 2.4434609527921,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683200.00000003,
                                ["x"] = -284508.85714284,
                                ["name"] = "Traffic Base #078",
                                ["dead"] = false,
                            }, -- end of [79]
                            [80] = 
                            {
                                ["heading"] = 1.6755160819146,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683205.71428575,
                                            ["speed"] = 0,
                                            ["x"] = -284530.57142855,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 175,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAZ Bus",
                                        ["unitId"] = 209,
                                        ["livery_id"] = "FSB aeroflot",
                                        ["y"] = 683205.71428575,
                                        ["x"] = -284530.57142855,
                                        ["name"] = "Traffic Base #079",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.6755160819146,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683205.71428575,
                                ["x"] = -284530.57142855,
                                ["name"] = "Traffic Base #079",
                                ["dead"] = false,
                            }, -- end of [80]
                            [81] = 
                            {
                                ["heading"] = 1.1344640137963,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683219.71428575,
                                            ["speed"] = 0,
                                            ["x"] = -284527.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 176,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAZ Bus",
                                        ["unitId"] = 210,
                                        ["livery_id"] = "FSB aeroflot",
                                        ["y"] = 683219.71428575,
                                        ["x"] = -284527.14285713,
                                        ["name"] = "Traffic Base #080",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.1344640137963,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683219.71428575,
                                ["x"] = -284527.14285713,
                                ["name"] = "Traffic Base #080",
                                ["dead"] = false,
                            }, -- end of [81]
                            [82] = 
                            {
                                ["heading"] = 6.1086523819802,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683242.85714289,
                                            ["speed"] = 0,
                                            ["x"] = -284499.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 177,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 211,
                                        ["rate"] = 1,
                                        ["y"] = 683242.85714289,
                                        ["x"] = -284499.14285713,
                                        ["name"] = "Traffic Base #081",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683242.85714289,
                                ["x"] = -284499.14285713,
                                ["name"] = "Traffic Base #081",
                                ["dead"] = false,
                            }, -- end of [82]
                            [83] = 
                            {
                                ["heading"] = 5.0265482457437,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683259.14285717,
                                            ["speed"] = 0,
                                            ["x"] = -284486.57142855,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 178,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 212,
                                        ["rate"] = 1,
                                        ["y"] = 683259.14285717,
                                        ["x"] = -284486.57142855,
                                        ["name"] = "Traffic Base #082",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.0265482457437,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683259.14285717,
                                ["x"] = -284486.57142855,
                                ["name"] = "Traffic Base #082",
                                ["dead"] = false,
                            }, -- end of [83]
                            [84] = 
                            {
                                ["heading"] = 5.6374134839417,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683285.71428575,
                                            ["speed"] = 0,
                                            ["x"] = -284529.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 179,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 213,
                                        ["rate"] = 1,
                                        ["y"] = 683285.71428575,
                                        ["x"] = -284529.99999998,
                                        ["name"] = "Traffic Base #083",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.6374134839417,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683285.71428575,
                                ["x"] = -284529.99999998,
                                ["name"] = "Traffic Base #083",
                                ["dead"] = false,
                            }, -- end of [84]
                            [85] = 
                            {
                                ["heading"] = 2.4434609527921,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683165.14285717,
                                            ["speed"] = 0,
                                            ["x"] = -284576.28571427,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 180,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 214,
                                        ["rate"] = 1,
                                        ["y"] = 683165.14285717,
                                        ["x"] = -284576.28571427,
                                        ["name"] = "Traffic Base #084",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.4434609527921,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683165.14285717,
                                ["x"] = -284576.28571427,
                                ["name"] = "Traffic Base #084",
                                ["dead"] = false,
                            }, -- end of [85]
                            [86] = 
                            {
                                ["heading"] = 5.6548667764616,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 683196.28571432,
                                            ["speed"] = 0,
                                            ["x"] = -284608.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 181,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 215,
                                        ["rate"] = 1,
                                        ["y"] = 683196.28571432,
                                        ["x"] = -284608.85714284,
                                        ["name"] = "Traffic Base #085",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.6548667764616,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 683196.28571432,
                                ["x"] = -284608.85714284,
                                ["name"] = "Traffic Base #085",
                                ["dead"] = false,
                            }, -- end of [86]
                            [87] = 
                            {
                                ["heading"] = 3.4906585039887,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717148.85714295,
                                            ["speed"] = 0,
                                            ["x"] = -307230.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 185,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Mi-26",
                                        ["unitId"] = 219,
                                        ["livery_id"] = "United Nations",
                                        ["rate"] = "30",
                                        ["y"] = 717148.85714295,
                                        ["x"] = -307230.28571428,
                                        ["name"] = "Crash Site",
                                        ["category"] = "Helicopters",
                                        ["heading"] = 3.4906585039887,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717148.85714295,
                                ["x"] = -307230.28571428,
                                ["name"] = "Crash Site",
                                ["dead"] = true,
                            }, -- end of [87]
                            [88] = 
                            {
                                ["heading"] = 3.1939525311496,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717143.42857152,
                                            ["speed"] = 0,
                                            ["x"] = -307240.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 187,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 225,
                                        ["rate"] = 1,
                                        ["y"] = 717143.42857152,
                                        ["x"] = -307240.28571428,
                                        ["name"] = "Rescapes dead",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.1939525311496,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717143.42857152,
                                ["x"] = -307240.28571428,
                                ["name"] = "Rescapes dead",
                                ["dead"] = true,
                            }, -- end of [88]
                            [89] = 
                            {
                                ["heading"] = 2.7401669256311,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717153.14285723,
                                            ["speed"] = 0,
                                            ["x"] = -307210,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 188,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 226,
                                        ["rate"] = 1,
                                        ["y"] = 717153.14285723,
                                        ["x"] = -307210,
                                        ["name"] = "Rescapes dead #001",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.7401669256311,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717153.14285723,
                                ["x"] = -307210,
                                ["name"] = "Rescapes dead #001",
                                ["dead"] = true,
                            }, -- end of [89]
                            [90] = 
                            {
                                ["heading"] = 5.0265482457437,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717142.57142867,
                                            ["speed"] = 0,
                                            ["x"] = -307228.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 189,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 227,
                                        ["rate"] = 1,
                                        ["y"] = 717142.57142867,
                                        ["x"] = -307228.28571428,
                                        ["name"] = "Rescapes dead #002",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.0265482457437,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717142.57142867,
                                ["x"] = -307228.28571428,
                                ["name"] = "Rescapes dead #002",
                                ["dead"] = true,
                            }, -- end of [90]
                            [91] = 
                            {
                                ["heading"] = 4.2062434973063,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717147.7142858,
                                            ["speed"] = 0,
                                            ["x"] = -307214.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 190,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 228,
                                        ["rate"] = 1,
                                        ["y"] = 717147.7142858,
                                        ["x"] = -307214.28571428,
                                        ["name"] = "Rescapes dead #003",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.2062434973063,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717147.7142858,
                                ["x"] = -307214.28571428,
                                ["name"] = "Rescapes dead #003",
                                ["dead"] = true,
                            }, -- end of [91]
                            [92] = 
                            {
                                ["heading"] = 0.99483767363677,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717160.57142867,
                                            ["speed"] = 0,
                                            ["x"] = -307218,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 191,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 229,
                                        ["rate"] = 1,
                                        ["y"] = 717160.57142867,
                                        ["x"] = -307218,
                                        ["name"] = "Rescapes dead #004",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.99483767363677,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717160.57142867,
                                ["x"] = -307218,
                                ["name"] = "Rescapes dead #004",
                                ["dead"] = true,
                            }, -- end of [92]
                            [93] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714744.28571438,
                                            ["speed"] = 0,
                                            ["x"] = -299163.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 192,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "FARP",
                                        ["unitId"] = 230,
                                        ["livery_id"] = "RF Air Force",
                                        ["y"] = 714744.28571438,
                                        ["x"] = -299163.14285714,
                                        ["name"] = "Tskaltashua AB",
                                        ["category"] = "Heliports",
                                        ["heliport_modulation"] = 0,
                                        ["heliport_frequency"] = "132.5",
                                        ["heliport_callsign_id"] = 6,
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714744.28571438,
                                ["x"] = -299163.14285714,
                                ["name"] = "Tskaltashua AB",
                                ["dead"] = false,
                            }, -- end of [93]
                            [94] = 
                            {
                                ["heading"] = 4.2411500823462,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717161.42857152,
                                            ["speed"] = 0,
                                            ["x"] = -307210,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 194,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 232,
                                        ["rate"] = 1,
                                        ["y"] = 717161.42857152,
                                        ["x"] = -307210,
                                        ["name"] = "Rescapes dead #006",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.2411500823462,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717161.42857152,
                                ["x"] = -307210,
                                ["name"] = "Rescapes dead #006",
                                ["dead"] = true,
                            }, -- end of [94]
                            [95] = 
                            {
                                ["heading"] = 2.7401669256311,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 717135.42857152,
                                            ["speed"] = 0,
                                            ["x"] = -307228.85714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 195,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 233,
                                        ["rate"] = 1,
                                        ["y"] = 717135.42857152,
                                        ["x"] = -307228.85714286,
                                        ["name"] = "Rescapes dead #007",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.7401669256311,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717135.42857152,
                                ["x"] = -307228.85714286,
                                ["name"] = "Rescapes dead #007",
                                ["dead"] = true,
                            }, -- end of [95]
                            [96] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714735.42857153,
                                            ["speed"] = 0,
                                            ["x"] = -299211.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 197,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "SetkaKP",
                                        ["type"] = "FARP Ammo Dump Coating",
                                        ["unitId"] = 236,
                                        ["y"] = 714735.42857153,
                                        ["x"] = -299211.14285714,
                                        ["name"] = "Structure FARP",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714735.42857153,
                                ["x"] = -299211.14285714,
                                ["name"] = "Structure FARP",
                                ["dead"] = false,
                            }, -- end of [96]
                            [97] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714719.42857153,
                                            ["speed"] = 0,
                                            ["x"] = -299183.42857143,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 198,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "kp_ug",
                                        ["type"] = "FARP CP Blindage",
                                        ["unitId"] = 237,
                                        ["rate"] = 100,
                                        ["y"] = 714719.42857153,
                                        ["x"] = -299183.42857143,
                                        ["name"] = "Structure FARP #001",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714719.42857153,
                                ["x"] = -299183.42857143,
                                ["name"] = "Structure FARP #001",
                                ["dead"] = false,
                            }, -- end of [97]
                            [98] = 
                            {
                                ["heading"] = 5.846852994181,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714727.14285724,
                                            ["speed"] = 0,
                                            ["x"] = -299197.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 199,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "GSM Rus",
                                        ["type"] = "FARP Fuel Depot",
                                        ["unitId"] = 238,
                                        ["rate"] = 20,
                                        ["y"] = 714727.14285724,
                                        ["x"] = -299197.71428571,
                                        ["name"] = "Structure FARP #002",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 5.846852994181,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714727.14285724,
                                ["x"] = -299197.71428571,
                                ["name"] = "Structure FARP #002",
                                ["dead"] = false,
                            }, -- end of [98]
                            [99] = 
                            {
                                ["heading"] = 6.0213859193804,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714737.14285724,
                                            ["speed"] = 0,
                                            ["x"] = -299199.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 200,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Ural-375 APA-50",
                                        ["unitId"] = 239,
                                        ["y"] = 714737.14285724,
                                        ["x"] = -299199.42857142,
                                        ["name"] = "Structure FARP #003",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 6.0213859193804,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714737.14285724,
                                ["x"] = -299199.42857142,
                                ["name"] = "Structure FARP #003",
                                ["dead"] = false,
                            }, -- end of [99]
                            [100] = 
                            {
                                ["heading"] = 1.1693705988362,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714727.42857153,
                                            ["speed"] = 0,
                                            ["x"] = -299186.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 201,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 240,
                                        ["rate"] = 1,
                                        ["y"] = 714727.42857153,
                                        ["x"] = -299186.85714285,
                                        ["name"] = "Structure FARP #004",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.1693705988362,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714727.42857153,
                                ["x"] = -299186.85714285,
                                ["name"] = "Structure FARP #004",
                                ["dead"] = false,
                            }, -- end of [100]
                            [101] = 
                            {
                                ["heading"] = 5.8817595792209,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714669.14285727,
                                            ["speed"] = 0,
                                            ["x"] = -299155.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 203,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "angar_a",
                                        ["type"] = "Hangar A",
                                        ["unitId"] = 242,
                                        ["rate"] = 100,
                                        ["y"] = 714669.14285727,
                                        ["x"] = -299155.99999998,
                                        ["name"] = "Structure FARP #005",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714669.14285727,
                                ["x"] = -299155.99999998,
                                ["name"] = "Structure FARP #005",
                                ["dead"] = false,
                            }, -- end of [101]
                            [102] = 
                            {
                                ["heading"] = 4.2760566673861,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714696.28571442,
                                            ["speed"] = 0,
                                            ["x"] = -299144.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 204,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 243,
                                        ["livery_id"] = "Russia_MVD",
                                        ["y"] = 714696.28571442,
                                        ["x"] = -299144.85714284,
                                        ["name"] = "Structure FARP #006",
                                        ["category"] = "Helicopters",
                                        ["heading"] = 4.2760566673861,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714696.28571442,
                                ["x"] = -299144.85714284,
                                ["name"] = "Structure FARP #006",
                                ["dead"] = false,
                            }, -- end of [102]
                            [103] = 
                            {
                                ["heading"] = 5.8817595792209,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714661.14285715,
                                            ["speed"] = 0,
                                            ["x"] = -299136.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 205,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "angar_a",
                                        ["type"] = "Hangar A",
                                        ["unitId"] = 244,
                                        ["y"] = 714661.14285715,
                                        ["x"] = -299136.85714285,
                                        ["name"] = "Structure FARP #007",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 5.8817595792209,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714661.14285715,
                                ["x"] = -299136.85714285,
                                ["name"] = "Structure FARP #007",
                                ["dead"] = false,
                            }, -- end of [103]
                            [104] = 
                            {
                                ["heading"] = 4.2760566673861,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714689.42857156,
                                            ["speed"] = 0,
                                            ["x"] = -299127.42857141,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 206,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Mi-8MT",
                                        ["unitId"] = 245,
                                        ["livery_id"] = "Russia",
                                        ["y"] = 714689.42857156,
                                        ["x"] = -299127.42857141,
                                        ["name"] = "Structure FARP #008",
                                        ["category"] = "Helicopters",
                                        ["heading"] = 4.2760566673861,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714689.42857156,
                                ["x"] = -299127.42857141,
                                ["name"] = "Structure FARP #008",
                                ["dead"] = false,
                            }, -- end of [104]
                            [105] = 
                            {
                                ["heading"] = 4.6425758103049,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 714754,
                                            ["speed"] = 0,
                                            ["x"] = -299100.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 217,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "UH-1H",
                                        ["unitId"] = 281,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 714754,
                                        ["x"] = -299100.57142856,
                                        ["name"] = "Structure FARP #009",
                                        ["category"] = "Helicopters",
                                        ["heading"] = 4.6425758103049,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 714754,
                                ["x"] = -299100.57142856,
                                ["name"] = "Structure FARP #009",
                                ["dead"] = true,
                            }, -- end of [105]
                            [106] = 
                            {
                                ["heading"] = 1.7976891295542,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682907.14285719,
                                            ["speed"] = 0,
                                            ["x"] = -285747.14285712,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 218,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATZ-10",
                                        ["unitId"] = 282,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682907.14285719,
                                        ["x"] = -285747.14285712,
                                        ["name"] = "Traffic Base #086",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.7976891295542,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682907.14285719,
                                ["x"] = -285747.14285712,
                                ["name"] = "Traffic Base #086",
                                ["dead"] = false,
                            }, -- end of [106]
                            [107] = 
                            {
                                ["heading"] = 3.8746309394274,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682762.28571433,
                                            ["speed"] = 0,
                                            ["x"] = -285875.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 219,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ATZ-10",
                                        ["unitId"] = 283,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682762.28571433,
                                        ["x"] = -285875.99999998,
                                        ["name"] = "Traffic Base #087",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.8746309394274,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682762.28571433,
                                ["x"] = -285875.99999998,
                                ["name"] = "Traffic Base #087",
                                ["dead"] = false,
                            }, -- end of [107]
                            [108] = 
                            {
                                ["heading"] = 1.7802358370342,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682902.00000004,
                                            ["speed"] = 0,
                                            ["x"] = -285756.57142855,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 220,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 284,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682902.00000004,
                                        ["x"] = -285756.57142855,
                                        ["name"] = "Traffic Base #088",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.7802358370342,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682902.00000004,
                                ["x"] = -285756.57142855,
                                ["name"] = "Traffic Base #088",
                                ["dead"] = false,
                            }, -- end of [108]
                            [109] = 
                            {
                                ["heading"] = 0.75049157835756,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682906.57142861,
                                            ["speed"] = 0,
                                            ["x"] = -285787.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 221,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 285,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682906.57142861,
                                        ["x"] = -285787.99999998,
                                        ["name"] = "Traffic Base #089",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 0.75049157835756,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682906.57142861,
                                ["x"] = -285787.99999998,
                                ["name"] = "Traffic Base #089",
                                ["dead"] = false,
                            }, -- end of [109]
                            [110] = 
                            {
                                ["heading"] = 4.7822021504645,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682781.71428576,
                                            ["speed"] = 0,
                                            ["x"] = -285908.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 222,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 286,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682781.71428576,
                                        ["x"] = -285908.85714284,
                                        ["name"] = "Traffic Base #090",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.7822021504645,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682781.71428576,
                                ["x"] = -285908.85714284,
                                ["name"] = "Traffic Base #090",
                                ["dead"] = false,
                            }, -- end of [110]
                            [111] = 
                            {
                                ["heading"] = 3.8746309394274,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682774.00000004,
                                            ["speed"] = 0,
                                            ["x"] = -285877.99999998,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 223,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 287,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682774.00000004,
                                        ["x"] = -285877.99999998,
                                        ["name"] = "Traffic Base #091",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.8746309394274,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682774.00000004,
                                ["x"] = -285877.99999998,
                                ["name"] = "Traffic Base #091",
                                ["dead"] = false,
                            }, -- end of [111]
                            [112] = 
                            {
                                ["heading"] = 1.3439035240356,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682862.28571433,
                                            ["speed"] = 0,
                                            ["x"] = -285614.28571426,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 224,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "2S6 Tunguska",
                                        ["unitId"] = 288,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682862.28571433,
                                        ["x"] = -285614.28571426,
                                        ["name"] = "Traffic Base #092",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.3439035240356,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682862.28571433,
                                ["x"] = -285614.28571426,
                                ["name"] = "Traffic Base #092",
                                ["dead"] = false,
                            }, -- end of [112]
                            [113] = 
                            {
                                ["heading"] = 5.7770398241012,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682855.14285719,
                                            ["speed"] = 0,
                                            ["x"] = -285624.28571426,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 225,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "GAZ-66",
                                        ["unitId"] = 289,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682855.14285719,
                                        ["x"] = -285624.28571426,
                                        ["name"] = "Traffic Base #093",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 5.7770398241012,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682855.14285719,
                                ["x"] = -285624.28571426,
                                ["name"] = "Traffic Base #093",
                                ["dead"] = false,
                            }, -- end of [113]
                            [114] = 
                            {
                                ["heading"] = 1.7802358370342,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682855.42857147,
                                            ["speed"] = 0,
                                            ["x"] = -285606.85714284,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 226,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 290,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682855.42857147,
                                        ["x"] = -285606.85714284,
                                        ["name"] = "Traffic Base #094",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.7802358370342,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682855.42857147,
                                ["x"] = -285606.85714284,
                                ["name"] = "Traffic Base #094",
                                ["dead"] = false,
                            }, -- end of [114]
                            [115] = 
                            {
                                ["heading"] = 4.8520153205442,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682850.00000004,
                                            ["speed"] = 0,
                                            ["x"] = -285616.28571426,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 227,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 291,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682850.00000004,
                                        ["x"] = -285616.28571426,
                                        ["name"] = "Traffic Base #095",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.8520153205442,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682850.00000004,
                                ["x"] = -285616.28571426,
                                ["name"] = "Traffic Base #095",
                                ["dead"] = false,
                            }, -- end of [115]
                            [116] = 
                            {
                                ["heading"] = 1.6231562043547,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 682866.00000004,
                                            ["speed"] = 0,
                                            ["x"] = -285625.14285712,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 228,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Paratrooper AKS-74",
                                        ["unitId"] = 292,
                                        ["livery_id"] = "RF Air Force Grey",
                                        ["y"] = 682866.00000004,
                                        ["x"] = -285625.14285712,
                                        ["name"] = "Traffic Base #096",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 1.6231562043547,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 682866.00000004,
                                ["x"] = -285625.14285712,
                                ["name"] = "Traffic Base #096",
                                ["dead"] = false,
                            }, -- end of [116]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 713364.125,
                                                ["x"] = -300415.25,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 713346.75,
                                                ["x"] = -300439.28125,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 713323.9375,
                                                ["x"] = -300458.3125,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 713297.25,
                                                ["x"] = -300471.1875,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 713268.125,
                                                ["x"] = -300477.09375,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 713051.0625,
                                                ["x"] = -300493.8125,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 713017.75,
                                                ["x"] = -300500.21875,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 712986.6875,
                                                ["x"] = -300513.9375,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 712959.5625,
                                                ["x"] = -300534.3125,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 712866.375,
                                                ["x"] = -300643.28125,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 712815,
                                                ["x"] = -300709.65625,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 712769.375,
                                                ["x"] = -300780.09375,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 712729.8125,
                                                ["x"] = -300854.09375,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 712696.5625,
                                                ["x"] = -300931.1875,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 712637.125,
                                                ["x"] = -301106.03125,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 712621.1875,
                                                ["x"] = -301144.40625,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 712587.875,
                                                ["x"] = -301196.9375,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 712374.3125,
                                                ["x"] = -301478.375,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 712321.75,
                                                ["x"] = -301595.3125,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 712246.5625,
                                                ["x"] = -301848.4375,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 712197.75,
                                                ["x"] = -301933.625,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 712133.625,
                                                ["x"] = -302021.375,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 712087.5625,
                                                ["x"] = -302123.5625,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 711849.3125,
                                                ["x"] = -303049.625,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 711848.8125,
                                                ["x"] = -303174.59375,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 711852.875,
                                                ["x"] = -303280.125,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 711827,
                                                ["x"] = -303380.71875,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 711772.75,
                                                ["x"] = -303469.34375,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 711597.4375,
                                                ["x"] = -303618.59375,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 711513.6875,
                                                ["x"] = -303707.46875,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 711436.0625,
                                                ["x"] = -303817.75,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 711376.125,
                                                ["x"] = -303939.3125,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 711336.4375,
                                                ["x"] = -304138.25,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 711411.625,
                                                ["x"] = -304550.84375,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 711474.6875,
                                                ["x"] = -305354.625,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 711429.8125,
                                                ["x"] = -305927.59375,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 710978.375,
                                                ["x"] = -306290.1875,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 710532.875,
                                                ["x"] = -306544.3125,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 710295.3125,
                                                ["x"] = -306833.9375,
                                            }, -- end of [180]
                                            [188] = 
                                            {
                                                ["y"] = 710168,
                                                ["x"] = -307146.21875,
                                            }, -- end of [188]
                                            [196] = 
                                            {
                                                ["y"] = 710115.5,
                                                ["x"] = -307743.09375,
                                            }, -- end of [196]
                                            [204] = 
                                            {
                                                ["y"] = 709599.5,
                                                ["x"] = -308385,
                                            }, -- end of [204]
                                            [212] = 
                                            {
                                                ["y"] = 709386.875,
                                                ["x"] = -308502.3125,
                                            }, -- end of [212]
                                            [220] = 
                                            {
                                                ["y"] = 709248.875,
                                                ["x"] = -308670.15625,
                                            }, -- end of [220]
                                            [1] = 
                                            {
                                                ["y"] = 714662.8125,
                                                ["x"] = -299288.90625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 714650.875,
                                                ["x"] = -299293.25,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 711335.9375,
                                                ["x"] = -304172.1875,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 711421.875,
                                                ["x"] = -304606.25,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 711390.1875,
                                                ["x"] = -305608.15625,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 711426.125,
                                                ["x"] = -305941.8125,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 710906.5,
                                                ["x"] = -306332.3125,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 710508.0625,
                                                ["x"] = -306565.40625,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 710277.125,
                                                ["x"] = -306865.125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 714639.3125,
                                                ["x"] = -299298.625,
                                            }, -- end of [3]
                                            [197] = 
                                            {
                                                ["y"] = 710110.75,
                                                ["x"] = -307754.25,
                                            }, -- end of [197]
                                            [205] = 
                                            {
                                                ["y"] = 709592.3125,
                                                ["x"] = -308392.65625,
                                            }, -- end of [205]
                                            [213] = 
                                            {
                                                ["y"] = 709364.875,
                                                ["x"] = -308518.78125,
                                            }, -- end of [213]
                                            [221] = 
                                            {
                                                ["y"] = 709238.75,
                                                ["x"] = -308695.71875,
                                            }, -- end of [221]
                                            [4] = 
                                            {
                                                ["y"] = 714628.25,
                                                ["x"] = -299304.9375,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 712428.25,
                                                ["x"] = -301398.71875,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 712359,
                                                ["x"] = -301506.59375,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 712312.3125,
                                                ["x"] = -301626,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 714447.875,
                                                ["x"] = -299418.4375,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 712182.4375,
                                                ["x"] = -301952.84375,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 712120,
                                                ["x"] = -302045.9375,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 712079.6875,
                                                ["x"] = -302150.5,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 714404.375,
                                                ["x"] = -299444.90625,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 711852.1875,
                                                ["x"] = -303202.09375,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 711849.1875,
                                                ["x"] = -303305.90625,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 711815.9375,
                                                ["x"] = -303404.34375,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 714360.1875,
                                                ["x"] = -299470.125,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 711574.9375,
                                                ["x"] = -303639.3125,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 711495.5,
                                                ["x"] = -303732.03125,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 711418.6875,
                                                ["x"] = -303846.9375,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 714315.25,
                                                ["x"] = -299494.03125,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 711337.25,
                                                ["x"] = -304206.09375,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 714269.625,
                                                ["x"] = -299516.625,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 711387.5,
                                                ["x"] = -305619.40625,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 714223.375,
                                                ["x"] = -299537.875,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 710833.75,
                                                ["x"] = -306372.9375,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 714176.5,
                                                ["x"] = -299557.78125,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 710260.3125,
                                                ["x"] = -306897.125,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 714129.0625,
                                                ["x"] = -299576.3125,
                                            }, -- end of [12]
                                            [198] = 
                                            {
                                                ["y"] = 710104.375,
                                                ["x"] = -307764.625,
                                            }, -- end of [198]
                                            [13] = 
                                            {
                                                ["y"] = 713954.5,
                                                ["x"] = -299641.625,
                                            }, -- end of [13]
                                            [214] = 
                                            {
                                                ["y"] = 709344.0625,
                                                ["x"] = -308536.75,
                                            }, -- end of [214]
                                            [14] = 
                                            {
                                                ["y"] = 713929.3125,
                                                ["x"] = -299652.03125,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 713904.8125,
                                                ["x"] = -299664.125,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 713881.3125,
                                                ["x"] = -299677.875,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 713858.75,
                                                ["x"] = -299693.21875,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 713837.25,
                                                ["x"] = -299710.0625,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 713817,
                                                ["x"] = -299728.3125,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 713798.0625,
                                                ["x"] = -299747.9375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 713483.875,
                                                ["x"] = -300095.25,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 713467.625,
                                                ["x"] = -300114.375,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 713452.625,
                                                ["x"] = -300134.5,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 713438.9375,
                                                ["x"] = -300155.5,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 713426.5625,
                                                ["x"] = -300177.34375,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 713415.5625,
                                                ["x"] = -300199.90625,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 713406.0625,
                                                ["x"] = -300223.09375,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 713397.9375,
                                                ["x"] = -300246.84375,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 713391.375,
                                                ["x"] = -300271.0625,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 713377.9375,
                                                ["x"] = -300373.09375,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 713375.125,
                                                ["x"] = -300387.6875,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 713370.5,
                                                ["x"] = -300401.8125,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 713356.1875,
                                                ["x"] = -300427.8125,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 713335.9375,
                                                ["x"] = -300449.53125,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 713311,
                                                ["x"] = -300465.59375,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 713282.875,
                                                ["x"] = -300475.03125,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 713268.125,
                                                ["x"] = -300477.09375,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 713034.1875,
                                                ["x"] = -300496.0625,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 713001.8125,
                                                ["x"] = -300506.1875,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 712972.5625,
                                                ["x"] = -300523.34375,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 712947.9375,
                                                ["x"] = -300546.65625,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 712840,
                                                ["x"] = -300675.9375,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 712791.4375,
                                                ["x"] = -300744.375,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 712748.8125,
                                                ["x"] = -300816.6875,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 712712.375,
                                                ["x"] = -300892.28125,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 712682.375,
                                                ["x"] = -300970.6875,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 712629.8125,
                                                ["x"] = -301125.5,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 712611.3125,
                                                ["x"] = -301162.65625,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 712408.9375,
                                                ["x"] = -301424.375,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 712345.125,
                                                ["x"] = -301535.53125,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 712262.75,
                                                ["x"] = -301802,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 712224.8125,
                                                ["x"] = -301892.53125,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 712164.9375,
                                                ["x"] = -301974.78125,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 712107.75,
                                                ["x"] = -302071.1875,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 711861.375,
                                                ["x"] = -302988.1875,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 711845.125,
                                                ["x"] = -303112.09375,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 711854.3125,
                                                ["x"] = -303228.0625,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 711843.6875,
                                                ["x"] = -303331.375,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 711803.1875,
                                                ["x"] = -303427.0625,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 711736.4375,
                                                ["x"] = -303506.65625,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 711553.4375,
                                                ["x"] = -303661.0625,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 711495.5,
                                                ["x"] = -303732.03125,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 711402.875,
                                                ["x"] = -303876.96875,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 711356,
                                                ["x"] = -304004.125,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 711345.125,
                                                ["x"] = -304273.5,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 711443.25,
                                                ["x"] = -304773.90625,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 711387.625,
                                                ["x"] = -305642.46875,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 711405.1875,
                                                ["x"] = -305980.28125,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 710641.9375,
                                                ["x"] = -306473.1875,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 710440.25,
                                                ["x"] = -306635.78125,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 710231.125,
                                                ["x"] = -306963.21875,
                                            }, -- end of [184]
                                            [192] = 
                                            {
                                                ["y"] = 710140.9375,
                                                ["x"] = -307304.6875,
                                            }, -- end of [192]
                                            [200] = 
                                            {
                                                ["y"] = 710027.3125,
                                                ["x"] = -307870.84375,
                                            }, -- end of [200]
                                            [208] = 
                                            {
                                                ["y"] = 709566.375,
                                                ["x"] = -308410.375,
                                            }, -- end of [208]
                                            [216] = 
                                            {
                                                ["y"] = 709306.3125,
                                                ["x"] = -308576.6875,
                                            }, -- end of [216]
                                            [79] = 
                                            {
                                                ["y"] = 712236.375,
                                                ["x"] = -301870.8125,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 711846.25,
                                                ["x"] = -303080.78125,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 711755.25,
                                                ["x"] = -303488.65625,
                                            }, -- end of [111]
                                            [127] = 
                                            {
                                                ["y"] = 711365.1875,
                                                ["x"] = -303971.46875,
                                            }, -- end of [127]
                                            [131] = 
                                            {
                                                ["y"] = 711338.6875,
                                                ["x"] = -304104.375,
                                            }, -- end of [131]
                                            [135] = 
                                            {
                                                ["y"] = 711340.3125,
                                                ["x"] = -304239.90625,
                                            }, -- end of [135]
                                            [139] = 
                                            {
                                                ["y"] = 711399.875,
                                                ["x"] = -304495.75,
                                            }, -- end of [139]
                                            [142] = 
                                            {
                                                ["y"] = 711430.625,
                                                ["x"] = -304661.9375,
                                            }, -- end of [142]
                                            [143] = 
                                            {
                                                ["y"] = 711437.75,
                                                ["x"] = -304717.8125,
                                            }, -- end of [143]
                                            [129] = 
                                            {
                                                ["y"] = 711348.4375,
                                                ["x"] = -304037.21875,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 711351.6875,
                                                ["x"] = -304306.78125,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 711447.25,
                                                ["x"] = -304830.125,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 711430.1875,
                                                ["x"] = -305883.78125,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 711395.1875,
                                                ["x"] = -305991.09375,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 710613.375,
                                                ["x"] = -306488.875,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 710420.0625,
                                                ["x"] = -306661.40625,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 710204.75,
                                                ["x"] = -307031.3125,
                                            }, -- end of [185]
                                            [193] = 
                                            {
                                                ["y"] = 710138.1875,
                                                ["x"] = -307344.8125,
                                            }, -- end of [193]
                                            [201] = 
                                            {
                                                ["y"] = 709974.625,
                                                ["x"] = -307939.78125,
                                            }, -- end of [201]
                                            [209] = 
                                            {
                                                ["y"] = 709481.8125,
                                                ["x"] = -308449.90625,
                                            }, -- end of [209]
                                            [217] = 
                                            {
                                                ["y"] = 709289.5625,
                                                ["x"] = -308598.53125,
                                            }, -- end of [217]
                                            [147] = 
                                            {
                                                ["y"] = 711476,
                                                ["x"] = -305349.40625,
                                            }, -- end of [147]
                                            [151] = 
                                            {
                                                ["y"] = 711386.625,
                                                ["x"] = -305630.96875,
                                            }, -- end of [151]
                                            [155] = 
                                            {
                                                ["y"] = 711431.75,
                                                ["x"] = -305913.03125,
                                            }, -- end of [155]
                                            [158] = 
                                            {
                                                ["y"] = 711420.75,
                                                ["x"] = -305955.46875,
                                            }, -- end of [158]
                                            [65] = 
                                            {
                                                ["y"] = 712600.1875,
                                                ["x"] = -301180.21875,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 712390.9375,
                                                ["x"] = -301450.9375,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 712332.6875,
                                                ["x"] = -301565.125,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 712255.375,
                                                ["x"] = -301825.46875,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 712211.9375,
                                                ["x"] = -301913.46875,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 712148.625,
                                                ["x"] = -301997.65625,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 712096.9375,
                                                ["x"] = -302097.09375,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 711854.375,
                                                ["x"] = -303018.71875,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 711846,
                                                ["x"] = -303143.40625,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 711854.5625,
                                                ["x"] = -303254.125,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 711836.25,
                                                ["x"] = -303356.375,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 711788.75,
                                                ["x"] = -303448.75,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 711620.875,
                                                ["x"] = -303598.96875,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 711533,
                                                ["x"] = -303683.78125,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 711454.875,
                                                ["x"] = -303789.53125,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 711388.6875,
                                                ["x"] = -303907.8125,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 711342.6875,
                                                ["x"] = -304070.65625,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 711386.5,
                                                ["x"] = -304441,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 711476.25,
                                                ["x"] = -305344,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 711431.875,
                                                ["x"] = -305898.375,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 711384,
                                                ["x"] = -306000.59375,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 710585.625,
                                                ["x"] = -306506,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 710335.875,
                                                ["x"] = -306774.09375,
                                            }, -- end of [178]
                                            [186] = 
                                            {
                                                ["y"] = 710190.9375,
                                                ["x"] = -307069.125,
                                            }, -- end of [186]
                                            [194] = 
                                            {
                                                ["y"] = 710120.0625,
                                                ["x"] = -307719.3125,
                                            }, -- end of [194]
                                            [202] = 
                                            {
                                                ["y"] = 709920.5,
                                                ["x"] = -308007.53125,
                                            }, -- end of [202]
                                            [210] = 
                                            {
                                                ["y"] = 709434.0625,
                                                ["x"] = -308474.125,
                                            }, -- end of [210]
                                            [218] = 
                                            {
                                                ["y"] = 709274.375,
                                                ["x"] = -308621.46875,
                                            }, -- end of [218]
                                            [159] = 
                                            {
                                                ["y"] = 711413.6875,
                                                ["x"] = -305968.34375,
                                            }, -- end of [159]
                                            [163] = 
                                            {
                                                ["y"] = 711077,
                                                ["x"] = -306230.96875,
                                            }, -- end of [163]
                                            [167] = 
                                            {
                                                ["y"] = 710760.125,
                                                ["x"] = -306412,
                                            }, -- end of [167]
                                            [171] = 
                                            {
                                                ["y"] = 710558.8125,
                                                ["x"] = -306524.5,
                                            }, -- end of [171]
                                            [174] = 
                                            {
                                                ["y"] = 710484.25,
                                                ["x"] = -306587.71875,
                                            }, -- end of [174]
                                            [175] = 
                                            {
                                                ["y"] = 710461.625,
                                                ["x"] = -306611.1875,
                                            }, -- end of [175]
                                            [179] = 
                                            {
                                                ["y"] = 710314.9375,
                                                ["x"] = -306803.5625,
                                            }, -- end of [179]
                                            [191] = 
                                            {
                                                ["y"] = 710145.3125,
                                                ["x"] = -307264.6875,
                                            }, -- end of [191]
                                            [190] = 
                                            {
                                                ["y"] = 710151.3125,
                                                ["x"] = -307224.90625,
                                            }, -- end of [190]
                                            [195] = 
                                            {
                                                ["y"] = 710118.6875,
                                                ["x"] = -307731.375,
                                            }, -- end of [195]
                                            [199] = 
                                            {
                                                ["y"] = 710078.5,
                                                ["x"] = -307800.8125,
                                            }, -- end of [199]
                                            [206] = 
                                            {
                                                ["y"] = 709584.3125,
                                                ["x"] = -308399.5,
                                            }, -- end of [206]
                                            [207] = 
                                            {
                                                ["y"] = 709575.625,
                                                ["x"] = -308405.40625,
                                            }, -- end of [207]
                                            [203] = 
                                            {
                                                ["y"] = 709864.875,
                                                ["x"] = -308074.125,
                                            }, -- end of [203]
                                            [187] = 
                                            {
                                                ["y"] = 710178.6875,
                                                ["x"] = -307107.4375,
                                            }, -- end of [187]
                                            [211] = 
                                            {
                                                ["y"] = 709410,
                                                ["x"] = -308487.40625,
                                            }, -- end of [211]
                                            [215] = 
                                            {
                                                ["y"] = 709324.5,
                                                ["x"] = -308556.0625,
                                            }, -- end of [215]
                                            [189] = 
                                            {
                                                ["y"] = 710158.875,
                                                ["x"] = -307185.40625,
                                            }, -- end of [189]
                                            [183] = 
                                            {
                                                ["y"] = 710245,
                                                ["x"] = -306929.84375,
                                            }, -- end of [183]
                                            [219] = 
                                            {
                                                ["y"] = 709260.8125,
                                                ["x"] = -308645.375,
                                            }, -- end of [219]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 709048.57142867,
                                                ["x"] = -312291.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 709048.57142867,
                                                ["x"] = -312291.99999999,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 280,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 714662.80986786,
                                            ["x"] = -299288.89790344,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 730,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2132.4747032576,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 709238.72814941,
                                            ["x"] = -308695.71524048,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 207,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 714662.80986786,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #46",
                                        ["unitId"] = 246,
                                        ["heading"] = -2.6185479196347,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -299288.89790344,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 714691.46837234,
                                        ["type"] = "Hummer",
                                        ["name"] = "Unit #47",
                                        ["unitId"] = 251,
                                        ["heading"] = -2.6185479196347,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -299282.81639099,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 714720.3391943,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #48",
                                        ["unitId"] = 252,
                                        ["heading"] = -2.6185479196347,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -299282.38677979,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 714748.75122452,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #49",
                                        ["unitId"] = 253,
                                        ["heading"] = -2.6185479196347,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -299287.49555969,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 714775.65800476,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #50",
                                        ["unitId"] = 254,
                                        ["heading"] = -2.6185479196347,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -299297.95262146,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 714800.07852173,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #51",
                                        ["unitId"] = 255,
                                        ["heading"] = -2.6185479196347,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -299313.3825531,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 714662.80986786,
                                ["x"] = -299288.89790344,
                                ["name"] = "Convoi 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = true,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 722639.5625,
                                                ["x"] = -303986.875,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 722989.5,
                                                ["x"] = -303534.96875,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 722874.125,
                                                ["x"] = -302813.46875,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 720172.6875,
                                                ["x"] = -301536.09375,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 720384.875,
                                                ["x"] = -310408.46875,
                                            }, -- end of [1]
                                            [316] = 
                                            {
                                                ["y"] = 715863.8125,
                                                ["x"] = -299764.4375,
                                            }, -- end of [316]
                                            [2] = 
                                            {
                                                ["y"] = 720463.4375,
                                                ["x"] = -310159.9375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 720469.125,
                                                ["x"] = -310144.71875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 720476.5,
                                                ["x"] = -310130.1875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 720485.375,
                                                ["x"] = -310116.5625,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 720495.6875,
                                                ["x"] = -310103.96875,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 720507.3125,
                                                ["x"] = -310092.5625,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 720520.125,
                                                ["x"] = -310082.5,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 720548.5625,
                                                ["x"] = -310066.78125,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 720579.75,
                                                ["x"] = -310057.5625,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 720612.125,
                                                ["x"] = -310055.28125,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 720644.3125,
                                                ["x"] = -310060.03125,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 720698.8125,
                                                ["x"] = -310066.75,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 720719.9375,
                                                ["x"] = -310044.6875,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 720707.625,
                                                ["x"] = -309856.46875,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 720718.375,
                                                ["x"] = -309738.46875,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 720820.0625,
                                                ["x"] = -309526.34375,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 721838.4375,
                                                ["x"] = -307952.03125,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 721842.75,
                                                ["x"] = -307778.8125,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 721878.3125,
                                                ["x"] = -307583.84375,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 722201.5,
                                                ["x"] = -306703.34375,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 722486.5625,
                                                ["x"] = -305582.875,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 722745.75,
                                                ["x"] = -305146.28125,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 722654.625,
                                                ["x"] = -303974.09375,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 723017.0625,
                                                ["x"] = -303509.8125,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 722816.625,
                                                ["x"] = -302751.78125,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 720101.0625,
                                                ["x"] = -301539.84375,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 718540,
                                                ["x"] = -301306,
                                            }, -- end of [256]
                                            [320] = 
                                            {
                                                ["y"] = 715444.875,
                                                ["x"] = -299631.0625,
                                            }, -- end of [320]
                                            [257] = 
                                            {
                                                ["y"] = 718521.9375,
                                                ["x"] = -301286.78125,
                                            }, -- end of [257]
                                            [321] = 
                                            {
                                                ["y"] = 715418.1875,
                                                ["x"] = -299618.03125,
                                            }, -- end of [321]
                                            [129] = 
                                            {
                                                ["y"] = 722670.875,
                                                ["x"] = -303962.84375,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 723111.875,
                                                ["x"] = -303444.6875,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 722786,
                                                ["x"] = -302722.78125,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 720065.4375,
                                                ["x"] = -301544.65625,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 718505.375,
                                                ["x"] = -301266.28125,
                                            }, -- end of [258]
                                            [322] = 
                                            {
                                                ["y"] = 715392.25,
                                                ["x"] = -299603.46875,
                                            }, -- end of [322]
                                            [65] = 
                                            {
                                                ["y"] = 722092.3125,
                                                ["x"] = -307160.21875,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 722214.3125,
                                                ["x"] = -306670.15625,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 722497.4375,
                                                ["x"] = -305568.15625,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 722617.375,
                                                ["x"] = -304598.21875,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 722688.1875,
                                                ["x"] = -303953.28125,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 723127.25,
                                                ["x"] = -303433.03125,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 722754.125,
                                                ["x"] = -302695.125,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 720030.1875,
                                                ["x"] = -301551.4375,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 718325.5,
                                                ["x"] = -301026.75,
                                            }, -- end of [260]
                                            [324] = 
                                            {
                                                ["y"] = 715343.25,
                                                ["x"] = -299569.78125,
                                            }, -- end of [324]
                                            [261] = 
                                            {
                                                ["y"] = 718316.25,
                                                ["x"] = -301018.71875,
                                            }, -- end of [261]
                                            [325] = 
                                            {
                                                ["y"] = 715320.3125,
                                                ["x"] = -299550.8125,
                                            }, -- end of [325]
                                            [131] = 
                                            {
                                                ["y"] = 722706.375,
                                                ["x"] = -303945.4375,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 723141.375,
                                                ["x"] = -303419.9375,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 722721.1875,
                                                ["x"] = -302668.84375,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 719995.375,
                                                ["x"] = -301560.15625,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 718305.875,
                                                ["x"] = -301012.125,
                                            }, -- end of [262]
                                            [326] = 
                                            {
                                                ["y"] = 715298.5625,
                                                ["x"] = -299530.53125,
                                            }, -- end of [326]
                                            [33] = 
                                            {
                                                ["y"] = 720725.375,
                                                ["x"] = -309709.65625,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 721533.125,
                                                ["x"] = -308652.75,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 721844.6875,
                                                ["x"] = -307928.8125,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 721840.9375,
                                                ["x"] = -307753.78125,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 722097.8125,
                                                ["x"] = -307147.3125,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 722225.3125,
                                                ["x"] = -306636.3125,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 722509.625,
                                                ["x"] = -305554.46875,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 722610,
                                                ["x"] = -304560.21875,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 722725.1875,
                                                ["x"] = -303939.46875,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 723154.1875,
                                                ["x"] = -303405.5625,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 722687.125,
                                                ["x"] = -302643.96875,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 719883.25,
                                                ["x"] = -301591.53125,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 718282.9375,
                                                ["x"] = -301003.6875,
                                            }, -- end of [264]
                                            [328] = 
                                            {
                                                ["y"] = 715258.9375,
                                                ["x"] = -299486.21875,
                                            }, -- end of [328]
                                            [265] = 
                                            {
                                                ["y"] = 718270.75,
                                                ["x"] = -301002.03125,
                                            }, -- end of [265]
                                            [329] = 
                                            {
                                                ["y"] = 715236.375,
                                                ["x"] = -299447.0625,
                                            }, -- end of [329]
                                            [133] = 
                                            {
                                                ["y"] = 722792.4375,
                                                ["x"] = -303921.75,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 723165.5625,
                                                ["x"] = -303390,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 722652,
                                                ["x"] = -302620.5625,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 719848.8125,
                                                ["x"] = -301600.34375,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 718258.5,
                                                ["x"] = -301002.15625,
                                            }, -- end of [266]
                                            [330] = 
                                            {
                                                ["y"] = 715122.5,
                                                ["x"] = -299173.1875,
                                            }, -- end of [330]
                                            [67] = 
                                            {
                                                ["y"] = 722101.375,
                                                ["x"] = -307133.78125,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 722460.625,
                                                ["x"] = -305838.8125,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 722583.6875,
                                                ["x"] = -305478.53125,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 722604.5,
                                                ["x"] = -304521.90625,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 722810.4375,
                                                ["x"] = -303916.09375,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 723175.375,
                                                ["x"] = -303373.4375,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 722616,
                                                ["x"] = -302598.625,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 719814.0625,
                                                ["x"] = -301607.59375,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 717874.375,
                                                ["x"] = -301032.9375,
                                            }, -- end of [268]
                                            [332] = 
                                            {
                                                ["y"] = 715056.875,
                                                ["x"] = -299026.28125,
                                            }, -- end of [332]
                                            [269] = 
                                            {
                                                ["y"] = 717864.1875,
                                                ["x"] = -301031.53125,
                                            }, -- end of [269]
                                            [333] = 
                                            {
                                                ["y"] = 714998.5,
                                                ["x"] = -298902.53125,
                                            }, -- end of [333]
                                            [135] = 
                                            {
                                                ["y"] = 722827.875,
                                                ["x"] = -303908.75,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 723183.5625,
                                                ["x"] = -303356,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 722579.0625,
                                                ["x"] = -302578.25,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 719778.9375,
                                                ["x"] = -301613.3125,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 720675.625,
                                                ["x"] = -310068.21875,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 720705.75,
                                                ["x"] = -310063.0625,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 720721.75,
                                                ["x"] = -310037.0625,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 720707.6875,
                                                ["x"] = -309826.78125,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 720734.125,
                                                ["x"] = -309681.28125,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 721551.5,
                                                ["x"] = -308628.8125,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 721849.0625,
                                                ["x"] = -307905.15625,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 721840.9375,
                                                ["x"] = -307728.65625,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 722103,
                                                ["x"] = -307119.875,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 722463.625,
                                                ["x"] = -305826.28125,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 722681.4375,
                                                ["x"] = -305378.28125,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 722600.75,
                                                ["x"] = -304483.40625,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 722844.5,
                                                ["x"] = -303899.8125,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 723190.0625,
                                                ["x"] = -303337.84375,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 721508,
                                                ["x"] = -302016.4375,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 719743.6875,
                                                ["x"] = -301617.5,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 717784.125,
                                                ["x"] = -300990.5625,
                                            }, -- end of [272]
                                            [336] = 
                                            {
                                                ["y"] = 714940.6875,
                                                ["x"] = -298800.15625,
                                            }, -- end of [336]
                                            [273] = 
                                            {
                                                ["y"] = 717765.6875,
                                                ["x"] = -300979.4375,
                                            }, -- end of [273]
                                            [337] = 
                                            {
                                                ["y"] = 714918.125,
                                                ["x"] = -298768.03125,
                                            }, -- end of [337]
                                            [137] = 
                                            {
                                                ["y"] = 722860.1875,
                                                ["x"] = -303889.3125,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 723194.75,
                                                ["x"] = -303319.15625,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 721484.875,
                                                ["x"] = -302005.21875,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 719708.25,
                                                ["x"] = -301620.0625,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                ["y"] = 717748.0625,
                                                ["x"] = -300967.03125,
                                            }, -- end of [274]
                                            [338] = 
                                            {
                                                ["y"] = 714894.0625,
                                                ["x"] = -298737.09375,
                                            }, -- end of [338]
                                            [69] = 
                                            {
                                                ["y"] = 722102.6875,
                                                ["x"] = -307105.875,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 722465.25,
                                                ["x"] = -305813.46875,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 722695.4375,
                                                ["x"] = -305362.71875,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 722600.75,
                                                ["x"] = -304483.40625,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 722874.8125,
                                                ["x"] = -303877.40625,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 723194.75,
                                                ["x"] = -303319.15625,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 721461.125,
                                                ["x"] = -301995.53125,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 719672.6875,
                                                ["x"] = -301621.09375,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                ["y"] = 717715.75,
                                                ["x"] = -300938.5625,
                                            }, -- end of [276]
                                            [340] = 
                                            {
                                                ["y"] = 714841.5,
                                                ["x"] = -298678.875,
                                            }, -- end of [340]
                                            [277] = 
                                            {
                                                ["y"] = 717701.25,
                                                ["x"] = -300922.6875,
                                            }, -- end of [277]
                                            [341] = 
                                            {
                                                ["y"] = 714763.875,
                                                ["x"] = -298601.03125,
                                            }, -- end of [341]
                                            [139] = 
                                            {
                                                ["y"] = 722888.3125,
                                                ["x"] = -303864.1875,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 723205.25,
                                                ["x"] = -303266.65625,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 721436.75,
                                                ["x"] = -301987.375,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 719637.1875,
                                                ["x"] = -301620.53125,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                ["y"] = 717654.4375,
                                                ["x"] = -300867.59375,
                                            }, -- end of [278]
                                            [342] = 
                                            {
                                                ["y"] = 714746,
                                                ["x"] = -298581.90625,
                                            }, -- end of [342]
                                            [35] = 
                                            {
                                                ["y"] = 720744.5,
                                                ["x"] = -309653.46875,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 721568.375,
                                                ["x"] = -308603.8125,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 721851.5,
                                                ["x"] = -307881.25,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 721842.8125,
                                                ["x"] = -307703.59375,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 722100.4375,
                                                ["x"] = -307092.0625,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 722465.4375,
                                                ["x"] = -305800.5625,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 722708.0625,
                                                ["x"] = -305346.03125,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 722576.625,
                                                ["x"] = -304147.21875,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 722900.4375,
                                                ["x"] = -303849.71875,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 723208.0625,
                                                ["x"] = -303248.4375,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 721411.9375,
                                                ["x"] = -301980.8125,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 719601.6875,
                                                ["x"] = -301618.40625,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                ["y"] = 717622.3125,
                                                ["x"] = -300834.46875,
                                            }, -- end of [280]
                                            [344] = 
                                            {
                                                ["y"] = 714714.3125,
                                                ["x"] = -298540.4375,
                                            }, -- end of [344]
                                            [281] = 
                                            {
                                                ["y"] = 717604.6875,
                                                ["x"] = -300819.5625,
                                            }, -- end of [281]
                                            [345] = 
                                            {
                                                ["y"] = 714700.5,
                                                ["x"] = -298518.21875,
                                            }, -- end of [345]
                                            [141] = 
                                            {
                                                ["y"] = 722911.1875,
                                                ["x"] = -303834.1875,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 723209.125,
                                                ["x"] = -303230.03125,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 721386.75,
                                                ["x"] = -301975.875,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 719443.8125,
                                                ["x"] = -301605.3125,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                ["y"] = 717586.0625,
                                                ["x"] = -300805.875,
                                            }, -- end of [282]
                                            [346] = 
                                            {
                                                ["y"] = 714688.25,
                                                ["x"] = -298495.15625,
                                            }, -- end of [346]
                                            [71] = 
                                            {
                                                ["y"] = 722096.1875,
                                                ["x"] = -307078.71875,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 722464.25,
                                                ["x"] = -305787.6875,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 722719.1875,
                                                ["x"] = -305328.34375,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 722576.1875,
                                                ["x"] = -304127.4375,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 722920.375,
                                                ["x"] = -303817.71875,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 723208.5625,
                                                ["x"] = -303211.625,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 721361.3125,
                                                ["x"] = -301972.5625,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 719440.0625,
                                                ["x"] = -301605.4375,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                ["y"] = 716988.1875,
                                                ["x"] = -300449.8125,
                                            }, -- end of [284]
                                            [348] = 
                                            {
                                                ["y"] = 714668.3125,
                                                ["x"] = -298446.875,
                                            }, -- end of [348]
                                            [285] = 
                                            {
                                                ["y"] = 716966.375,
                                                ["x"] = -300437.75,
                                            }, -- end of [285]
                                            [9] = 
                                            {
                                                ["y"] = 720533.875,
                                                ["x"] = -310073.875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 720563.875,
                                                ["x"] = -310061.34375,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 720595.875,
                                                ["x"] = -310055.53125,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 720628.3125,
                                                ["x"] = -310056.78125,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 720683.375,
                                                ["x"] = -310069.40625,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 720711.75,
                                                ["x"] = -310058,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 720721.875,
                                                ["x"] = -310029.1875,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 720709.5,
                                                ["x"] = -309797.15625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 720756.5625,
                                                ["x"] = -309626.34375,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 721583.75,
                                                ["x"] = -308577.8125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 721852,
                                                ["x"] = -307857.21875,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 721846.375,
                                                ["x"] = -307678.75,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 722076,
                                                ["x"] = -307027.125,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 722454.875,
                                                ["x"] = -305722.65625,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 722728.875,
                                                ["x"] = -305309.78125,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 722577.75,
                                                ["x"] = -304107.71875,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 722934,
                                                ["x"] = -303782.53125,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 723202.25,
                                                ["x"] = -303175.3125,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 721122.375,
                                                ["x"] = -301948.09375,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 719430,
                                                ["x"] = -301609.375,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                ["y"] = 716897.0625,
                                                ["x"] = -300410.03125,
                                            }, -- end of [288]
                                            [289] = 
                                            {
                                                ["y"] = 716872.9375,
                                                ["x"] = -300403.75,
                                            }, -- end of [289]
                                            [145] = 
                                            {
                                                ["y"] = 722938.25,
                                                ["x"] = -303764.125,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 723196.6875,
                                                ["x"] = -303157.75,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 721098.8125,
                                                ["x"] = -301942.875,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 719407.25,
                                                ["x"] = -301618.1875,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                ["y"] = 716848.5,
                                                ["x"] = -300398.9375,
                                            }, -- end of [290]
                                            [73] = 
                                            {
                                                ["y"] = 722072.5,
                                                ["x"] = -307016,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 722453.0625,
                                                ["x"] = -305704.4375,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 722736.9375,
                                                ["x"] = -305290.46875,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 722581.1875,
                                                ["x"] = -304088.25,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 722940.75,
                                                ["x"] = -303745.40625,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 723189.4375,
                                                ["x"] = -303140.8125,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 721075.75,
                                                ["x"] = -301935.75,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 719383.875,
                                                ["x"] = -301625.15625,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                ["y"] = 716798.9375,
                                                ["x"] = -300393.96875,
                                            }, -- end of [292]
                                            [293] = 
                                            {
                                                ["y"] = 716479.4375,
                                                ["x"] = -300381.9375,
                                            }, -- end of [293]
                                            [147] = 
                                            {
                                                ["y"] = 722941.4375,
                                                ["x"] = -303726.5625,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 723180.6875,
                                                ["x"] = -303124.5625,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 721053.3125,
                                                ["x"] = -301926.8125,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 719360,
                                                ["x"] = -301630.1875,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                ["y"] = 716465.375,
                                                ["x"] = -300380.40625,
                                            }, -- end of [294]
                                            [37] = 
                                            {
                                                ["y"] = 720770.1875,
                                                ["x"] = -309599.96875,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 721597.4375,
                                                ["x"] = -308550.9375,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 721850.625,
                                                ["x"] = -307833.21875,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 721851.8125,
                                                ["x"] = -307654.21875,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 722070.5625,
                                                ["x"] = -307004.5,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 722452.9375,
                                                ["x"] = -305686.125,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 722743.375,
                                                ["x"] = -305270.5625,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 722586.5625,
                                                ["x"] = -304069.21875,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 722940.375,
                                                ["x"] = -303707.6875,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 723170.5,
                                                ["x"] = -303109.21875,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 721031.6875,
                                                ["x"] = -301916.09375,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 719335.8125,
                                                ["x"] = -301633.25,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                ["y"] = 716438.625,
                                                ["x"] = -300371.5,
                                            }, -- end of [296]
                                            [297] = 
                                            {
                                                ["y"] = 716426.4375,
                                                ["x"] = -300364.28125,
                                            }, -- end of [297]
                                            [149] = 
                                            {
                                                ["y"] = 722938.5625,
                                                ["x"] = -303690.125,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 723158.9375,
                                                ["x"] = -303094.875,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 720482.375,
                                                ["x"] = -301615.78125,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 719311.375,
                                                ["x"] = -301634.375,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                ["y"] = 716415.375,
                                                ["x"] = -300355.46875,
                                            }, -- end of [298]
                                            [75] = 
                                            {
                                                ["y"] = 722070.25,
                                                ["x"] = -306992.84375,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 722454.5,
                                                ["x"] = -305667.875,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 722748.125,
                                                ["x"] = -305250.15625,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 722593.8125,
                                                ["x"] = -304050.8125,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 722937.5,
                                                ["x"] = -303671.46875,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 723146.0625,
                                                ["x"] = -303081.65625,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 720450.4375,
                                                ["x"] = -301599.4375,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 719287,
                                                ["x"] = -301633.46875,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                ["y"] = 716397.5625,
                                                ["x"] = -300333.59375,
                                            }, -- end of [300]
                                            [301] = 
                                            {
                                                ["y"] = 716391.125,
                                                ["x"] = -300321,
                                            }, -- end of [301]
                                            [151] = 
                                            {
                                                ["y"] = 722938.1875,
                                                ["x"] = -303652.8125,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 723132.0625,
                                                ["x"] = -303069.6875,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 720417.625,
                                                ["x"] = -301584.875,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 719262.8125,
                                                ["x"] = -301630.625,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 720691.25,
                                                ["x"] = -310068.90625,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 720716.5625,
                                                ["x"] = -310051.78125,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 720709.3125,
                                                ["x"] = -309886.09375,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 720713.0625,
                                                ["x"] = -309767.6875,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 720785.3125,
                                                ["x"] = -309574.46875,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 721609.5625,
                                                ["x"] = -308523.28125,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 721847.3125,
                                                ["x"] = -307809.40625,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 721858.9375,
                                                ["x"] = -307630.15625,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 722071.5,
                                                ["x"] = -306981.28125,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 722457.75,
                                                ["x"] = -305649.84375,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 722751.125,
                                                ["x"] = -305229.46875,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 722602.8125,
                                                ["x"] = -304033.21875,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 722940.625,
                                                ["x"] = -303634.28125,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 723037.5,
                                                ["x"] = -302995.96875,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 720384.0625,
                                                ["x"] = -301572.15625,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 719238.875,
                                                ["x"] = -301625.8125,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                ["y"] = 716321.4375,
                                                ["x"] = -300065.25,
                                            }, -- end of [304]
                                            [305] = 
                                            {
                                                ["y"] = 716315.4375,
                                                ["x"] = -300052.4375,
                                            }, -- end of [305]
                                            [153] = 
                                            {
                                                ["y"] = 722944.75,
                                                ["x"] = -303616.0625,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 723017.1875,
                                                ["x"] = -302980.46875,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 720349.8125,
                                                ["x"] = -301561.3125,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 719215.375,
                                                ["x"] = -301619.0625,
                                            }, -- end of [249]
                                            [306] = 
                                            {
                                                ["y"] = 716308,
                                                ["x"] = -300040.40625,
                                            }, -- end of [306]
                                            [143] = 
                                            {
                                                ["y"] = 722928,
                                                ["x"] = -303800.4375,
                                            }, -- end of [143]
                                            [343] = 
                                            {
                                                ["y"] = 714729.5,
                                                ["x"] = -298561.6875,
                                            }, -- end of [343]
                                            [339] = 
                                            {
                                                ["y"] = 714868.5,
                                                ["x"] = -298707.34375,
                                            }, -- end of [339]
                                            [79] = 
                                            {
                                                ["y"] = 722186.875,
                                                ["x"] = -306735.78125,
                                            }, -- end of [79]
                                            [159] = 
                                            {
                                                ["y"] = 723002.6875,
                                                ["x"] = -303521.75,
                                            }, -- end of [159]
                                            [175] = 
                                            {
                                                ["y"] = 723206.25,
                                                ["x"] = -303193.3125,
                                            }, -- end of [175]
                                            [191] = 
                                            {
                                                ["y"] = 722846,
                                                ["x"] = -302782,
                                            }, -- end of [191]
                                            [77] = 
                                            {
                                                ["y"] = 722074.3125,
                                                ["x"] = -306969.96875,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 722462.625,
                                                ["x"] = -305632.1875,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 722752.4375,
                                                ["x"] = -305208.5625,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 722613.5,
                                                ["x"] = -304016.59375,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 722950.5625,
                                                ["x"] = -303598.3125,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 722998,
                                                ["x"] = -302963.59375,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 720315.0625,
                                                ["x"] = -301552.375,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 719192.5625,
                                                ["x"] = -301610.4375,
                                            }, -- end of [250]
                                            [308] = 
                                            {
                                                ["y"] = 716289.1875,
                                                ["x"] = -300019.40625,
                                            }, -- end of [308]
                                            [207] = 
                                            {
                                                ["y"] = 721146.3125,
                                                ["x"] = -301951.4375,
                                            }, -- end of [207]
                                            [223] = 
                                            {
                                                ["y"] = 720136.8125,
                                                ["x"] = -301536.96875,
                                            }, -- end of [223]
                                            [239] = 
                                            {
                                                ["y"] = 719436.5625,
                                                ["x"] = -301606.5,
                                            }, -- end of [239]
                                            [254] = 
                                            {
                                                ["y"] = 718580.1875,
                                                ["x"] = -301340.0625,
                                            }, -- end of [254]
                                            [335] = 
                                            {
                                                ["y"] = 714961.625,
                                                ["x"] = -298833.3125,
                                            }, -- end of [335]
                                            [255] = 
                                            {
                                                ["y"] = 718559.4375,
                                                ["x"] = -301323.78125,
                                            }, -- end of [255]
                                            [270] = 
                                            {
                                                ["y"] = 717854.3125,
                                                ["x"] = -301028.625,
                                            }, -- end of [270]
                                            [309] = 
                                            {
                                                ["y"] = 716278.0625,
                                                ["x"] = -300010.6875,
                                            }, -- end of [309]
                                            [295] = 
                                            {
                                                ["y"] = 716451.6875,
                                                ["x"] = -300376.90625,
                                            }, -- end of [295]
                                            [307] = 
                                            {
                                                ["y"] = 716299.1875,
                                                ["x"] = -300029.34375,
                                            }, -- end of [307]
                                            [259] = 
                                            {
                                                ["y"] = 718333.5625,
                                                ["x"] = -301036.03125,
                                            }, -- end of [259]
                                            [155] = 
                                            {
                                                ["y"] = 722958,
                                                ["x"] = -303581.1875,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 722980.125,
                                                ["x"] = -302945.34375,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 720279.875,
                                                ["x"] = -301545.34375,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 718648.8125,
                                                ["x"] = -301379,
                                            }, -- end of [251]
                                            [310] = 
                                            {
                                                ["y"] = 716091.9375,
                                                ["x"] = -299882.03125,
                                            }, -- end of [310]
                                            [263] = 
                                            {
                                                ["y"] = 718294.6875,
                                                ["x"] = -301007.0625,
                                            }, -- end of [263]
                                            [267] = 
                                            {
                                                ["y"] = 717884.6875,
                                                ["x"] = -301032.875,
                                            }, -- end of [267]
                                            [78] = 
                                            {
                                                ["y"] = 722078.6875,
                                                ["x"] = -306959.125,
                                            }, -- end of [78]
                                            [39] = 
                                            {
                                                ["y"] = 720802,
                                                ["x"] = -309549.875,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 721830.375,
                                                ["x"] = -307974.65625,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 721846.3125,
                                                ["x"] = -307803.6875,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 721867.8125,
                                                ["x"] = -307606.65625,
                                            }, -- end of [63]
                                            [311] = 
                                            {
                                                ["y"] = 716056.125,
                                                ["x"] = -299858.40625,
                                            }, -- end of [311]
                                            [94] = 
                                            {
                                                ["y"] = 722469.0625,
                                                ["x"] = -305615.03125,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 722751.9375,
                                                ["x"] = -305187.65625,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 722625.8125,
                                                ["x"] = -304001.09375,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 722967.0625,
                                                ["x"] = -303564.8125,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 722963.5625,
                                                ["x"] = -302925.875,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 720244.3125,
                                                ["x"] = -301540.3125,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 718625,
                                                ["x"] = -301367.75,
                                            }, -- end of [252]
                                            [312] = 
                                            {
                                                ["y"] = 716019.375,
                                                ["x"] = -299836.34375,
                                            }, -- end of [312]
                                            [271] = 
                                            {
                                                ["y"] = 717844.9375,
                                                ["x"] = -301024.3125,
                                            }, -- end of [271]
                                            [275] = 
                                            {
                                                ["y"] = 717731.4375,
                                                ["x"] = -300953.375,
                                            }, -- end of [275]
                                            [279] = 
                                            {
                                                ["y"] = 717638.9375,
                                                ["x"] = -300850.5,
                                            }, -- end of [279]
                                            [283] = 
                                            {
                                                ["y"] = 717566.625,
                                                ["x"] = -300793.4375,
                                            }, -- end of [283]
                                            [286] = 
                                            {
                                                ["y"] = 716943.8125,
                                                ["x"] = -300427.09375,
                                            }, -- end of [286]
                                            [287] = 
                                            {
                                                ["y"] = 716920.6875,
                                                ["x"] = -300417.84375,
                                            }, -- end of [287]
                                            [291] = 
                                            {
                                                ["y"] = 716823.75,
                                                ["x"] = -300395.6875,
                                            }, -- end of [291]
                                            [313] = 
                                            {
                                                ["y"] = 715981.6875,
                                                ["x"] = -299815.875,
                                            }, -- end of [313]
                                            [299] = 
                                            {
                                                ["y"] = 716405.6875,
                                                ["x"] = -300345.15625,
                                            }, -- end of [299]
                                            [302] = 
                                            {
                                                ["y"] = 716386.5,
                                                ["x"] = -300307.625,
                                            }, -- end of [302]
                                            [303] = 
                                            {
                                                ["y"] = 716325.875,
                                                ["x"] = -300078.65625,
                                            }, -- end of [303]
                                            [157] = 
                                            {
                                                ["y"] = 722977.5625,
                                                ["x"] = -303549.375,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 722900.875,
                                                ["x"] = -302846.0625,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 720208.5625,
                                                ["x"] = -301537.21875,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 718602.0625,
                                                ["x"] = -301354.75,
                                            }, -- end of [253]
                                            [314] = 
                                            {
                                                ["y"] = 715943.125,
                                                ["x"] = -299797.03125,
                                            }, -- end of [314]
                                            [317] = 
                                            {
                                                ["y"] = 715823.125,
                                                ["x"] = -299750.71875,
                                            }, -- end of [317]
                                            [318] = 
                                            {
                                                ["y"] = 715500.5,
                                                ["x"] = -299652.1875,
                                            }, -- end of [318]
                                            [319] = 
                                            {
                                                ["y"] = 715472.375,
                                                ["x"] = -299642.46875,
                                            }, -- end of [319]
                                            [323] = 
                                            {
                                                ["y"] = 715367.25,
                                                ["x"] = -299587.34375,
                                            }, -- end of [323]
                                            [327] = 
                                            {
                                                ["y"] = 715278.0625,
                                                ["x"] = -299508.96875,
                                            }, -- end of [327]
                                            [331] = 
                                            {
                                                ["y"] = 715090.4375,
                                                ["x"] = -299099.40625,
                                            }, -- end of [331]
                                            [334] = 
                                            {
                                                ["y"] = 714980.875,
                                                ["x"] = -298867.46875,
                                            }, -- end of [334]
                                            [315] = 
                                            {
                                                ["y"] = 715903.8125,
                                                ["x"] = -299779.875,
                                            }, -- end of [315]
                                            [95] = 
                                            {
                                                ["y"] = 722477.0625,
                                                ["x"] = -305598.5625,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 722749.6875,
                                                ["x"] = -305166.84375,
                                            }, -- end of [111]
                                            [347] = 
                                            {
                                                ["y"] = 714677.4375,
                                                ["x"] = -298471.34375,
                                            }, -- end of [347]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 714674.2857144,
                                                ["x"] = -298444.85714285,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 714674.2857144,
                                                ["x"] = -298444.85714285,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 822,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 720384.84670097,
                                            ["x"] = -310408.4784274,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 258,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1712.1843793407,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 714668.28683472,
                                            ["x"] = -298446.88363647,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 208,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 720384.84670097,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #52",
                                        ["unitId"] = 256,
                                        ["heading"] = -0.44581955454705,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -310408.4784274,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 720375.79957979,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #53",
                                        ["unitId"] = 257,
                                        ["heading"] = -0.44581955454705,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -310437.08966328,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 720366.75608793,
                                        ["type"] = "Hummer",
                                        ["name"] = "Unit #54",
                                        ["unitId"] = 258,
                                        ["heading"] = -0.44581955454705,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -310465.68942155,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 720357.71259607,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #55",
                                        ["unitId"] = 259,
                                        ["heading"] = -0.44581955454705,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -310494.28917982,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 720348.66580321,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #56",
                                        ["unitId"] = 260,
                                        ["heading"] = -0.44581955454705,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -310522.89937738,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 720339.62232022,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #57",
                                        ["unitId"] = 261,
                                        ["heading"] = -0.44581955454705,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -310551.49910759,
                                    }, -- end of [6]
                                }, -- end of ["units"]
                                ["y"] = 720384.84670097,
                                ["x"] = -310408.4784274,
                                ["name"] = "Convoi 2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1304,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 717364.57142866,
                                            ["x"] = -307066.28571428,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["number"] = 3,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetImmortal",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 1,
                                                                        ["name"] = 9,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 230,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 717364.57142866,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #78",
                                        ["unitId"] = 300,
                                        ["heading"] = 3.9793506945471,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -307066.28571428,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 717364.57142866,
                                ["x"] = -307066.28571428,
                                ["name"] = "JTAC",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "USA",
                }, -- end of [14]
                [15] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [15]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 16,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1563,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 719527.71428571,
                                            ["x"] = -304913.71428572,
                                            ["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"] = 3,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 719527.71428571,
                                        ["type"] = "house2arm",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 9,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -304913.71428572,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 719527.71428571,
                                ["x"] = -304913.71428572,
                                ["name"] = "Defense village 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715299.14285713,
                                            ["x"] = -304268,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715299.14285713,
                                        ["type"] = "house2arm",
                                        ["name"] = "Unit #2",
                                        ["unitId"] = 10,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Excellent",
                                        ["x"] = -304268,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715299.14285713,
                                ["x"] = -304268,
                                ["name"] = "Defense village 2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715238.85714285,
                                            ["x"] = -304324,
                                            ["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"] = 36,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715238.85714285,
                                        ["type"] = "house2arm",
                                        ["name"] = "Unit #3",
                                        ["unitId"] = 42,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "High",
                                        ["x"] = -304324,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715238.85714285,
                                ["x"] = -304324,
                                ["name"] = "Defense village 3",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 715323.99999999,
                                                ["x"] = -304342.85714285,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 715279.14285713,
                                                ["x"] = -304258.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715323.99999999,
                                            ["x"] = -304342.85714285,
                                            ["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"] = 46,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715323.99999999,
                                        ["type"] = "house2arm",
                                        ["name"] = "Unit #4",
                                        ["unitId"] = 52,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -304342.85714285,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715323.99999999,
                                ["x"] = -304342.85714285,
                                ["name"] = "Defense village 4",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715313.42857142,
                                            ["x"] = -304383.99999999,
                                            ["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"] = 66,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715313.42857142,
                                        ["type"] = "house2arm",
                                        ["name"] = "Unit #5",
                                        ["unitId"] = 72,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "High",
                                        ["x"] = -304383.99999999,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715313.42857142,
                                ["x"] = -304383.99999999,
                                ["name"] = "Defense village 5",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715266,
                                            ["x"] = -304245.42857142,
                                            ["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"] = 69,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 8,
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715266,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #8",
                                        ["unitId"] = 75,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304245.42857142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 715275.42857143,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #9",
                                        ["unitId"] = 76,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304245.42857142,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 715284,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #10",
                                        ["unitId"] = 77,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304245.7142857,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 715361.42857143,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #11",
                                        ["unitId"] = 78,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304289.7142857,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 715266,
                                ["x"] = -304245.42857142,
                                ["name"] = "Traffic village 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715239.14285715,
                                            ["x"] = -304315.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 90,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 8,
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715239.14285715,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #40",
                                        ["unitId"] = 122,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "High",
                                        ["x"] = -304315.14285714,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 715297.14285715,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #41",
                                        ["unitId"] = 123,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304327.99999999,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 715341.14285715,
                                        ["type"] = "UAZ-469",
                                        ["name"] = "Unit #42",
                                        ["unitId"] = 124,
                                        ["heading"] = 1.5707963267949,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304339.99999999,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 715239.14285715,
                                ["x"] = -304315.14285714,
                                ["name"] = "Traffic village 1 #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 214,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 716289.71428581,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #59",
                                        ["unitId"] = 267,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -308140.28571428,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 716291.14285724,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #60",
                                        ["unitId"] = 268,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308146.85714285,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 716282.85714295,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #61",
                                        ["unitId"] = 269,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308150.28571428,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 716261.71428581,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #62",
                                        ["unitId"] = 270,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308141.99999999,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 716280.85714295,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #63",
                                        ["unitId"] = 271,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308156.57142856,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 716282.85714295,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #64",
                                        ["unitId"] = 272,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308136.28571428,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 716275.14285724,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #65",
                                        ["unitId"] = 273,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308143.99999999,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 716266.28571438,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #66",
                                        ["unitId"] = 274,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308146.85714285,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 716256.00000009,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #67",
                                        ["unitId"] = 275,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308148.57142856,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 716273.71428581,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #68",
                                        ["unitId"] = 276,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308161.14285714,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 716271.42857152,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #73",
                                        ["unitId"] = 295,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308137.71428571,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 716261.42857152,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #74",
                                        ["unitId"] = 296,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308154.28571428,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 716252.57142867,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #75",
                                        ["unitId"] = 297,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308141.42857142,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 716267.42857152,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #76",
                                        ["unitId"] = 298,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308157.71428571,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 716274.00000009,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #77",
                                        ["unitId"] = 299,
                                        ["heading"] = 1.3112272593542,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -308153.14285714,
                                    }, -- end of [15]
                                }, -- end of ["units"]
                                ["y"] = 716289.71428581,
                                ["x"] = -308140.28571428,
                                ["name"] = "Groupe attaque rescapes",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 716289.71428581,
                                                ["x"] = -308140.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 716358.57142867,
                                                ["x"] = -308121.99999999,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 716358.57142867,
                                                ["x"] = -308121.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 716601.42857152,
                                                ["x"] = -307913.42857142,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 716848.28571438,
                                                ["x"] = -307606,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 716594.00000009,
                                                ["x"] = -307877.42857143,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 716601.42857152,
                                                ["x"] = -307913.42857142,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 716872.57142867,
                                                ["x"] = -307623.14285714,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1525,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 716289.71428581,
                                            ["x"] = -308140.28571428,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 2.2222222222222,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1525,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 32.0596924137,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 716358.57142867,
                                            ["x"] = -308121.99999999,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 2.2222222222222,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 8,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 1478,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 176.11707893527,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 716601.42857152,
                                            ["x"] = -307913.42857142,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 2.2222222222222,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 8,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 1352,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 354.86637149876,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 716872.57142867,
                                            ["x"] = -307623.14285714,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 2.2222222222222,
                                            ["action"] = "Custom",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["name"] = 8,
                                                                    }, -- 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 [4]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Georgia",
                }, -- end of [2]
                [3] = 
                {
                    ["name"] = "Insurgents",
                    ["id"] = 17,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715249.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304230.28571429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 11,
                                        ["rate"] = 100,
                                        ["y"] = 715249.7142857,
                                        ["x"] = -304230.28571429,
                                        ["name"] = "Village",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715249.7142857,
                                ["x"] = -304230.28571429,
                                ["name"] = "Village",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715277.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304229.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 12,
                                        ["y"] = 715277.7142857,
                                        ["x"] = -304229.71428572,
                                        ["name"] = "Village #001",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715277.7142857,
                                ["x"] = -304229.71428572,
                                ["name"] = "Village #001",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715219.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -304230.57142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "saray-a",
                                        ["type"] = "Subsidiary structure A",
                                        ["unitId"] = 13,
                                        ["rate"] = 100,
                                        ["y"] = 715219.14285713,
                                        ["x"] = -304230.57142857,
                                        ["name"] = "Village #002",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715219.14285713,
                                ["x"] = -304230.57142857,
                                ["name"] = "Village #002",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715249.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -304249.42857143,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 14,
                                        ["y"] = 715249.99999999,
                                        ["x"] = -304249.42857143,
                                        ["name"] = "Village #003",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715249.99999999,
                                ["x"] = -304249.42857143,
                                ["name"] = "Village #003",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715278.28571427,
                                            ["speed"] = 0,
                                            ["x"] = -304259.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 15,
                                        ["y"] = 715278.28571427,
                                        ["x"] = -304259.71428572,
                                        ["name"] = "Village #004",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715278.28571427,
                                ["x"] = -304259.71428572,
                                ["name"] = "Village #004",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715221.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -304266.85714286,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "saray-a",
                                        ["type"] = "Subsidiary structure A",
                                        ["unitId"] = 16,
                                        ["rate"] = 100,
                                        ["y"] = 715221.99999999,
                                        ["x"] = -304266.85714286,
                                        ["name"] = "Village #005",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715221.99999999,
                                ["x"] = -304266.85714286,
                                ["name"] = "Village #005",
                                ["dead"] = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715251.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -304266.28571429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "garagh-small-a",
                                        ["type"] = "Garage small A",
                                        ["unitId"] = 17,
                                        ["rate"] = 100,
                                        ["y"] = 715251.42857142,
                                        ["x"] = -304266.28571429,
                                        ["name"] = "Village #006",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715251.42857142,
                                ["x"] = -304266.28571429,
                                ["name"] = "Village #006",
                                ["dead"] = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715300.28571427,
                                            ["speed"] = 0,
                                            ["x"] = -304293.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 18,
                                        ["y"] = 715300.28571427,
                                        ["x"] = -304293.71428572,
                                        ["name"] = "Village #007",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715300.28571427,
                                ["x"] = -304293.71428572,
                                ["name"] = "Village #007",
                                ["dead"] = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715299.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -304243.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 19,
                                        ["y"] = 715299.14285713,
                                        ["x"] = -304243.71428572,
                                        ["name"] = "Village #008",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715299.14285713,
                                ["x"] = -304243.71428572,
                                ["name"] = "Village #008",
                                ["dead"] = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715236.85714285,
                                            ["speed"] = 0,
                                            ["x"] = -304281.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 20,
                                        ["y"] = 715236.85714285,
                                        ["x"] = -304281.71428572,
                                        ["name"] = "Village #009",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715236.85714285,
                                ["x"] = -304281.71428572,
                                ["name"] = "Village #009",
                                ["dead"] = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715231.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304249.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 21,
                                        ["y"] = 715231.7142857,
                                        ["x"] = -304249.71428572,
                                        ["name"] = "Village #010",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715231.7142857,
                                ["x"] = -304249.71428572,
                                ["name"] = "Village #010",
                                ["dead"] = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715216.57142856,
                                            ["speed"] = 0,
                                            ["x"] = -304287.42857143,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 22,
                                        ["y"] = 715216.57142856,
                                        ["x"] = -304287.42857143,
                                        ["name"] = "Village #011",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715216.57142856,
                                ["x"] = -304287.42857143,
                                ["name"] = "Village #011",
                                ["dead"] = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715277.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -304281.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 23,
                                        ["y"] = 715277.99999999,
                                        ["x"] = -304281.71428572,
                                        ["name"] = "Village #012",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715277.99999999,
                                ["x"] = -304281.71428572,
                                ["name"] = "Village #012",
                                ["dead"] = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715319.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304255.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "garagh-small-a",
                                        ["type"] = "Garage small A",
                                        ["unitId"] = 24,
                                        ["rate"] = 100,
                                        ["y"] = 715319.7142857,
                                        ["x"] = -304255.71428572,
                                        ["name"] = "Village #013",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715319.7142857,
                                ["x"] = -304255.71428572,
                                ["name"] = "Village #013",
                                ["dead"] = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715210.85714285,
                                            ["speed"] = 0,
                                            ["x"] = -304250.28571429,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 25,
                                        ["y"] = 715210.85714285,
                                        ["x"] = -304250.28571429,
                                        ["name"] = "Village #014",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715210.85714285,
                                ["x"] = -304250.28571429,
                                ["name"] = "Village #014",
                                ["dead"] = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715256.28571427,
                                            ["speed"] = 0,
                                            ["x"] = -304293.71428572,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 26,
                                        ["y"] = 715256.28571427,
                                        ["x"] = -304293.71428572,
                                        ["name"] = "Village #015",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715256.28571427,
                                ["x"] = -304293.71428572,
                                ["name"] = "Village #015",
                                ["dead"] = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715235.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304303.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "garagh-small-a",
                                        ["type"] = "Garage small A",
                                        ["unitId"] = 27,
                                        ["rate"] = 100,
                                        ["y"] = 715235.7142857,
                                        ["x"] = -304303.14285714,
                                        ["name"] = "Village #016",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715235.7142857,
                                ["x"] = -304303.14285714,
                                ["name"] = "Village #016",
                                ["dead"] = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715279.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -304301.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 28,
                                        ["y"] = 715279.42857142,
                                        ["x"] = -304301.71428571,
                                        ["name"] = "Village #017",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715279.42857142,
                                ["x"] = -304301.71428571,
                                ["name"] = "Village #017",
                                ["dead"] = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715323.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -304300,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "saray-a",
                                        ["type"] = "Subsidiary structure A",
                                        ["unitId"] = 29,
                                        ["rate"] = 100,
                                        ["y"] = 715323.71428571,
                                        ["x"] = -304300,
                                        ["name"] = "Village #018",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715323.71428571,
                                ["x"] = -304300,
                                ["name"] = "Village #018",
                                ["dead"] = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715320.85714287,
                                            ["speed"] = 0,
                                            ["x"] = -304277.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 30,
                                        ["y"] = 715320.85714287,
                                        ["x"] = -304277.14285713,
                                        ["name"] = "Village #019",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715320.85714287,
                                ["x"] = -304277.14285713,
                                ["name"] = "Village #019",
                                ["dead"] = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715346.28571428,
                                            ["speed"] = 0,
                                            ["x"] = -304291.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 31,
                                        ["y"] = 715346.28571428,
                                        ["x"] = -304291.14285714,
                                        ["name"] = "Village #020",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715346.28571428,
                                ["x"] = -304291.14285714,
                                ["name"] = "Village #020",
                                ["dead"] = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715341.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -304265.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 32,
                                        ["y"] = 715341.99999999,
                                        ["x"] = -304265.71428571,
                                        ["name"] = "Village #021",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715341.99999999,
                                ["x"] = -304265.71428571,
                                ["name"] = "Village #021",
                                ["dead"] = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715255.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304312.57142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 27,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 33,
                                        ["y"] = 715255.7142857,
                                        ["x"] = -304312.57142857,
                                        ["name"] = "Village #022",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715255.7142857,
                                ["x"] = -304312.57142857,
                                ["name"] = "Village #022",
                                ["dead"] = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715209.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -304304.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 28,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "saray-a",
                                        ["type"] = "Subsidiary structure A",
                                        ["unitId"] = 34,
                                        ["rate"] = 100,
                                        ["y"] = 715209.71428571,
                                        ["x"] = -304304.28571428,
                                        ["name"] = "Village #023",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715209.71428571,
                                ["x"] = -304304.28571428,
                                ["name"] = "Village #023",
                                ["dead"] = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715293.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -304316.57142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 29,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 35,
                                        ["y"] = 715293.99999999,
                                        ["x"] = -304316.57142857,
                                        ["name"] = "Village #024",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715293.99999999,
                                ["x"] = -304316.57142857,
                                ["name"] = "Village #024",
                                ["dead"] = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715322.85714285,
                                            ["speed"] = 0,
                                            ["x"] = -304319.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 30,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 36,
                                        ["y"] = 715322.85714285,
                                        ["x"] = -304319.14285714,
                                        ["name"] = "Village #025",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715322.85714285,
                                ["x"] = -304319.14285714,
                                ["name"] = "Village #025",
                                ["dead"] = false,
                            }, -- end of [26]
                            [27] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715349.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -304315.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 31,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 37,
                                        ["y"] = 715349.42857142,
                                        ["x"] = -304315.14285714,
                                        ["name"] = "Village #026",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715349.42857142,
                                ["x"] = -304315.14285714,
                                ["name"] = "Village #026",
                                ["dead"] = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715371.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -304302,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 32,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "garagh-small-a",
                                        ["type"] = "Garage small A",
                                        ["unitId"] = 38,
                                        ["rate"] = 100,
                                        ["y"] = 715371.42857142,
                                        ["x"] = -304302,
                                        ["name"] = "Village #027",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715371.42857142,
                                ["x"] = -304302,
                                ["name"] = "Village #027",
                                ["dead"] = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715357.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -304276.57142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 33,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "garagh-small-a",
                                        ["type"] = "Garage small A",
                                        ["unitId"] = 39,
                                        ["rate"] = 100,
                                        ["y"] = 715357.71428571,
                                        ["x"] = -304276.57142857,
                                        ["name"] = "Village #028",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715357.71428571,
                                ["x"] = -304276.57142857,
                                ["name"] = "Village #028",
                                ["dead"] = false,
                            }, -- end of [29]
                            [30] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715379.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -304284.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 40,
                                        ["y"] = 715379.42857142,
                                        ["x"] = -304284.28571428,
                                        ["name"] = "Village #029",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715379.42857142,
                                ["x"] = -304284.28571428,
                                ["name"] = "Village #029",
                                ["dead"] = false,
                            }, -- end of [30]
                            [31] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715223.14285715,
                                            ["speed"] = 0,
                                            ["x"] = -304314.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 35,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 41,
                                        ["y"] = 715223.14285715,
                                        ["x"] = -304314.85714285,
                                        ["name"] = "Village #030",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715223.14285715,
                                ["x"] = -304314.85714285,
                                ["name"] = "Village #030",
                                ["dead"] = false,
                            }, -- end of [31]
                            [32] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715272.85714284,
                                            ["speed"] = 0,
                                            ["x"] = -304323.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 37,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 43,
                                        ["y"] = 715272.85714284,
                                        ["x"] = -304323.99999999,
                                        ["name"] = "Village #031",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715272.85714284,
                                ["x"] = -304323.99999999,
                                ["name"] = "Village #031",
                                ["dead"] = false,
                            }, -- end of [32]
                            [33] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715309.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -304329.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 38,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 44,
                                        ["y"] = 715309.42857142,
                                        ["x"] = -304329.99999999,
                                        ["name"] = "Village #032",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715309.42857142,
                                ["x"] = -304329.99999999,
                                ["name"] = "Village #032",
                                ["dead"] = false,
                            }, -- end of [33]
                            [34] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715286.57142856,
                                            ["speed"] = 0,
                                            ["x"] = -304335.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 39,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 45,
                                        ["y"] = 715286.57142856,
                                        ["x"] = -304335.71428571,
                                        ["name"] = "Village #033",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715286.57142856,
                                ["x"] = -304335.71428571,
                                ["name"] = "Village #033",
                                ["dead"] = false,
                            }, -- end of [34]
                            [35] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715255.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304333.14285714,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 40,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "garagh-small-a",
                                        ["type"] = "Garage small A",
                                        ["unitId"] = 46,
                                        ["rate"] = 100,
                                        ["y"] = 715255.7142857,
                                        ["x"] = -304333.14285714,
                                        ["name"] = "Village #034",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715255.7142857,
                                ["x"] = -304333.14285714,
                                ["name"] = "Village #034",
                                ["dead"] = false,
                            }, -- end of [35]
                            [36] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715219.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304333.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "garagh-small-a",
                                        ["type"] = "Garage small A",
                                        ["unitId"] = 47,
                                        ["rate"] = 100,
                                        ["y"] = 715219.7142857,
                                        ["x"] = -304333.99999999,
                                        ["name"] = "Village #035",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715219.7142857,
                                ["x"] = -304333.99999999,
                                ["name"] = "Village #035",
                                ["dead"] = false,
                            }, -- end of [36]
                            [37] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715237.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304344.57142857,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 42,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 48,
                                        ["y"] = 715237.7142857,
                                        ["x"] = -304344.57142857,
                                        ["name"] = "Village #036",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715237.7142857,
                                ["x"] = -304344.57142857,
                                ["name"] = "Village #036",
                                ["dead"] = false,
                            }, -- end of [37]
                            [38] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715339.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -304330.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 43,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "saray-a",
                                        ["type"] = "Subsidiary structure A",
                                        ["unitId"] = 49,
                                        ["rate"] = 100,
                                        ["y"] = 715339.14285713,
                                        ["x"] = -304330.85714285,
                                        ["name"] = "Village #037",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715339.14285713,
                                ["x"] = -304330.85714285,
                                ["name"] = "Village #037",
                                ["dead"] = false,
                            }, -- end of [38]
                            [39] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715367.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304317.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 44,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "saray-a",
                                        ["type"] = "Subsidiary structure A",
                                        ["unitId"] = 50,
                                        ["y"] = 715367.7142857,
                                        ["x"] = -304317.42857142,
                                        ["name"] = "Village #038",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715367.7142857,
                                ["x"] = -304317.42857142,
                                ["name"] = "Village #038",
                                ["dead"] = false,
                            }, -- end of [39]
                            [40] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715359.7142857,
                                            ["speed"] = 0,
                                            ["x"] = -304331.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 45,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "saray-a",
                                        ["type"] = "Subsidiary structure A",
                                        ["unitId"] = 51,
                                        ["y"] = 715359.7142857,
                                        ["x"] = -304331.99999999,
                                        ["name"] = "Village #039",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715359.7142857,
                                ["x"] = -304331.99999999,
                                ["name"] = "Village #039",
                                ["dead"] = false,
                            }, -- end of [40]
                            [41] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715271.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -304346.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 47,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "tr_budka",
                                        ["type"] = "Electric power box",
                                        ["unitId"] = 53,
                                        ["rate"] = 100,
                                        ["y"] = 715271.14285714,
                                        ["x"] = -304346.85714285,
                                        ["name"] = "Village #040",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715271.14285714,
                                ["x"] = -304346.85714285,
                                ["name"] = "Village #040",
                                ["dead"] = false,
                            }, -- end of [41]
                            [42] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715301.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -304347.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 48,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 54,
                                        ["y"] = 715301.14285713,
                                        ["x"] = -304347.71428571,
                                        ["name"] = "Village #041",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715301.14285713,
                                ["x"] = -304347.71428571,
                                ["name"] = "Village #041",
                                ["dead"] = false,
                            }, -- end of [42]
                            [43] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715374.28571428,
                                            ["speed"] = 0,
                                            ["x"] = -304257.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 49,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 55,
                                        ["y"] = 715374.28571428,
                                        ["x"] = -304257.99999999,
                                        ["name"] = "Village #042",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715374.28571428,
                                ["x"] = -304257.99999999,
                                ["name"] = "Village #042",
                                ["dead"] = false,
                            }, -- end of [43]
                            [44] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715338.28571428,
                                            ["speed"] = 0,
                                            ["x"] = -304243.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 50,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 56,
                                        ["y"] = 715338.28571428,
                                        ["x"] = -304243.99999999,
                                        ["name"] = "Village #043",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715338.28571428,
                                ["x"] = -304243.99999999,
                                ["name"] = "Village #043",
                                ["dead"] = false,
                            }, -- end of [44]
                            [45] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715356.85714285,
                                            ["speed"] = 0,
                                            ["x"] = -304253.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 51,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 57,
                                        ["y"] = 715356.85714285,
                                        ["x"] = -304253.71428571,
                                        ["name"] = "Village #044",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715356.85714285,
                                ["x"] = -304253.71428571,
                                ["name"] = "Village #044",
                                ["dead"] = false,
                            }, -- end of [45]
                            [46] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715365.42857142,
                                            ["speed"] = 0,
                                            ["x"] = -304239.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 52,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 58,
                                        ["y"] = 715365.42857142,
                                        ["x"] = -304239.14285713,
                                        ["name"] = "Village #045",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715365.42857142,
                                ["x"] = -304239.14285713,
                                ["name"] = "Village #045",
                                ["dead"] = false,
                            }, -- end of [46]
                            [47] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715253.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -304355.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 53,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 59,
                                        ["y"] = 715253.71428571,
                                        ["x"] = -304355.14285713,
                                        ["name"] = "Village #046",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715253.71428571,
                                ["x"] = -304355.14285713,
                                ["name"] = "Village #046",
                                ["dead"] = false,
                            }, -- end of [47]
                            [48] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715218.85714285,
                                            ["speed"] = 0,
                                            ["x"] = -304356.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 54,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 60,
                                        ["y"] = 715218.85714285,
                                        ["x"] = -304356.57142856,
                                        ["name"] = "Village #047",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715218.85714285,
                                ["x"] = -304356.57142856,
                                ["name"] = "Village #047",
                                ["dead"] = false,
                            }, -- end of [48]
                            [49] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715285.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -304356.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 55,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 61,
                                        ["y"] = 715285.14285713,
                                        ["x"] = -304356.85714285,
                                        ["name"] = "Village #048",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715285.14285713,
                                ["x"] = -304356.85714285,
                                ["name"] = "Village #048",
                                ["dead"] = false,
                            }, -- end of [49]
                            [50] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715350.28571428,
                                            ["speed"] = 0,
                                            ["x"] = -304344.57142856,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 56,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 62,
                                        ["y"] = 715350.28571428,
                                        ["x"] = -304344.57142856,
                                        ["name"] = "Village #049",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715350.28571428,
                                ["x"] = -304344.57142856,
                                ["name"] = "Village #049",
                                ["dead"] = false,
                            }, -- end of [50]
                            [51] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715337.99999999,
                                            ["speed"] = 0,
                                            ["x"] = -304355.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 57,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 63,
                                        ["y"] = 715337.99999999,
                                        ["x"] = -304355.42857142,
                                        ["name"] = "Village #050",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715337.99999999,
                                ["x"] = -304355.42857142,
                                ["name"] = "Village #050",
                                ["dead"] = false,
                            }, -- end of [51]
                            [52] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715317.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -304363.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 58,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 64,
                                        ["y"] = 715317.14285713,
                                        ["x"] = -304363.99999999,
                                        ["name"] = "Village #051",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715317.14285713,
                                ["x"] = -304363.99999999,
                                ["name"] = "Village #051",
                                ["dead"] = false,
                            }, -- end of [52]
                            [53] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715235.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -304367.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 59,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 65,
                                        ["y"] = 715235.71428571,
                                        ["x"] = -304367.71428571,
                                        ["name"] = "Village #052",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715235.71428571,
                                ["x"] = -304367.71428571,
                                ["name"] = "Village #052",
                                ["dead"] = false,
                            }, -- end of [53]
                            [54] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715269.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -304367.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 60,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 66,
                                        ["y"] = 715269.71428571,
                                        ["x"] = -304367.14285713,
                                        ["name"] = "Village #053",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715269.71428571,
                                ["x"] = -304367.14285713,
                                ["name"] = "Village #053",
                                ["dead"] = false,
                            }, -- end of [54]
                            [55] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715299.71428571,
                                            ["speed"] = 0,
                                            ["x"] = -304369.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 61,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 67,
                                        ["y"] = 715299.71428571,
                                        ["x"] = -304369.71428571,
                                        ["name"] = "Village #054",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715299.71428571,
                                ["x"] = -304369.71428571,
                                ["name"] = "Village #054",
                                ["dead"] = false,
                            }, -- end of [55]
                            [56] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715389.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -304269.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 62,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 68,
                                        ["y"] = 715389.14285714,
                                        ["x"] = -304269.99999999,
                                        ["name"] = "Village #055",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715389.14285714,
                                ["x"] = -304269.99999999,
                                ["name"] = "Village #055",
                                ["dead"] = false,
                            }, -- end of [56]
                            [57] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715391.14285714,
                                            ["speed"] = 0,
                                            ["x"] = -304245.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 63,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 69,
                                        ["y"] = 715391.14285714,
                                        ["x"] = -304245.99999999,
                                        ["name"] = "Village #056",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715391.14285714,
                                ["x"] = -304245.99999999,
                                ["name"] = "Village #056",
                                ["dead"] = false,
                            }, -- end of [57]
                            [58] = 
                            {
                                ["heading"] = 4.7123889803847,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715252.57142856,
                                            ["speed"] = 0,
                                            ["x"] = -304379.14285713,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 64,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 70,
                                        ["y"] = 715252.57142856,
                                        ["x"] = -304379.14285713,
                                        ["name"] = "Village #057",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.7123889803847,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715252.57142856,
                                ["x"] = -304379.14285713,
                                ["name"] = "Village #057",
                                ["dead"] = false,
                            }, -- end of [58]
                            [59] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715286.28571428,
                                            ["speed"] = 0,
                                            ["x"] = -304381.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 65,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "s2",
                                        ["type"] = "Small werehouse 2",
                                        ["unitId"] = 71,
                                        ["y"] = 715286.28571428,
                                        ["x"] = -304381.42857142,
                                        ["name"] = "Village #058",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715286.28571428,
                                ["x"] = -304381.42857142,
                                ["name"] = "Village #058",
                                ["dead"] = false,
                            }, -- end of [59]
                            [60] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715252.2857143,
                                            ["speed"] = 0,
                                            ["x"] = -304366.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 75,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 107,
                                        ["rate"] = 100,
                                        ["y"] = 715252.2857143,
                                        ["x"] = -304366.85714285,
                                        ["name"] = "Civils",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715252.2857143,
                                ["x"] = -304366.85714285,
                                ["name"] = "Civils",
                                ["dead"] = false,
                            }, -- end of [60]
                            [61] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715342.2857143,
                                            ["speed"] = 0,
                                            ["x"] = -304276.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 80,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 112,
                                        ["y"] = 715342.2857143,
                                        ["x"] = -304276.85714285,
                                        ["name"] = "Civils #001",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715342.2857143,
                                ["x"] = -304276.85714285,
                                ["name"] = "Civils #001",
                                ["dead"] = false,
                            }, -- end of [61]
                            [62] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715335.14285715,
                                            ["speed"] = 0,
                                            ["x"] = -304283.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 81,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 113,
                                        ["y"] = 715335.14285715,
                                        ["x"] = -304283.71428571,
                                        ["name"] = "Civils #002",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715335.14285715,
                                ["x"] = -304283.71428571,
                                ["name"] = "Civils #002",
                                ["dead"] = false,
                            }, -- end of [62]
                            [63] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715346.85714287,
                                            ["speed"] = 0,
                                            ["x"] = -304303.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 82,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 114,
                                        ["y"] = 715346.85714287,
                                        ["x"] = -304303.42857142,
                                        ["name"] = "Civils #003",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715346.85714287,
                                ["x"] = -304303.42857142,
                                ["name"] = "Civils #003",
                                ["dead"] = false,
                            }, -- end of [63]
                            [64] = 
                            {
                                ["heading"] = 3.1415926535898,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715221.71428572,
                                            ["speed"] = 0,
                                            ["x"] = -304250.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 83,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 115,
                                        ["y"] = 715221.71428572,
                                        ["x"] = -304250.28571428,
                                        ["name"] = "Civils #004",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 3.1415926535898,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715221.71428572,
                                ["x"] = -304250.28571428,
                                ["name"] = "Civils #004",
                                ["dead"] = false,
                            }, -- end of [64]
                            [66] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715356.2857143,
                                            ["speed"] = 0,
                                            ["x"] = -304265.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 85,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 117,
                                        ["y"] = 715356.2857143,
                                        ["x"] = -304265.42857142,
                                        ["name"] = "Civils #006",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715356.2857143,
                                ["x"] = -304265.42857142,
                                ["name"] = "Civils #006",
                                ["dead"] = false,
                            }, -- end of [66]
                            [68] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715268.28571429,
                                            ["speed"] = 0,
                                            ["x"] = -304301.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 87,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 119,
                                        ["y"] = 715268.28571429,
                                        ["x"] = -304301.99999999,
                                        ["name"] = "Civils #008",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715268.28571429,
                                ["x"] = -304301.99999999,
                                ["name"] = "Civils #008",
                                ["dead"] = false,
                            }, -- end of [68]
                            [70] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715210.00000001,
                                            ["speed"] = 0,
                                            ["x"] = -304323.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 89,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 121,
                                        ["y"] = 715210.00000001,
                                        ["x"] = -304323.71428571,
                                        ["name"] = "Civils #010",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715210.00000001,
                                ["x"] = -304323.71428571,
                                ["name"] = "Civils #010",
                                ["dead"] = false,
                            }, -- end of [70]
                            [65] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715222.57142858,
                                            ["speed"] = 0,
                                            ["x"] = -304255.42857142,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 84,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 116,
                                        ["y"] = 715222.57142858,
                                        ["x"] = -304255.42857142,
                                        ["name"] = "Civils #005",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715222.57142858,
                                ["x"] = -304255.42857142,
                                ["name"] = "Civils #005",
                                ["dead"] = false,
                            }, -- end of [65]
                            [67] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715351.71428572,
                                            ["speed"] = 0,
                                            ["x"] = -304323.99999999,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 86,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 118,
                                        ["y"] = 715351.71428572,
                                        ["x"] = -304323.99999999,
                                        ["name"] = "Civils #007",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715351.71428572,
                                ["x"] = -304323.99999999,
                                ["name"] = "Civils #007",
                                ["dead"] = false,
                            }, -- end of [67]
                            [69] = 
                            {
                                ["heading"] = 1.5707963267949,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 715269.71428572,
                                            ["speed"] = 0,
                                            ["x"] = -304296.85714285,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 88,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "Crowd1",
                                        ["type"] = "Airshow_Crowd",
                                        ["unitId"] = 120,
                                        ["y"] = 715269.71428572,
                                        ["x"] = -304296.85714285,
                                        ["name"] = "Civils #009",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 1.5707963267949,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715269.71428572,
                                ["x"] = -304296.85714285,
                                ["name"] = "Civils #009",
                                ["dead"] = false,
                            }, -- end of [69]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715256.57142857,
                                            ["x"] = -304278.85714285,
                                            ["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"] = 68,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715256.57142857,
                                        ["type"] = "ZU-23 Insurgent",
                                        ["name"] = "Unit #7",
                                        ["unitId"] = 74,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304278.85714285,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715256.57142857,
                                ["x"] = -304278.85714285,
                                ["name"] = "Defense village 7",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 715308.85714285,
                                                ["x"] = -304309.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 715306.57142857,
                                                ["x"] = -304309.99999999,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715311.42857143,
                                            ["x"] = -304309.14285713,
                                            ["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"] = 67,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715311.42857143,
                                        ["type"] = "Ural-375 ZU-23 Insurgent",
                                        ["name"] = "Unit #6",
                                        ["unitId"] = 73,
                                        ["heading"] = 1.5707963267949,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304309.14285713,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715311.42857143,
                                ["x"] = -304309.14285713,
                                ["name"] = "Defense village 6",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715268.85714287,
                                            ["x"] = -304391.7142857,
                                            ["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"] = 70,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715268.85714287,
                                        ["type"] = "houseA_arm",
                                        ["name"] = "Unit #12",
                                        ["unitId"] = 79,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Good",
                                        ["x"] = -304391.7142857,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715268.85714287,
                                ["x"] = -304391.7142857,
                                ["name"] = "Defense village 6 #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 601,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715260.28571429,
                                            ["x"] = -304239.42857142,
                                            ["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"] = 71,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 8,
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715260.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #13",
                                        ["unitId"] = 80,
                                        ["heading"] = 5.8992128717408,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304239.42857142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 715268.85714286,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #14",
                                        ["unitId"] = 81,
                                        ["heading"] = 3.9793506945471,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304237.7142857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 715224.85714286,
                                        ["type"] = "Soldier RPG",
                                        ["name"] = "Unit #15",
                                        ["unitId"] = 82,
                                        ["heading"] = 5.4454272662223,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304355.14285713,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 715212.85714286,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #16",
                                        ["unitId"] = 83,
                                        ["heading"] = 5.218534463463,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304303.99999999,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 715268.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #17",
                                        ["unitId"] = 84,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304279.7142857,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 715264.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #18",
                                        ["unitId"] = 85,
                                        ["heading"] = 5.3407075111026,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304270.57142856,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 715251.71428571,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #19",
                                        ["unitId"] = 86,
                                        ["heading"] = 3.8571776469075,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304287.14285713,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 715310.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #20",
                                        ["unitId"] = 87,
                                        ["heading"] = 0.59341194567807,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304301.14285713,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 715319.71428571,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #21",
                                        ["unitId"] = 88,
                                        ["heading"] = 1.6755160819146,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304308.85714285,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 715373.71428571,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #22",
                                        ["unitId"] = 89,
                                        ["heading"] = 3.996803987067,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304268.85714285,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 715228.85714287,
                                        ["type"] = "Soldier RPG",
                                        ["name"] = "Unit #23",
                                        ["unitId"] = 90,
                                        ["heading"] = 5.6723200689816,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304351.99999999,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 715328.85714286,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #24",
                                        ["unitId"] = 91,
                                        ["heading"] = 5.5850536063819,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304362.57142856,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 715374.28571429,
                                        ["type"] = "Soldier RPG",
                                        ["name"] = "Unit #25",
                                        ["unitId"] = 92,
                                        ["heading"] = 4.607669225265,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304276.28571427,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 715304.28571429,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #26",
                                        ["unitId"] = 93,
                                        ["heading"] = 5.1836278784232,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304339.99999999,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 715218,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #27",
                                        ["unitId"] = 94,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304303.99999999,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 715328.85714287,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #28",
                                        ["unitId"] = 95,
                                        ["heading"] = 2.460914245312,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304248.28571428,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 715384.57142857,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #29",
                                        ["unitId"] = 96,
                                        ["heading"] = 3.5953782591083,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304300.28571427,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 715304.2857143,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #30",
                                        ["unitId"] = 97,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304259.14285714,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        ["y"] = 715311.14285714,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #31",
                                        ["unitId"] = 98,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304246.28571427,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        ["y"] = 715280.57142857,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #32",
                                        ["unitId"] = 99,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304374.28571427,
                                    }, -- end of [20]
                                }, -- end of ["units"]
                                ["y"] = 715260.28571429,
                                ["x"] = -304239.42857142,
                                ["name"] = "Troupes village",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1565,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 719535.14285715,
                                            ["x"] = -304935.42857142,
                                            ["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"] = 72,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 719535.14285715,
                                        ["type"] = "Ural-375 ZU-23 Insurgent",
                                        ["name"] = "Unit #33",
                                        ["unitId"] = 100,
                                        ["heading"] = 3.5953782591083,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304935.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 719535.14285715,
                                ["x"] = -304935.42857142,
                                ["name"] = "Defense village 8",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 719528.2857143,
                                                ["x"] = -304943.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 719528.00000001,
                                                ["x"] = -304943.71428571,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1562,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 719519.71428572,
                                            ["x"] = -304928.85714285,
                                            ["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"] = 73,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 8,
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 719519.71428572,
                                        ["type"] = "Soldier RPG",
                                        ["name"] = "Unit #34",
                                        ["unitId"] = 101,
                                        ["heading"] = 4.3982297150257,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304928.85714285,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 719528.00000001,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #35",
                                        ["unitId"] = 102,
                                        ["heading"] = 5.4977871455138,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304903.71428571,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 719547.14285715,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #36",
                                        ["unitId"] = 103,
                                        ["heading"] = 1.0995574287564,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304915.42857142,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 719554.57142858,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #37",
                                        ["unitId"] = 104,
                                        ["heading"] = 1.8849555921539,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304929.14285714,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 719542.85714287,
                                        ["type"] = "Soldier AK",
                                        ["name"] = "Unit #38",
                                        ["unitId"] = 105,
                                        ["heading"] = 3.2463124087095,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304954.28571428,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 719519.71428572,
                                ["x"] = -304928.85714285,
                                ["name"] = "Troupes outpost",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1569,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 719553.14285715,
                                            ["x"] = -304943.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 74,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 8,
                                                    ["value"] = true,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 719553.14285715,
                                        ["type"] = "Ural-375 PBU",
                                        ["name"] = "Unit #39",
                                        ["unitId"] = 106,
                                        ["heading"] = 2.2340214425527,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304943.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 719553.14285715,
                                ["x"] = -304943.14285714,
                                ["name"] = "Troupes outpost #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 715234.57142871,
                                                ["x"] = -304382.85714284,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 715164.85714299,
                                                ["x"] = -304286.57142855,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715234.57142871,
                                            ["x"] = -304382.85714284,
                                            ["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"] = 210,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715234.57142871,
                                        ["type"] = "ZU-23 Insurgent",
                                        ["name"] = "Unit #58",
                                        ["unitId"] = 263,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304382.85714284,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 715234.57142871,
                                ["x"] = -304382.85714284,
                                ["name"] = "Defense village 8 #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 600,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 715271.14285715,
                                            ["x"] = -304344.28571428,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 229,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 715271.14285715,
                                        ["type"] = "Stinger manpad",
                                        ["name"] = "Unit #71",
                                        ["unitId"] = 293,
                                        ["heading"] = 5.7944931166212,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304344.28571428,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 715271.42857143,
                                        ["type"] = "Stinger comm",
                                        ["name"] = "Unit #72",
                                        ["unitId"] = 294,
                                        ["heading"] = 5.5850536063819,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -304347.14285713,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 715271.14285715,
                                ["x"] = -304344.28571428,
                                ["name"] = "Troupes village #001",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [4]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Operation Bermudes",
    ["version"] = 6,
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["currentKey"] = 222066,
    ["start_time"] = 15409200,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["hydro_common"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO COMMON",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_common",
            ["mm"] = 0,
        }, -- end of ["hydro_common"]
        ["hydro_main"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO MAIN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_main",
            ["mm"] = 0,
        }, -- end of ["hydro_main"]
        ["laser_failure"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "LASER FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "laser_failure",
            ["mm"] = 0,
        }, -- end of ["laser_failure"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["abris_hardware"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS HARDWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_hardware",
            ["mm"] = 0,
        }, -- end of ["abris_hardware"]
        ["asc_p"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC PITCH",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_p",
            ["mm"] = 0,
        }, -- end of ["asc_p"]
        ["abris_software"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS SOFTWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_software",
            ["mm"] = 0,
        }, -- end of ["abris_software"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["asc_a"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ALT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_a",
            ["mm"] = 0,
        }, -- end of ["asc_a"]
        ["asc_r"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ROLL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_r",
            ["mm"] = 0,
        }, -- end of ["asc_r"]
        ["asc_y"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC YAW",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_y",
            ["mm"] = 0,
        }, -- end of ["asc_y"]
    }, -- end of ["failures"]
} -- end of mission
